Fork me on GitHub

Changeset a85a257 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Oct 25, 2014, 7:19:00 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d8b1858
Parents:
3a73e6d
Message:

adapt Delphes to ProMC 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r3a73e6d ra85a257  
    225225ifneq ($(PROMC),)
    226226HAS_PROMC = true
    227 CXXFLAGS += -I$(PROMC)/include
    228 DELPHES_LIBS += -L$(PROMC)/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz
     227CXXFLAGS += -I$(PROMC)/include -I$(PROMC)/src
     228DELPHES_LIBS += -L$(PROMC)/lib -lpromc -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz
    229229endif
    230230
     
    268268puts {ifeq ($(HAS_PROMC),true)}
    269269executableDeps {readers/DelphesProMC.cpp}
    270 sourceDeps {DELPHES} {external/ProMC/*.cc}
    271270puts {endif}
    272271puts {}
Note: See TracChangeset for help on using the changeset viewer.