Changeset 001ee95 in git
- Timestamp:
- Jun 6, 2018, 11:09:05 AM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 667a02a
- Parents:
- fbee3f4 (diff), 748ce07 (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. - Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rfbee3f4 r001ee95 2301 2301 @echo ">> Building $(DISTTAR)" 2302 2302 @mkdir -p $(DISTDIR) 2303 @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) 2304 2304 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 2305 2305 @tar -czf $(DISTTAR) $(DISTDIR) -
doc/genMakefile.tcl
rfbee3f4 r001ee95 400 400 @echo ">> Building $(DISTTAR)" 401 401 @mkdir -p $(DISTDIR) 402 @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)402 @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) 403 403 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 404 404 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.