- Timestamp:
- Aug 28, 2020, 5:29:36 PM (4 years ago)
- Branches:
- master
- Children:
- f0f1443
- Parents:
- d192152 (diff), a643a7f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Aleksander Filip Żarnecki <zarnecki@…> (08/28/20 17:29:36)
- git-committer:
- GitHub <noreply@…> (08/28/20 17:29:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rd192152 raafe927 89 89 DISPLAYLIB = libDelphesDisplay.lib 90 90 91 VERSION = $(shell cat VERSION)91 VERSION = x.y.z 92 92 DISTDIR = Delphes-$(VERSION) 93 93 DISTTAR = $(DISTDIR).tar.gz … … 174 174 tmp/examples/Example1.$(ObjSuf): \ 175 175 examples/Example1.cpp \ 176 classes/DelphesClasses.h \177 external/ExRootAnalysis/ExRootResult.h \178 external/ExRootAnalysis/ExRootTreeBranch.h \179 external/ExRootAnalysis/ExRootTreeReader.h \180 external/ExRootAnalysis/ExRootTreeWriter.h \181 external/ExRootAnalysis/ExRootUtilities.h182 DelphesValidation$(ExeSuf): \183 tmp/validation/DelphesValidation.$(ObjSuf)184 185 tmp/validation/DelphesValidation.$(ObjSuf): \186 validation/DelphesValidation.cpp \187 176 classes/DelphesClasses.h \ 188 177 external/ExRootAnalysis/ExRootResult.h \ … … 199 188 stdhep2pileup$(ExeSuf) \ 200 189 CaloGrid$(ExeSuf) \ 201 Example1$(ExeSuf) \ 202 DelphesValidation$(ExeSuf) 190 Example1$(ExeSuf) 203 191 204 192 EXECUTABLE_OBJ += \ … … 210 198 tmp/converters/stdhep2pileup.$(ObjSuf) \ 211 199 tmp/examples/CaloGrid.$(ObjSuf) \ 212 tmp/examples/Example1.$(ObjSuf) \ 213 tmp/validation/DelphesValidation.$(ObjSuf) 200 tmp/examples/Example1.$(ObjSuf) 214 201 215 202 DelphesHepMC$(ExeSuf): \ … … 2434 2421 @echo ">> Building $(DISTTAR)" 2435 2422 @mkdir -p $(DISTDIR) 2436 @cp -a AUTHORS CHANGELOG CMakeLists.txt COPYING DelphesEnv.sh LICENSE NOTICE README README_4LHCb VERSIONMakefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR)2423 @cp -a AUTHORS CHANGELOG CMakeLists.txt COPYING DelphesEnv.sh LICENSE NOTICE README README_4LHCb Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR) 2437 2424 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 2438 2425 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.