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