Changes in Makefile [4888f89:181c061] in git
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r4888f89 r181c061 151 151 external/ExRootAnalysis/ExRootResult.h \ 152 152 external/ExRootAnalysis/ExRootUtilities.h 153 Validation$(ExeSuf): \154 tmp/ examples/Validation.$(ObjSuf)155 156 tmp/ examples/Validation.$(ObjSuf): \157 examples/Validation.cpp \153 DelphesValidation$(ExeSuf): \ 154 tmp/validation/DelphesValidation.$(ObjSuf) 155 156 tmp/validation/DelphesValidation.$(ObjSuf): \ 157 validation/DelphesValidation.cpp \ 158 158 classes/DelphesClasses.h \ 159 159 external/ExRootAnalysis/ExRootTreeReader.h \ … … 171 171 CaloGrid$(ExeSuf) \ 172 172 Example1$(ExeSuf) \ 173 Validation$(ExeSuf)173 DelphesValidation$(ExeSuf) 174 174 175 175 EXECUTABLE_OBJ += \ … … 182 182 tmp/examples/CaloGrid.$(ObjSuf) \ 183 183 tmp/examples/Example1.$(ObjSuf) \ 184 tmp/ examples/Validation.$(ObjSuf)184 tmp/validation/DelphesValidation.$(ObjSuf) 185 185 186 186 DelphesHepMC$(ExeSuf): \ … … 2246 2246 @echo ">> Building $(DISTTAR)" 2247 2247 @mkdir -p $(DISTDIR) 2248 @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 $(DISTDIR)2248 @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) 2249 2249 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 2250 2250 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.