Fork me on GitHub

Changeset 9160765 in git


Ignore:
Timestamp:
Aug 23, 2019, 8:30:40 PM (5 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
4d7014e
Parents:
414db83
Message:

update Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r414db83 r9160765  
    444444        modules/VertexFinder.h \
    445445        modules/VertexFinderDA4D.h \
     446        modules/DecayFilter.h \
    446447        modules/ExampleModule.h
    447448tmp/modules/ModulesDict$(PcmSuf): \
     
    695696        external/ExRootAnalysis/ExRootFilter.h \
    696697        external/ExRootAnalysis/ExRootResult.h
     698tmp/modules/DecayFilter.$(ObjSuf): \
     699        modules/DecayFilter.$(SrcSuf) \
     700        modules/DecayFilter.h \
     701        classes/DelphesClasses.h \
     702        classes/DelphesFactory.h \
     703        classes/DelphesFormula.h \
     704        external/ExRootAnalysis/ExRootClassifier.h \
     705        external/ExRootAnalysis/ExRootFilter.h \
     706        external/ExRootAnalysis/ExRootResult.h
    697707tmp/modules/Delphes.$(ObjSuf): \
    698708        modules/Delphes.$(SrcSuf) \
     
    11271137        tmp/modules/Cloner.$(ObjSuf) \
    11281138        tmp/modules/ConstituentFilter.$(ObjSuf) \
     1139        tmp/modules/DecayFilter.$(ObjSuf) \
    11291140        tmp/modules/Delphes.$(ObjSuf) \
    11301141        tmp/modules/DenseTrackFilter.$(ObjSuf) \
     
    19221933        @touch $@
    19231934
     1935modules/DecayFilter.h: \
     1936        classes/DelphesModule.h
     1937        @touch $@
     1938
    19241939external/fastjet/internal/TilingExtent.hh: \
    19251940        external/fastjet/ClusterSequence.hh
Note: See TracChangeset for help on using the changeset viewer.