Fork me on GitHub

Changes in Makefile [792092a:cc5bcb7] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r792092a rcc5bcb7  
    1515PcmSuf = _rdict.pcm
    1616
    17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl -I/usr/include/tirpc
     17CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl
    1818DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS)
    1919DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml $(SYSLIBS)
     
    379379        modules/TaggingParticlesSkimmer.h \
    380380        modules/PileUpJetID.h \
     381        modules/PhotonID.h \
    381382        modules/ConstituentFilter.h \
    382383        modules/StatusPidFilter.h \
     
    819820        external/ExRootAnalysis/ExRootFilter.h \
    820821        external/ExRootAnalysis/ExRootClassifier.h
     822tmp/modules/PhotonID.$(ObjSuf): \
     823        modules/PhotonID.$(SrcSuf) \
     824        modules/PhotonID.h \
     825        classes/DelphesClasses.h \
     826        classes/DelphesFactory.h \
     827        classes/DelphesFormula.h \
     828        external/ExRootAnalysis/ExRootResult.h \
     829        external/ExRootAnalysis/ExRootFilter.h \
     830        external/ExRootAnalysis/ExRootClassifier.h
    821831tmp/modules/PileUpJetID.$(ObjSuf): \
    822832        modules/PileUpJetID.$(SrcSuf) \
     
    10661076        tmp/modules/PdgCodeFilter.$(ObjSuf) \
    10671077        tmp/modules/PhotonConversions.$(ObjSuf) \
     1078        tmp/modules/PhotonID.$(ObjSuf) \
    10681079        tmp/modules/PileUpJetID.$(ObjSuf) \
    10691080        tmp/modules/PileUpMerger.$(ObjSuf) \
     
    19301941        @touch $@
    19311942
     1943modules/PhotonID.h: \
     1944        classes/DelphesModule.h
     1945        @touch $@
     1946
    19321947external/fastjet/tools/Pruner.hh: \
    19331948        external/fastjet/ClusterSequence.hh \
Note: See TracChangeset for help on using the changeset viewer.