Fork me on GitHub

Changeset 54ba29e in git for Makefile


Ignore:
Timestamp:
Apr 13, 2017, 1:33:07 PM (8 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
  • Makefile

    r03d2c3f r54ba29e  
    152152        external/ExRootAnalysis/ExRootUtilities.h
    153153Validation$(ExeSuf): \
    154         tmp/examples/Validation.$(ObjSuf)
    155 
    156 tmp/examples/Validation.$(ObjSuf): \
    157         examples/Validation.cpp \
     154        tmp/validation/Validation.$(ObjSuf)
     155
     156tmp/validation/Validation.$(ObjSuf): \
     157        validation/Validation.cpp \
    158158        classes/DelphesClasses.h \
    159159        external/ExRootAnalysis/ExRootTreeReader.h \
     
    182182        tmp/examples/CaloGrid.$(ObjSuf) \
    183183        tmp/examples/Example1.$(ObjSuf) \
    184         tmp/examples/Validation.$(ObjSuf)
     184        tmp/validation/Validation.$(ObjSuf)
    185185
    186186DelphesHepMC$(ExeSuf): \
     
    22462246        @echo ">> Building $(DISTTAR)"
    22472247        @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)
    22492249        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    22502250        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.