Fork me on GitHub

Changeset 1144 in svn for trunk/Makefile


Ignore:
Timestamp:
Jun 25, 2013, 4:23:11 PM (11 years ago)
Author:
Pavel Demin
Message:

add EnergyScale to Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1128 r1144  
    187187        modules/Calorimeter.h \
    188188        modules/Isolation.h \
     189        modules/EnergyScale.h \
    189190        modules/UniqueObjectFinder.h \
    190191        modules/BTagging.h \
     
    367368        modules/ConstituentFilter.$(SrcSuf) \
    368369        modules/ConstituentFilter.h \
     370        classes/DelphesClasses.h \
     371        classes/DelphesFactory.h \
     372        classes/DelphesFormula.h \
     373        external/ExRootAnalysis/ExRootResult.h \
     374        external/ExRootAnalysis/ExRootFilter.h \
     375        external/ExRootAnalysis/ExRootClassifier.h
     376tmp/modules/EnergyScale.$(ObjSuf): \
     377        modules/EnergyScale.$(SrcSuf) \
     378        modules/EnergyScale.h \
    369379        classes/DelphesClasses.h \
    370380        classes/DelphesFactory.h \
     
    782792        tmp/modules/StatusPidFilter.$(ObjSuf) \
    783793        tmp/modules/ConstituentFilter.$(ObjSuf) \
     794        tmp/modules/EnergyScale.$(ObjSuf) \
    784795        tmp/modules/TauTagging.$(ObjSuf) \
    785796        tmp/modules/Merger.$(ObjSuf) \
     
    10321043        @touch $@
    10331044
     1045modules/EnergyScale.h: \
     1046        classes/DelphesModule.h
     1047        @touch $@
     1048
    10341049modules/Merger.h: \
    10351050        classes/DelphesModule.h
Note: See TracChangeset for help on using the changeset viewer.