Fork me on GitHub

Changes in Makefile [cc5bcb7:792092a] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcc5bcb7 r792092a  
    1515PcmSuf = _rdict.pcm
    1616
    17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl
     17CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl -I/usr/include/tirpc
    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 \
    382381        modules/ConstituentFilter.h \
    383382        modules/StatusPidFilter.h \
     
    820819        external/ExRootAnalysis/ExRootFilter.h \
    821820        external/ExRootAnalysis/ExRootClassifier.h
    822 tmp/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
    831821tmp/modules/PileUpJetID.$(ObjSuf): \
    832822        modules/PileUpJetID.$(SrcSuf) \
     
    10761066        tmp/modules/PdgCodeFilter.$(ObjSuf) \
    10771067        tmp/modules/PhotonConversions.$(ObjSuf) \
    1078         tmp/modules/PhotonID.$(ObjSuf) \
    10791068        tmp/modules/PileUpJetID.$(ObjSuf) \
    10801069        tmp/modules/PileUpMerger.$(ObjSuf) \
     
    19411930        @touch $@
    19421931
    1943 modules/PhotonID.h: \
    1944         classes/DelphesModule.h
    1945         @touch $@
    1946 
    19471932external/fastjet/tools/Pruner.hh: \
    19481933        external/fastjet/ClusterSequence.hh \
Note: See TracChangeset for help on using the changeset viewer.