Changes in doc/genMakefile.tcl [4888f89:7955405] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
r4888f89 r7955405 210 210 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl 211 211 DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS) 212 DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml $(SYSLIBS)212 DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml $(SYSLIBS) 213 213 214 214 ifneq ($(CMSSW_FWLITE_INCLUDE_PATH),) … … 235 235 CXXFLAGS += -I$(PYTHIA8)/include 236 236 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 237 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl -lz237 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 238 238 endif 239 239 endif … … 263 263 executableDeps {converters/*.cpp} {examples/*.cpp} 264 264 265 executableDeps {readers/DelphesHepMC.cpp} {readers/DelphesLHEF.cpp} {readers/DelphesSTDHEP.cpp} {readers/DelphesROOT.cpp}265 executableDeps {readers/DelphesHepMC.cpp} {readers/DelphesLHEF.cpp} {readers/DelphesSTDHEP.cpp} 266 266 267 267 puts {ifeq ($(HAS_CMSSW),true)}
Note:
See TracChangeset
for help on using the changeset viewer.