- Timestamp:
- Jul 24, 2020, 9:15:29 AM (4 years ago)
- Branches:
- master
- Children:
- 183eef2
- Parents:
- cbeb9b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rcbeb9b2 ra63afb1 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 … … 2434 2434 @echo ">> Building $(DISTTAR)" 2435 2435 @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)2436 @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 2437 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 2438 2438 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.