Changes in Makefile [792092a:1716933] in git
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r792092a r1716933 15 15 PcmSuf = _rdict.pcm 16 16 17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl -I/usr/include/tirpc17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl 18 18 DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS) 19 19 DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml $(SYSLIBS) … … 481 481 tmp/classes/DelphesPileUpReader.$(ObjSuf): \ 482 482 classes/DelphesPileUpReader.$(SrcSuf) \ 483 classes/DelphesPileUpReader.h 483 classes/DelphesPileUpReader.h \ 484 classes/DelphesXDRReader.h 484 485 tmp/classes/DelphesPileUpWriter.$(ObjSuf): \ 485 486 classes/DelphesPileUpWriter.$(SrcSuf) \ 486 classes/DelphesPileUpWriter.h 487 classes/DelphesPileUpWriter.h \ 488 classes/DelphesXDRWriter.h 487 489 tmp/classes/DelphesSTDHEPReader.$(ObjSuf): \ 488 490 classes/DelphesSTDHEPReader.$(SrcSuf) \ … … 490 492 classes/DelphesClasses.h \ 491 493 classes/DelphesFactory.h \ 494 classes/DelphesXDRReader.h \ 492 495 external/ExRootAnalysis/ExRootTreeBranch.h 493 496 tmp/classes/DelphesStream.$(ObjSuf): \ … … 497 500 classes/DelphesTF2.$(SrcSuf) \ 498 501 classes/DelphesTF2.h 502 tmp/classes/DelphesXDRReader.$(ObjSuf): \ 503 classes/DelphesXDRReader.$(SrcSuf) \ 504 classes/DelphesXDRReader.h 505 tmp/classes/DelphesXDRWriter.$(ObjSuf): \ 506 classes/DelphesXDRWriter.$(SrcSuf) \ 507 classes/DelphesXDRWriter.h 499 508 tmp/external/ExRootAnalysis/ExRootConfReader.$(ObjSuf): \ 500 509 external/ExRootAnalysis/ExRootConfReader.$(SrcSuf) \ … … 1004 1013 tmp/classes/DelphesStream.$(ObjSuf) \ 1005 1014 tmp/classes/DelphesTF2.$(ObjSuf) \ 1015 tmp/classes/DelphesXDRReader.$(ObjSuf) \ 1016 tmp/classes/DelphesXDRWriter.$(ObjSuf) \ 1006 1017 tmp/external/ExRootAnalysis/ExRootConfReader.$(ObjSuf) \ 1007 1018 tmp/external/ExRootAnalysis/ExRootFilter.$(ObjSuf) \ … … 2018 2029 @touch $@ 2019 2030 2031 classes/DelphesSTDHEPReader.h: \ 2032 classes/DelphesXDRReader.h 2033 @touch $@ 2034 2020 2035 external/fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh: \ 2021 2036 external/fastjet/JetDefinition.hh
Note:
See TracChangeset
for help on using the changeset viewer.