Fork me on GitHub

Changeset 54ba29e in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Apr 13, 2017, 1:33:07 PM (7 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7e9d3d1
Parents:
03d2c3f
Message:

add validation directory to Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r03d2c3f r54ba29e  
    261261}
    262262
    263 executableDeps {converters/*.cpp} {examples/*.cpp}
     263executableDeps {converters/*.cpp} {examples/*.cpp} {validation/*.cpp}
    264264
    265265executableDeps {readers/DelphesHepMC.cpp} {readers/DelphesLHEF.cpp} {readers/DelphesSTDHEP.cpp} {readers/DelphesROOT.cpp}
     
    400400        @echo ">> Building $(DISTTAR)"
    401401        @mkdir -p $(DISTDIR)
    402         @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)
     402        @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)
    403403        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    404404        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.