Changes in Makefile [792092a:cc5bcb7] in git
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r792092a rcc5bcb7 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) … … 379 379 modules/TaggingParticlesSkimmer.h \ 380 380 modules/PileUpJetID.h \ 381 modules/PhotonID.h \ 381 382 modules/ConstituentFilter.h \ 382 383 modules/StatusPidFilter.h \ … … 819 820 external/ExRootAnalysis/ExRootFilter.h \ 820 821 external/ExRootAnalysis/ExRootClassifier.h 822 tmp/modules/PhotonID.$(ObjSuf): \ 823 modules/PhotonID.$(SrcSuf) \ 824 modules/PhotonID.h \ 825 classes/DelphesClasses.h \ 826 classes/DelphesFactory.h \ 827 classes/DelphesFormula.h \ 828 external/ExRootAnalysis/ExRootResult.h \ 829 external/ExRootAnalysis/ExRootFilter.h \ 830 external/ExRootAnalysis/ExRootClassifier.h 821 831 tmp/modules/PileUpJetID.$(ObjSuf): \ 822 832 modules/PileUpJetID.$(SrcSuf) \ … … 1066 1076 tmp/modules/PdgCodeFilter.$(ObjSuf) \ 1067 1077 tmp/modules/PhotonConversions.$(ObjSuf) \ 1078 tmp/modules/PhotonID.$(ObjSuf) \ 1068 1079 tmp/modules/PileUpJetID.$(ObjSuf) \ 1069 1080 tmp/modules/PileUpMerger.$(ObjSuf) \ … … 1930 1941 @touch $@ 1931 1942 1943 modules/PhotonID.h: \ 1944 classes/DelphesModule.h 1945 @touch $@ 1946 1932 1947 external/fastjet/tools/Pruner.hh: \ 1933 1948 external/fastjet/ClusterSequence.hh \
Note:
See TracChangeset
for help on using the changeset viewer.