Changeset 1167 in svn for trunk/Makefile
- Timestamp:
- Jul 4, 2013, 1:04:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1144 r1167 19 19 DELPHES_LIBS = $(shell $(RC) --libs) -lEG $(SYSLIBS) 20 20 DISPLAY_LIBS = $(shell $(RC) --evelibs) $(SYSLIBS) 21 22 ifneq ($(PYTHIA8),) 23 CXXFLAGS += -DHAS_PYTHIA8 -I$(PYTHIA8)/include 24 DELPHES_LIBS += -L$(PYTHIA8)/lib/archive -lpythia8 -llhapdfdummy 25 endif 21 26 22 27 ### … … 201 206 modules/Cloner.h \ 202 207 modules/Weighter.h \ 203 modules/ExampleModule.h 208 modules/ExampleModule.h \ 209 modules/PileUpMergerPythia8.h 204 210 tmp/external/ExRootAnalysis/ExRootAnalysisDict.$(SrcSuf): \ 205 211 external/ExRootAnalysis/ExRootAnalysisLinkDef.h \ … … 356 362 external/fastjet/plugins/CDFCones/fastjet/CDFMidPointPlugin.hh \ 357 363 external/fastjet/plugins/CDFCones/fastjet/CDFJetCluPlugin.hh 364 tmp/modules/PileUpMergerPythia8.$(ObjSuf): \ 365 modules/PileUpMergerPythia8.$(SrcSuf) \ 366 modules/PileUpMergerPythia8.h \ 367 classes/DelphesClasses.h \ 368 classes/DelphesFactory.h \ 369 classes/DelphesFormula.h \ 370 classes/DelphesPileUpReader.h \ 371 external/ExRootAnalysis/ExRootResult.h \ 372 external/ExRootAnalysis/ExRootFilter.h \ 373 external/ExRootAnalysis/ExRootClassifier.h 358 374 tmp/modules/StatusPidFilter.$(ObjSuf): \ 359 375 modules/StatusPidFilter.$(SrcSuf) \ … … 889 905 tmp/external/fastjet/plugins/EECambridge/EECambridgePlugin.$(ObjSuf) 890 906 907 ifneq ($(PYTHIA8),) 908 DELPHES_OBJ += \ 909 tmp/modules/PileUpMergerPythia8.$(ObjSuf) 910 endif 891 911 tmp/display/DelphesDisplay.$(ObjSuf): \ 892 912 display/DelphesDisplay.$(SrcSuf) \ … … 899 919 tmp/display/DelphesCaloData.$(ObjSuf) 900 920 921 ifneq ($(PYTHIA8),) 922 DISPLAY_OBJ += \ 923 924 endif 901 925 tmp/external/tcl/tclObj.$(ObjSuf): \ 902 926 external/tcl/tclObj.c … … 1022 1046 @touch $@ 1023 1047 1024 modules/ConstituentFilter.h: \1025 classes/DelphesModule.h1026 @touch $@1027 1028 1048 external/fastjet/JetDefinition.hh: \ 1029 1049 external/fastjet/internal/numconsts.hh \ 1030 1050 external/fastjet/PseudoJet.hh 1051 @touch $@ 1052 1053 modules/ConstituentFilter.h: \ 1054 classes/DelphesModule.h 1031 1055 @touch $@ 1032 1056 … … 1158 1182 1159 1183 modules/UniqueObjectFinder.h: \ 1184 classes/DelphesModule.h 1185 @touch $@ 1186 1187 modules/PileUpMergerPythia8.h: \ 1160 1188 classes/DelphesModule.h 1161 1189 @touch $@
Note:
See TracChangeset
for help on using the changeset viewer.