Changeset 41fec5e in git
- Timestamp:
- Jul 4, 2013, 1:32:39 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- a9c6df69
- Parents:
- 5150e39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
r5150e39 r41fec5e 203 203 ifneq ($(CMSSW_FWLITE_INCLUDE_PATH),) 204 204 HAS_CMSSW = true 205 CXXFLAGS += $(subst :, -I,$(CMSSW_FWLITE_INCLUDE_PATH))206 DELPHES_LIBS += $(subst include,lib,$(subst :, -L,$(CMSSW_FWLITE_INCLUDE_PATH))205 CXXFLAGS += -std=c++0x -I$(subst :, -I,$(CMSSW_FWLITE_INCLUDE_PATH)) 206 DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(CMSSW_FWLITE_INCLUDE_PATH))) 207 207 ifneq ($(CMSSW_RELEASE_BASE),) 208 208 CXXFLAGS += -I$(CMSSW_RELEASE_BASE)/src 209 209 endif 210 210 ifneq ($(LD_LIBRARY_PATH),) 211 DELPHES_LIBS += $(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH))211 DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH))) 212 212 endif 213 213 DELPHES_LIBS += -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils
Note:
See TracChangeset
for help on using the changeset viewer.