Fork me on GitHub

Changeset 91acc76 in git for Makefile


Ignore:
Timestamp:
Aug 23, 2016, 3:28:48 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
19389b8, 7993cad
Parents:
e55f5b0 (diff), 98ce52a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

resolved conflict in ModulesLinkDef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re55f5b0 r91acc76  
    324324        modules/SimpleCalorimeter.h \
    325325        modules/Calorimeter.h \
     326        modules/OldCalorimeter.h \
    326327        modules/Isolation.h \
    327328        modules/EnergyScale.h \
     
    732733        external/ExRootAnalysis/ExRootFilter.h \
    733734        external/ExRootAnalysis/ExRootClassifier.h
     735tmp/modules/OldCalorimeter.$(ObjSuf): \
     736        modules/OldCalorimeter.$(SrcSuf) \
     737        modules/OldCalorimeter.h \
     738        classes/DelphesClasses.h \
     739        classes/DelphesFactory.h \
     740        classes/DelphesFormula.h \
     741        external/ExRootAnalysis/ExRootResult.h \
     742        external/ExRootAnalysis/ExRootFilter.h \
     743        external/ExRootAnalysis/ExRootClassifier.h
    734744tmp/modules/ParticlePropagator.$(ObjSuf): \
    735745        modules/ParticlePropagator.$(SrcSuf) \
     
    982992        tmp/modules/Merger.$(ObjSuf) \
    983993        tmp/modules/MomentumSmearing.$(ObjSuf) \
     994        tmp/modules/OldCalorimeter.$(ObjSuf) \
    984995        tmp/modules/ParticlePropagator.$(ObjSuf) \
    985996        tmp/modules/PdgCodeFilter.$(ObjSuf) \
     
    10081019
    10091020tmp/external/PUPPI/PuppiAlgo.$(ObjSuf): \
    1010         external/PUPPI/PuppiAlgo.$(SrcSuf) \
    1011         external/fastjet/internal/base.hh
     1021        external/PUPPI/PuppiAlgo.$(SrcSuf)
    10121022tmp/external/PUPPI/PuppiContainer.$(ObjSuf): \
    10131023        external/PUPPI/PuppiContainer.$(SrcSuf) \
    1014         external/fastjet/internal/base.hh \
    10151024        external/fastjet/Selector.hh
    10161025tmp/external/PUPPI/puppiCleanContainer.$(ObjSuf): \
     
    13701379        external/PUPPI/RecoObj2.hh \
    13711380        external/PUPPI/AlgoObj.hh \
     1381        external/PUPPI/PuppiContainer.hh \
     1382        external/fastjet/PseudoJet.hh \
    13721383        classes/DelphesClasses.h \
    13731384        classes/DelphesFactory.h \
     
    17611772        @touch $@
    17621773
     1774modules/OldCalorimeter.h: \
     1775        classes/DelphesModule.h
     1776        @touch $@
     1777
    17631778external/fastjet/ClusterSequence1GhostPassiveArea.hh: \
    17641779        external/fastjet/PseudoJet.hh \
     
    18051820
    18061821modules/RunPUPPI.h: \
    1807         classes/DelphesModule.h \
    1808         external/PUPPI/PuppiContainer.hh
     1822        classes/DelphesModule.h
    18091823        @touch $@
    18101824
     
    19121926external/fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh: \
    19131927        external/fastjet/JetDefinition.hh
     1928        @touch $@
     1929
     1930external/PUPPI/PuppiContainer.hh: \
     1931        external/fastjet/PseudoJet.hh
    19141932        @touch $@
    19151933
Note: See TracChangeset for help on using the changeset viewer.