Fork me on GitHub

Changeset 1170 in svn for trunk/Makefile


Ignore:
Timestamp:
Jul 4, 2013, 1:39:14 AM (11 years ago)
Author:
Pavel Demin
Message:

fix genMakefile.tcl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1169 r1170  
    2929CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    3030DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy
    31 else
    32 ifneq ($(PYTHIA8DATA),)
    33 HAS_PYTHIA8 = true
    34 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include
    35 DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib/archive -lpythia8 -llhapdfdummy
    3631endif
    3732endif
    38 
    3933
    4034###
Note: See TracChangeset for help on using the changeset viewer.