Changeset 3572 in Sophya for trunk/SophyaLib/HiStats/smakefile
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/smakefile
r3407 r3572 4 4 5 5 clean: 6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o6 rm -f $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 7 7 rm -f $(SOPHYALIBP)libHiStats.a 8 8 9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o $(SOPHYAOBJP)xntuple.o9 $(SOPHYALIBP)libHiStats.a : $(SOPHYAOBJP)basedtable.o $(SOPHYAOBJP)datatable.o $(SOPHYAOBJP)fio_dtable.o $(SOPHYAOBJP)hisprof.o $(SOPHYAOBJP)hist2err.o $(SOPHYAOBJP)histerr.o $(SOPHYAOBJP)histinit.o $(SOPHYAOBJP)histos2.o $(SOPHYAOBJP)histos.o $(SOPHYAOBJP)ntupintf.o $(SOPHYAOBJP)ntuple.o $(SOPHYAOBJP)proxtuple.o $(SOPHYAOBJP)swppfdtable.o 10 10 $(AR) $(ARFLAGS) $@ $? 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist … … 228 228 $(SOPHYAINCP)utils.h hisprof.h histerr.h \ 229 229 hist2err.h $(SOPHYAINCP)tmatrix.h ntuple.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h xntuple.h \ 231 datatable.h basedtable.h \ 232 $(SOPHYAINCP)segdatablock.h \ 230 ntupintf.h $(SOPHYAINCP)dvlist.h datatable.h \ 231 basedtable.h $(SOPHYAINCP)segdatablock.h \ 233 232 $(SOPHYAINCP)thsafeop.h swppfdtable.h \ 234 233 $(SOPHYAINCP)swsegdb.h \ … … 384 383 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ swppfdtable.cc 385 384 386 $(SOPHYAOBJP)xntuple.o: xntuple.cc $(SOPHYAINCP)ppersist.h \387 $(SOPHYAINCP)machdefs.h \388 $(SOPHYAINCP)pexceptions.h \389 $(SOPHYAINCP)gnumd5.h \390 $(SOPHYAINCP)ppfbinstream.h \391 $(SOPHYAINCP)rawstream.h \392 $(SOPHYAINCP)ppfnametag.h \393 $(SOPHYAINCP)ppersist.h \394 $(SOPHYAINCP)perrors.h xntuple.h \395 $(SOPHYAINCP)machdefs.h ntupintf.h \396 $(SOPHYAINCP)dvlist.h \397 $(SOPHYAINCP)objfio.h \398 $(SOPHYAINCP)anydataobj.h \399 $(SOPHYAINCP)mutyv.h \400 $(SOPHYAINCP)timestamp.h \401 $(SOPHYAINCP)objfio.h402 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ xntuple.cc403
Note:
See TracChangeset
for help on using the changeset viewer.