Changeset 1109 in Sophya for trunk/SophyaLib/HiStats/Makefile
- Timestamp:
- Jul 28, 2000, 6:29:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r919 r1109 11 11 endif 12 12 13 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 14 hisprof.h $(INC)peida.h \ 13 $(OBJ)hisprof.o: hisprof.cc \ 14 $(INC)machdefs.h hisprof.h \ 15 $(INC)peida.h \ 15 16 $(INC)utils.h \ 16 17 $(INC)perrors.h \ … … 22 23 $(INC)basarr.h \ 23 24 $(INC)anydataobj.h \ 25 $(INC)mutyv.h \ 24 26 $(INC)dvlist.h \ 25 27 $(INC)objfio.h \ … … 28 30 $(INC)ndatablock.h \ 29 31 $(INC)utilarr.h histos.h 30 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \ 31 histinit.h $(INC)ntoolsinit.h \ 32 $(OBJ)histinit.o: histinit.cc \ 33 $(INC)machdefs.h histinit.h \ 34 $(INC)ntoolsinit.h \ 32 35 $(INC)tarrinit.h \ 33 36 $(INC)sophyainit.h histos.h \ … … 45 48 $(INC)tarray.h \ 46 49 $(INC)basarr.h \ 50 $(INC)mutyv.h \ 47 51 $(INC)dvlist.h \ 48 52 $(INC)ndatablock.h \ 49 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \ 53 $(INC)utilarr.h histos2.h \ 54 hisprof.h ntuple.h \ 50 55 $(INC)ntupintf.h xntuple.h 51 $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \ 56 $(OBJ)histos.o: histos.cc \ 57 $(INC)machdefs.h histos.h \ 52 58 $(INC)objfio.h \ 53 59 $(INC)anydataobj.h \ … … 63 69 $(INC)tarray.h \ 64 70 $(INC)basarr.h \ 71 $(INC)mutyv.h \ 65 72 $(INC)dvlist.h \ 66 73 $(INC)ndatablock.h \ 67 74 $(INC)utilarr.h \ 68 75 $(INC)poly.h \ 69 $(INC)strutil.h \ 70 $(INC)generalfit.h \ 71 $(INC)generaldata.h \ 72 $(INC)ntupintf.h 73 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 74 histos2.h $(INC)peida.h \ 76 $(INC)strutil.h 77 $(OBJ)histos2.o: histos2.cc \ 78 $(INC)machdefs.h histos2.h \ 79 $(INC)peida.h \ 75 80 $(INC)utils.h \ 76 81 $(INC)perrors.h \ … … 85 90 $(INC)tarray.h \ 86 91 $(INC)basarr.h \ 92 $(INC)mutyv.h \ 87 93 $(INC)dvlist.h \ 88 94 $(INC)ndatablock.h \ 89 $(INC)utilarr.h \ 90 $(INC)generalfit.h \ 91 $(INC)generaldata.h \ 92 $(INC)ntupintf.h \ 93 $(INC)poly.h 94 $(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \ 95 $(INC)utilarr.h 96 $(OBJ)ntuple.o: ntuple.cc \ 97 $(INC)strutil.h \ 95 98 $(INC)perrors.h \ 96 99 $(INC)pexceptions.h \ … … 101 104 $(INC)gnumd5.h \ 102 105 $(INC)ntupintf.h \ 103 $(INC)dvlist.h 104 $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \ 106 $(INC)dvlist.h \ 107 $(INC)mutyv.h 108 $(OBJ)xntuple.o: xntuple.cc \ 109 $(INC)ppersist.h \ 105 110 $(INC)machdefs.h \ 106 111 $(INC)pexceptions.h \ 107 112 $(INC)gnumd5.h \ 108 113 $(INC)perrors.h xntuple.h \ 114 $(INC)ntupintf.h \ 115 $(INC)dvlist.h \ 109 116 $(INC)objfio.h \ 110 117 $(INC)anydataobj.h \ 111 $(INC)ntupintf.h \ 112 $(INC)dvlist.h 118 $(INC)mutyv.h
Note:
See TracChangeset
for help on using the changeset viewer.