Changeset 824 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Apr 6, 2000, 12:00:56 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r763 r824 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $? 9 9 ifeq ($(CXX),cxx) 10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) - L$(LIB) -lHiStats -L$(EXTLIBPATH) -o $(OBJ)xx.x -Hf10 $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf 11 11 endif 12 12 13 $(OBJ)hisprof.o: hisprof.cc $(INC)/machdefs.h \ 14 $(INC)/pclassids.h hisprof.h \ 15 $(INC)/peida.h \ 16 $(INC)/utils.h \ 17 $(INC)/perrors.h \ 18 $(INC)/pexceptions.h \ 19 $(INC)/fmath.h \ 20 $(INC)/tvector.h \ 21 $(INC)/tmatrix.h \ 22 $(INC)/ppersist.h \ 23 $(INC)/gnumd5.h \ 24 $(INC)/anydataobj.h \ 25 $(INC)/ndatablock.h histos.h \ 26 $(INC)/objfio.h 27 $(OBJ)histinit.o: histinit.cc $(INC)/machdefs.h \ 28 $(INC)/pclassids.h histinit.h \ 29 $(INC)/ntoolsinit.h \ 30 $(INC)/tarrinit.h \ 31 $(INC)/sophyainit.h histos.h \ 32 $(INC)/objfio.h \ 33 $(INC)/anydataobj.h \ 34 $(INC)/ppersist.h \ 35 $(INC)/pexceptions.h \ 36 $(INC)/gnumd5.h \ 37 $(INC)/peida.h \ 38 $(INC)/utils.h \ 39 $(INC)/perrors.h \ 40 $(INC)/fmath.h \ 41 $(INC)/tvector.h \ 42 $(INC)/tmatrix.h \ 43 $(INC)/ndatablock.h histos2.h hisprof.h \ 44 ntuple.h $(INC)/ntupintf.h \ 45 $(INC)/dvlist.h xntuple.h 46 $(OBJ)histos.o: histos.cc $(INC)/machdefs.h \ 47 $(INC)/pclassids.h histos.h \ 48 $(INC)/objfio.h \ 49 $(INC)/anydataobj.h \ 50 $(INC)/ppersist.h \ 51 $(INC)/pexceptions.h \ 52 $(INC)/gnumd5.h \ 53 $(INC)/peida.h \ 54 $(INC)/utils.h \ 55 $(INC)/perrors.h \ 56 $(INC)/fmath.h \ 57 $(INC)/tvector.h \ 58 $(INC)/tmatrix.h \ 59 $(INC)/ndatablock.h \ 60 $(INC)/poly.h \ 61 $(INC)/strutil.h \ 62 $(INC)/generalfit.h \ 63 $(INC)/generaldata.h \ 64 $(INC)/ntupintf.h 65 $(OBJ)histos2.o: histos2.cc $(INC)/machdefs.h \ 66 $(INC)/pclassids.h histos2.h \ 67 $(INC)/peida.h \ 68 $(INC)/utils.h \ 69 $(INC)/perrors.h \ 70 $(INC)/pexceptions.h \ 71 $(INC)/fmath.h histos.h \ 72 $(INC)/objfio.h \ 73 $(INC)/anydataobj.h \ 74 $(INC)/ppersist.h \ 75 $(INC)/gnumd5.h \ 76 $(INC)/tvector.h \ 77 $(INC)/tmatrix.h \ 78 $(INC)/ndatablock.h \ 79 $(INC)/generalfit.h \ 80 $(INC)/generaldata.h \ 81 $(INC)/ntupintf.h \ 82 $(INC)/poly.h 83 $(OBJ)ntuple.o: ntuple.cc $(INC)/strutil.h \ 84 $(INC)/perrors.h \ 85 $(INC)/pexceptions.h \ 86 $(INC)/machdefs.h \ 87 $(INC)/pclassids.h ntuple.h \ 88 $(INC)/objfio.h \ 89 $(INC)/anydataobj.h \ 90 $(INC)/ppersist.h \ 91 $(INC)/gnumd5.h \ 92 $(INC)/ntupintf.h \ 93 $(INC)/dvlist.h 94 $(OBJ)xntuple.o: xntuple.cc $(INC)/ppersist.h \ 95 $(INC)/machdefs.h \ 96 $(INC)/pclassids.h \ 97 $(INC)/pexceptions.h \ 98 $(INC)/gnumd5.h \ 99 $(INC)/perrors.h xntuple.h \ 100 $(INC)/objfio.h \ 101 $(INC)/anydataobj.h \ 102 $(INC)/ntupintf.h \ 103 $(INC)/dvlist.h 13 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 14 $(INC)pclassids.h hisprof.h \ 15 $(INC)peida.h \ 16 $(INC)utils.h \ 17 $(INC)perrors.h \ 18 $(INC)pexceptions.h \ 19 $(INC)fmath.h \ 20 $(INC)tvector.h \ 21 $(INC)tmatrix.h \ 22 $(INC)tarray.h \ 23 $(INC)basarr.h \ 24 $(INC)anydataobj.h \ 25 $(INC)dvlist.h \ 26 $(INC)objfio.h \ 27 $(INC)ppersist.h \ 28 $(INC)gnumd5.h \ 29 $(INC)ndatablock.h \ 30 $(INC)utilarr.h histos.h 31 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \ 32 $(INC)pclassids.h histinit.h \ 33 $(INC)ntoolsinit.h \ 34 $(INC)tarrinit.h \ 35 $(INC)sophyainit.h histos.h \ 36 $(INC)objfio.h \ 37 $(INC)anydataobj.h \ 38 $(INC)ppersist.h \ 39 $(INC)pexceptions.h \ 40 $(INC)gnumd5.h \ 41 $(INC)peida.h \ 42 $(INC)utils.h \ 43 $(INC)perrors.h \ 44 $(INC)fmath.h \ 45 $(INC)tvector.h \ 46 $(INC)tmatrix.h \ 47 $(INC)tarray.h \ 48 $(INC)basarr.h \ 49 $(INC)dvlist.h \ 50 $(INC)ndatablock.h \ 51 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \ 52 $(INC)ntupintf.h xntuple.h 53 $(OBJ)histos.o: histos.cc $(INC)machdefs.h \ 54 $(INC)pclassids.h histos.h \ 55 $(INC)objfio.h \ 56 $(INC)anydataobj.h \ 57 $(INC)ppersist.h \ 58 $(INC)pexceptions.h \ 59 $(INC)gnumd5.h \ 60 $(INC)peida.h \ 61 $(INC)utils.h \ 62 $(INC)perrors.h \ 63 $(INC)fmath.h \ 64 $(INC)tvector.h \ 65 $(INC)tmatrix.h \ 66 $(INC)tarray.h \ 67 $(INC)basarr.h \ 68 $(INC)dvlist.h \ 69 $(INC)ndatablock.h \ 70 $(INC)utilarr.h \ 71 $(INC)poly.h \ 72 $(INC)strutil.h \ 73 $(INC)generalfit.h \ 74 $(INC)generaldata.h \ 75 $(INC)ntupintf.h 76 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 77 $(INC)pclassids.h histos2.h \ 78 $(INC)peida.h \ 79 $(INC)utils.h \ 80 $(INC)perrors.h \ 81 $(INC)pexceptions.h \ 82 $(INC)fmath.h histos.h \ 83 $(INC)objfio.h \ 84 $(INC)anydataobj.h \ 85 $(INC)ppersist.h \ 86 $(INC)gnumd5.h \ 87 $(INC)tvector.h \ 88 $(INC)tmatrix.h \ 89 $(INC)tarray.h \ 90 $(INC)basarr.h \ 91 $(INC)dvlist.h \ 92 $(INC)ndatablock.h \ 93 $(INC)utilarr.h \ 94 $(INC)generalfit.h \ 95 $(INC)generaldata.h \ 96 $(INC)ntupintf.h \ 97 $(INC)poly.h 98 $(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \ 99 $(INC)perrors.h \ 100 $(INC)pexceptions.h \ 101 $(INC)machdefs.h \ 102 $(INC)pclassids.h ntuple.h \ 103 $(INC)objfio.h \ 104 $(INC)anydataobj.h \ 105 $(INC)ppersist.h \ 106 $(INC)gnumd5.h \ 107 $(INC)ntupintf.h \ 108 $(INC)dvlist.h 109 $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \ 110 $(INC)machdefs.h \ 111 $(INC)pclassids.h \ 112 $(INC)pexceptions.h \ 113 $(INC)gnumd5.h \ 114 $(INC)perrors.h xntuple.h \ 115 $(INC)objfio.h \ 116 $(INC)anydataobj.h \ 117 $(INC)ntupintf.h \ 118 $(INC)dvlist.h
Note:
See TracChangeset
for help on using the changeset viewer.