df2712d8 |
1 | SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ |
efaab2ef |
2 | AliGenCocktail.cxx AliGenFLUKAsource.cxx \ |
3 | AliGenLib.cxx \ |
4 | AliGenMUONlib.cxx AliGenParam.cxx AliGenPythia.cxx \ |
5 | AliPythia.cxx AliDimuCombinator.cxx AliGenHalo.cxx \ |
6 | AliGenHaloProtvino.cxx \ |
7 | AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \ |
8 | AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \ |
9 | AliGenGSIlib.cxx AliGenPMDlib.cxx\ |
10 | AliGenHijing.cxx \ |
11 | AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \ |
12 | AliDecayer.cxx AliDecayerPythia.cxx \ |
13 | AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \ |
f347de98 |
14 | AliGenMC.cxx AliGenCocktailAfterBurner.cxx \ |
df2712d8 |
15 | AliGenHBTprocessor.cxx \ |
16 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx |
efaab2ef |
17 | |
f347de98 |
18 | # Headerfiels for this particular package (Path respect to own directory) |
19 | HDRS= $(SRCS:.cxx=.h) |
efaab2ef |
20 | |
f347de98 |
21 | # Headerfiles otherwise needed (Full pathname required) |
efaab2ef |
22 | |
f347de98 |
23 | EHDRS = $(ALICE_ROOT)/include/THijing.h \ |
24 | $(ROOTSYS)/include/TF1.h \ |
25 | $(ROOTSYS)/include/TChain.h \ |
26 | $(ROOTSYS)/include/TParticle.h \ |
efaab2ef |
27 | |
28 | |
29 | DHDR:=EVGENLinkDef.h |
f347de98 |
30 | |
31 | EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h |