Changes in doc/genMakefile.tcl [5cecbc1:a740c66] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
r5cecbc1 ra740c66 103 103 if {$fileName == "modules/PileUpMergerPythia8.cc"} { 104 104 lappend srcObjFilesPythia8 $srcObjName$objSuf 105 } elseif { ([string match {modules/FastJet*.cc} $fileName] || [string match {modules/RunPUPPI.cc} $fileName])&& $srcPrefix != {FASTJET}} {105 } elseif {[string match {modules/FastJet*.cc} $fileName] && $srcPrefix != {FASTJET}} { 106 106 continue 107 107 } else { … … 219 219 OPT_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH))) 220 220 endif 221 OPT_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormats Common -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils -lDataFormatsCommon221 OPT_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils 222 222 endif 223 223 … … 230 230 ifneq ($(PYTHIA8),) 231 231 #HAS_PYTHIA8 = true 232 CXXFLAGS += -I$(PYTHIA8)/include233 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8234 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl232 #CXXFLAGS += -I$(PYTHIA8)/include 233 #CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 234 #OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 235 235 endif 236 236 … … 285 285 sourceDeps {DELPHES} {classes/*.cc} {modules/*.cc} {external/ExRootAnalysis/*.cc} {external/Hector/*.cc} 286 286 287 sourceDeps {FASTJET} {modules/FastJet*.cc} { modules/RunPUPPI.cc} {external/PUPPI/*.cc} {external/fastjet/*.cc} {external/fastjet/tools/*.cc} {external/fastjet/plugins/*/*.cc} {external/fastjet/contribs/*/*.cc}287 sourceDeps {FASTJET} {modules/FastJet*.cc} {external/fastjet/*.cc} {external/fastjet/tools/*.cc} {external/fastjet/plugins/*/*.cc} {external/fastjet/contribs/*/*.cc} 288 288 289 289 sourceDeps {DISPLAY} {display/*.cc} … … 396 396 @echo ">> Building $(DISTTAR)" 397 397 @mkdir -p $(DISTDIR) 398 @cp -a CHANGELOG C MakeLists.txt COPYING CREDITS DelphesEnv.sh README README_4LHCb VERSION Makefile MinBias.pileupconfigure cards classes converters display doc examples external modules python readers $(DISTDIR)398 @cp -a CHANGELOG COPYING CREDITS README VERSION Makefile configure cards classes converters display doc examples external modules python readers $(DISTDIR) 399 399 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 400 400 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.