Changeset 1118 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Jul 31, 2000, 2:59:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r1109 r1118 11 11 endif 12 12 13 $(OBJ)hisprof.o: hisprof.cc \ 14 $(INC)machdefs.h hisprof.h \ 15 $(INC)peida.h \ 13 $(OBJ)hisprof.o: hisprof.cc $(INC)machdefs.h \ 14 hisprof.h $(INC)peida.h \ 16 15 $(INC)utils.h \ 17 16 $(INC)perrors.h \ … … 30 29 $(INC)ndatablock.h \ 31 30 $(INC)utilarr.h histos.h 32 $(OBJ)histinit.o: histinit.cc \ 33 $(INC)machdefs.h histinit.h \ 34 $(INC)ntoolsinit.h \ 31 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \ 32 histinit.h $(INC)ntoolsinit.h \ 35 33 $(INC)tarrinit.h \ 36 34 $(INC)sophyainit.h histos.h \ … … 51 49 $(INC)dvlist.h \ 52 50 $(INC)ndatablock.h \ 53 $(INC)utilarr.h histos2.h \ 54 hisprof.h ntuple.h \ 51 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \ 55 52 $(INC)ntupintf.h xntuple.h 56 $(OBJ)histos.o: histos.cc \ 57 $(INC)machdefs.h histos.h \ 53 $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \ 58 54 $(INC)objfio.h \ 59 55 $(INC)anydataobj.h \ … … 75 71 $(INC)poly.h \ 76 72 $(INC)strutil.h 77 $(OBJ)histos2.o: histos2.cc \ 78 $(INC)machdefs.h histos2.h \ 79 $(INC)peida.h \ 73 $(OBJ)histos2.o: histos2.cc $(INC)machdefs.h \ 74 histos2.h $(INC)peida.h \ 80 75 $(INC)utils.h \ 81 76 $(INC)perrors.h \ … … 94 89 $(INC)ndatablock.h \ 95 90 $(INC)utilarr.h 96 $(OBJ)ntuple.o: ntuple.cc \ 97 $(INC)strutil.h \ 91 $(OBJ)ntuple.o: ntuple.cc $(INC)strutil.h \ 98 92 $(INC)perrors.h \ 99 93 $(INC)pexceptions.h \ … … 106 100 $(INC)dvlist.h \ 107 101 $(INC)mutyv.h 108 $(OBJ)xntuple.o: xntuple.cc \ 109 $(INC)ppersist.h \ 102 $(OBJ)xntuple.o: xntuple.cc $(INC)ppersist.h \ 110 103 $(INC)machdefs.h \ 111 104 $(INC)pexceptions.h \
Note:
See TracChangeset
for help on using the changeset viewer.