Changes in Makefile [cc5bcb7:792092a] in git
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcc5bcb7 r792092a 15 15 PcmSuf = _rdict.pcm 16 16 17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl 17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl -I/usr/include/tirpc 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 \382 381 modules/ConstituentFilter.h \ 383 382 modules/StatusPidFilter.h \ … … 820 819 external/ExRootAnalysis/ExRootFilter.h \ 821 820 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.h831 821 tmp/modules/PileUpJetID.$(ObjSuf): \ 832 822 modules/PileUpJetID.$(SrcSuf) \ … … 1076 1066 tmp/modules/PdgCodeFilter.$(ObjSuf) \ 1077 1067 tmp/modules/PhotonConversions.$(ObjSuf) \ 1078 tmp/modules/PhotonID.$(ObjSuf) \1079 1068 tmp/modules/PileUpJetID.$(ObjSuf) \ 1080 1069 tmp/modules/PileUpMerger.$(ObjSuf) \ … … 1941 1930 @touch $@ 1942 1931 1943 modules/PhotonID.h: \1944 classes/DelphesModule.h1945 @touch $@1946 1947 1932 external/fastjet/tools/Pruner.hh: \ 1948 1933 external/fastjet/ClusterSequence.hh \
Note:
See TracChangeset
for help on using the changeset viewer.