Changeset 2612 in Sophya
- Timestamp:
- Sep 7, 2004, 3:40:39 PM (21 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r2245 r2612 3 3 all: $(LIB)libHiStats.a 4 4 clean: 5 rm -f $(OBJ)hisprof.o $(OBJ)hist init.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o5 rm -f $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o 6 6 rm -f $(LIB)libHiStats.a 7 $(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)hist init.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o7 $(LIB)libHiStats.a : $(OBJ)hisprof.o $(OBJ)histerr.o $(OBJ)histinit.o $(OBJ)histos.o $(OBJ)histos2.o $(OBJ)ntupintf.o $(OBJ)ntuple.o $(OBJ)proxtuple.o $(OBJ)xntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 27 27 $(INC)ppersist.h \ 28 28 $(INC)gnumd5.h \ 29 $(INC)ppfbinstream.h \ 30 $(INC)rawstream.h \ 31 $(INC)ppfnametag.h \ 29 32 $(INC)ndatablock.h \ 30 33 $(INC)utilarr.h histos.h 31 $(OBJ)hist init.o: histinit.cc $(INC)machdefs.h \34 $(OBJ)histerr.o: histerr.cc $(INC)machdefs.h \ 32 35 histinit.h $(INC)ntoolsinit.h \ 33 36 $(INC)tarrinit.h \ 34 $(INC)sophyainit.h hist os.h \37 $(INC)sophyainit.h histerr.h \ 35 38 $(INC)objfio.h \ 36 39 $(INC)anydataobj.h \ … … 38 41 $(INC)pexceptions.h \ 39 42 $(INC)gnumd5.h \ 43 $(INC)ppfbinstream.h \ 44 $(INC)rawstream.h \ 45 $(INC)ppfnametag.h histos.h \ 40 46 $(INC)peida.h \ 41 47 $(INC)utils.h \ … … 49 55 $(INC)dvlist.h \ 50 56 $(INC)ndatablock.h \ 51 $(INC)utilarr.h histos2.h hisprof.h ntuple.h \ 52 ntupintf.h xntuple.h 57 $(INC)utilarr.h 58 $(OBJ)histinit.o: histinit.cc $(INC)machdefs.h \ 59 histinit.h $(INC)ntoolsinit.h \ 60 $(INC)tarrinit.h \ 61 $(INC)sophyainit.h histos.h \ 62 $(INC)objfio.h \ 63 $(INC)anydataobj.h \ 64 $(INC)ppersist.h \ 65 $(INC)pexceptions.h \ 66 $(INC)gnumd5.h \ 67 $(INC)ppfbinstream.h \ 68 $(INC)rawstream.h \ 69 $(INC)ppfnametag.h \ 70 $(INC)peida.h \ 71 $(INC)utils.h \ 72 $(INC)perrors.h \ 73 $(INC)fmath.h \ 74 $(INC)tvector.h \ 75 $(INC)tmatrix.h \ 76 $(INC)tarray.h \ 77 $(INC)basarr.h \ 78 $(INC)mutyv.h \ 79 $(INC)dvlist.h \ 80 $(INC)ndatablock.h \ 81 $(INC)utilarr.h histos2.h hisprof.h \ 82 histerr.h ntuple.h ntupintf.h xntuple.h 53 83 $(OBJ)histos.o: histos.cc $(INC)machdefs.h histos.h \ 54 84 $(INC)objfio.h \ … … 57 87 $(INC)pexceptions.h \ 58 88 $(INC)gnumd5.h \ 89 $(INC)ppfbinstream.h \ 90 $(INC)rawstream.h \ 91 $(INC)ppfnametag.h \ 59 92 $(INC)peida.h \ 60 93 $(INC)utils.h \ … … 81 114 $(INC)ppersist.h \ 82 115 $(INC)gnumd5.h \ 116 $(INC)ppfbinstream.h \ 117 $(INC)rawstream.h \ 118 $(INC)ppfnametag.h \ 83 119 $(INC)tvector.h \ 84 120 $(INC)tmatrix.h \ … … 98 134 $(INC)anydataobj.h \ 99 135 $(INC)ppersist.h \ 100 $(INC)gnumd5.h ntupintf.h \ 136 $(INC)gnumd5.h \ 137 $(INC)ppfbinstream.h \ 138 $(INC)rawstream.h \ 139 $(INC)ppfnametag.h ntupintf.h \ 101 140 $(INC)dvlist.h \ 102 141 $(INC)mutyv.h … … 107 146 $(INC)ppersist.h \ 108 147 $(INC)pexceptions.h \ 109 $(INC)gnumd5.h ntupintf.h \ 148 $(INC)gnumd5.h \ 149 $(INC)ppfbinstream.h \ 150 $(INC)rawstream.h \ 151 $(INC)ppfnametag.h ntupintf.h \ 110 152 $(INC)dvlist.h \ 111 153 $(INC)mutyv.h … … 114 156 $(INC)pexceptions.h \ 115 157 $(INC)gnumd5.h \ 158 $(INC)ppfbinstream.h \ 159 $(INC)rawstream.h \ 160 $(INC)ppfnametag.h \ 116 161 $(INC)perrors.h xntuple.h ntupintf.h \ 117 162 $(INC)dvlist.h \ -
trunk/SophyaLib/HiStats/objlist.list
r2244 r2612 1 1 hisprof.o 2 histerr.o 2 3 histinit.o 3 4 histos.o
Note:
See TracChangeset
for help on using the changeset viewer.