Fork me on GitHub

Changes in Makefile [4888f89:181c061] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4888f89 r181c061  
    151151        external/ExRootAnalysis/ExRootResult.h \
    152152        external/ExRootAnalysis/ExRootUtilities.h
    153 Validation$(ExeSuf): \
    154         tmp/examples/Validation.$(ObjSuf)
    155 
    156 tmp/examples/Validation.$(ObjSuf): \
    157         examples/Validation.cpp \
     153DelphesValidation$(ExeSuf): \
     154        tmp/validation/DelphesValidation.$(ObjSuf)
     155
     156tmp/validation/DelphesValidation.$(ObjSuf): \
     157        validation/DelphesValidation.cpp \
    158158        classes/DelphesClasses.h \
    159159        external/ExRootAnalysis/ExRootTreeReader.h \
     
    171171        CaloGrid$(ExeSuf) \
    172172        Example1$(ExeSuf) \
    173         Validation$(ExeSuf)
     173        DelphesValidation$(ExeSuf)
    174174
    175175EXECUTABLE_OBJ +=  \
     
    182182        tmp/examples/CaloGrid.$(ObjSuf) \
    183183        tmp/examples/Example1.$(ObjSuf) \
    184         tmp/examples/Validation.$(ObjSuf)
     184        tmp/validation/DelphesValidation.$(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.