Changes in doc/genMakefile.tcl [a85a257:5b5a56b] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genMakefile.tcl
ra85a257 r5b5a56b 225 225 ifneq ($(PROMC),) 226 226 HAS_PROMC = true 227 CXXFLAGS += -I$(PROMC)/include -I$(PROMC)/src228 DELPHES_LIBS += -L$(PROMC)/lib -lpro mc -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz227 CXXFLAGS += -I$(PROMC)/include 228 DELPHES_LIBS += -L$(PROMC)/lib -lprotoc -lprotobuf -lprotobuf-lite -lcbook -lz 229 229 endif 230 230 … … 268 268 puts {ifeq ($(HAS_PROMC),true)} 269 269 executableDeps {readers/DelphesProMC.cpp} 270 sourceDeps {DELPHES} {external/ProMC/*.cc} 270 271 puts {endif} 271 272 puts {}
Note:
See TracChangeset
for help on using the changeset viewer.