- Timestamp:
- Jul 4, 2013, 1:35:38 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- cf14ea5
- Parents:
- c41c262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
rc41c262 rc466459 107 107 puts "" 108 108 109 puts {if neq ($(PYTHIA8),)}109 puts {ifeq ($(HAS_PYTHIA8),true)} 110 110 puts -nonewline "${srcPrefix}_OBJ += $suffix" 111 111 puts [join $srcObjFilesPythia8 $suffix] … … 204 204 205 205 ifneq ($(PYTHIA8),) 206 HAS_PYTHIA8 = true 206 207 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8)/include 207 DELPHES_LIBS += -L$(PYTHIA8)/lib/archive -lpythia8 -llhapdfdummy 208 DELPHES_LIBS += -L$(PYTHIA8)/lib -lpythia8 -llhapdfdummy 209 else 210 ifneq ($(PYTHIA8DATA),) 211 HAS_PYTHIA8 = true 212 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8DATA)/../include 213 DELPHES_LIBS += -L$(PYTHIA8DATA)/../lib -lpythia8 -llhapdfdummy 214 endif 208 215 endif 209 216 … … 322 329 @mkdir -p $(@D) 323 330 @echo ">> Generating $@" 324 @rootcint -f $@ -c -Iexternal$<331 @rootcint -f $@ -c $(CXXFLAGS) $< 325 332 @echo "#define private public" > $@.arch 326 333 @echo "#define protected public" >> $@.arch
Note:
See TracChangeset
for help on using the changeset viewer.