Changeset 2703 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Apr 27, 2005, 2:05:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/Makefile
r2688 r2703 3 3 all: $(LIB)libHiStats.a 4 4 clean: 5 rm -f $(OBJ)basedtable.o $(OBJ)datatable.o $(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.o5 rm -f $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)fio_dtable.o $(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)swppfdtable.o $(OBJ)xntuple.o 6 6 rm -f $(LIB)libHiStats.a 7 $(LIB)libHiStats.a : $(OBJ)basedtable.o $(OBJ)datatable.o $(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.o7 $(LIB)libHiStats.a : $(OBJ)basedtable.o $(OBJ)datatable.o $(OBJ)fio_dtable.o $(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)swppfdtable.o $(OBJ)xntuple.o 8 8 $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS)) 9 9 ifeq ($(CXX),cxx) … … 42 42 $(INC)fiosegdb.h \ 43 43 $(INC)ppftpointerio.h 44 $(OBJ)fio_dtable.o: fio_dtable.cc datatable.h basedtable.h \ 45 $(INC)machdefs.h ntupintf.h \ 46 $(INC)dvlist.h \ 47 $(INC)objfio.h \ 48 $(INC)anydataobj.h \ 49 $(INC)ppersist.h \ 50 $(INC)pexceptions.h \ 51 $(INC)gnumd5.h \ 52 $(INC)ppfbinstream.h \ 53 $(INC)rawstream.h \ 54 $(INC)ppfnametag.h \ 55 $(INC)mutyv.h \ 56 $(INC)segdatablock.h swppfdtable.h \ 57 $(INC)swsegdb.h \ 58 $(INC)ppfswapper.h \ 59 $(INC)ppftpointerio.h \ 60 $(INC)sopnamsp.h \ 61 $(INC)fiosegdb.h 44 62 $(OBJ)hisprof.o: hisprof.cc $(INC)sopnamsp.h \ 45 63 $(INC)machdefs.h hisprof.h \ … … 115 133 $(INC)utilarr.h histos2.h hisprof.h histerr.h \ 116 134 ntuple.h ntupintf.h xntuple.h datatable.h basedtable.h \ 117 $(INC)segdatablock.h 135 $(INC)segdatablock.h swppfdtable.h \ 136 $(INC)swsegdb.h \ 137 $(INC)ppfswapper.h \ 138 $(INC)ppftpointerio.h 118 139 $(OBJ)histos.o: histos.cc $(INC)sopnamsp.h \ 119 140 $(INC)machdefs.h histos.h \ … … 191 212 $(INC)dvlist.h \ 192 213 $(INC)mutyv.h 214 $(OBJ)swppfdtable.o: swppfdtable.cc swppfdtable.h basedtable.h \ 215 $(INC)machdefs.h ntupintf.h \ 216 $(INC)dvlist.h \ 217 $(INC)objfio.h \ 218 $(INC)anydataobj.h \ 219 $(INC)ppersist.h \ 220 $(INC)pexceptions.h \ 221 $(INC)gnumd5.h \ 222 $(INC)ppfbinstream.h \ 223 $(INC)rawstream.h \ 224 $(INC)ppfnametag.h \ 225 $(INC)mutyv.h \ 226 $(INC)segdatablock.h \ 227 $(INC)swsegdb.h \ 228 $(INC)ppfswapper.h \ 229 $(INC)ppftpointerio.h \ 230 $(INC)sopnamsp.h 193 231 $(OBJ)xntuple.o: xntuple.cc $(INC)sopnamsp.h \ 194 232 $(INC)ppersist.h \
Note:
See TracChangeset
for help on using the changeset viewer.