Changeset 9189af2 in git
- Timestamp:
- Jul 28, 2020, 3:13:48 PM (4 years ago)
- Branches:
- master
- Children:
- a02a49e
- Parents:
- e09b9bf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re09b9bf r9189af2 174 174 tmp/examples/Example1.$(ObjSuf): \ 175 175 examples/Example1.cpp \ 176 classes/DelphesClasses.h \177 external/ExRootAnalysis/ExRootResult.h \178 external/ExRootAnalysis/ExRootTreeBranch.h \179 external/ExRootAnalysis/ExRootTreeReader.h \180 external/ExRootAnalysis/ExRootTreeWriter.h \181 external/ExRootAnalysis/ExRootUtilities.h182 DelphesValidation$(ExeSuf): \183 tmp/validation/DelphesValidation.$(ObjSuf)184 185 tmp/validation/DelphesValidation.$(ObjSuf): \186 validation/DelphesValidation.cpp \187 176 classes/DelphesClasses.h \ 188 177 external/ExRootAnalysis/ExRootResult.h \ … … 199 188 stdhep2pileup$(ExeSuf) \ 200 189 CaloGrid$(ExeSuf) \ 201 Example1$(ExeSuf) \ 202 DelphesValidation$(ExeSuf) 190 Example1$(ExeSuf) 203 191 204 192 EXECUTABLE_OBJ += \ … … 210 198 tmp/converters/stdhep2pileup.$(ObjSuf) \ 211 199 tmp/examples/CaloGrid.$(ObjSuf) \ 212 tmp/examples/Example1.$(ObjSuf) \ 213 tmp/validation/DelphesValidation.$(ObjSuf) 200 tmp/examples/Example1.$(ObjSuf) 214 201 215 202 DelphesHepMC$(ExeSuf): \ -
doc/genMakefile.tcl
re09b9bf r9189af2 290 290 } 291 291 292 executableDeps {converters/*.cpp} {examples/*.cpp} {validation/*.cpp}292 executableDeps {converters/*.cpp} {examples/*.cpp} 293 293 294 294 executableDeps {readers/DelphesHepMC.cpp} {readers/DelphesLHEF.cpp} {readers/DelphesSTDHEP.cpp} {readers/DelphesROOT.cpp}
Note:
See TracChangeset
for help on using the changeset viewer.