Changeset 4888f89 in git
- Timestamp:
- Feb 13, 2017, 4:06:39 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8c872c8
- Parents:
- 50ed7575
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r50ed7575 r4888f89 17 17 CXXFLAGS += $(ROOTCFLAGS) -Wno-write-strings -D_FILE_OFFSET_BITS=64 -DDROP_CGAL -I. -Iexternal -Iexternal/tcl 18 18 DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS) 19 DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml 19 DISPLAY_LIBS = $(shell $(RC) --evelibs) -lGuiHtml $(SYSLIBS) 20 20 21 21 ifneq ($(CMSSW_FWLITE_INCLUDE_PATH),) … … 42 42 CXXFLAGS += -I$(PYTHIA8)/include 43 43 CXXFLAGS += -I$(PYTHIA8)/include/Pythia8 44 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl 44 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl -lz 45 45 endif 46 46 endif -
doc/genMakefile.tcl
r50ed7575 r4888f89 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 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 237 OPT_LIBS += -L$(PYTHIA8)/lib -lpythia8 -ldl -lz 238 238 endif 239 239 endif
Note:
See TracChangeset
for help on using the changeset viewer.