~maddevelopers/mg5amcnlo/2.0.2_onshellsubtract_newresh

« back to all changes in this revision

Viewing changes to Template/NLO/Source/make_opts.inc

  • Committer: Marco Zaro
  • Date: 2016-06-08 14:46:01 UTC
  • mfrom: (250.95.165 2.4.1_new)
  • Revision ID: marco.zaro@gmail.com-20160608144601-8jm8zo6z44jtlx9w
merged with 2.4.1 r423

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
# Option lhapdf
91
91
 
92
 
ifdef lhapdf
 
92
ifneq ($(lhapdf),)
93
93
  CXXFLAGS += $(shell $(lhapdf) --cppflags)
94
94
  alfas_functions=alfas_functions_lhapdf
95
95
  llhapdf+=-lLHAPDF 
101
101
endif
102
102
 
103
103
# Option APPLGrid
104
 
ifdef applgrid
 
104
ifneq ($(applgrid),)
105
105
  APPLLIBS=$(shell applgrid-config --ldcflags) $(shell amcfast-config --ldflags)
106
106
  applgrid_interface=appl_interface.o
107
107
else