Changes in Makefile [748ce07:1716933] in git
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r748ce07 r1716933 379 379 modules/TaggingParticlesSkimmer.h \ 380 380 modules/PileUpJetID.h \ 381 modules/PhotonID.h \382 381 modules/ConstituentFilter.h \ 383 382 modules/StatusPidFilter.h \ … … 826 825 classes/DelphesFactory.h \ 827 826 classes/DelphesCylindricalFormula.h \ 828 external/ExRootAnalysis/ExRootResult.h \829 external/ExRootAnalysis/ExRootFilter.h \830 external/ExRootAnalysis/ExRootClassifier.h831 tmp/modules/PhotonID.$(ObjSuf): \832 modules/PhotonID.$(SrcSuf) \833 modules/PhotonID.h \834 classes/DelphesClasses.h \835 classes/DelphesFactory.h \836 classes/DelphesFormula.h \837 827 external/ExRootAnalysis/ExRootResult.h \ 838 828 external/ExRootAnalysis/ExRootFilter.h \ … … 1087 1077 tmp/modules/PdgCodeFilter.$(ObjSuf) \ 1088 1078 tmp/modules/PhotonConversions.$(ObjSuf) \ 1089 tmp/modules/PhotonID.$(ObjSuf) \1090 1079 tmp/modules/PileUpJetID.$(ObjSuf) \ 1091 1080 tmp/modules/PileUpMerger.$(ObjSuf) \ … … 1952 1941 @touch $@ 1953 1942 1954 modules/PhotonID.h: \1955 classes/DelphesModule.h1956 @touch $@1957 1958 1943 external/fastjet/tools/Pruner.hh: \ 1959 1944 external/fastjet/ClusterSequence.hh \ … … 2301 2286 @echo ">> Building $(DISTTAR)" 2302 2287 @mkdir -p $(DISTDIR) 2303 @cp -a AUTHORS CHANGELOG CMakeLists.txt COPYING DelphesEnv.sh LICENSE NOTICEREADME README_4LHCb VERSION Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR)2288 @cp -a CHANGELOG CMakeLists.txt COPYING CREDITS DelphesEnv.sh README README_4LHCb VERSION Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR) 2304 2289 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 2305 2290 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.