Fork me on GitHub

Changeset cf14ea5 in git for doc/genMakefile.tcl


Ignore:
Timestamp:
Jul 4, 2013, 1:36:57 AM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b31dce0
Parents:
c466459
Message:

update Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    rc466459 rcf14ea5  
    212212CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    213213DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy
     214else
     215ifneq ($(PYTHIA8DATA),)
     216HAS_PYTHIA8 = true
     217CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
     218DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib/archive -lpythia8 -llhapdfdummy
    214219endif
    215220endif
Note: See TracChangeset for help on using the changeset viewer.