c416706e |
1 | SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ |
695dc56f |
2 | AliGenCocktail.cxx AliGenCocktailAfterBurner.cxx AliGenFLUKAsource.cxx \ |
3 | AliGenLib.cxx \ |
d1590034 |
4 | AliGenMUONlib.cxx AliGenRICHlib.cxx AliGenParam.cxx\ |
257bf605 |
5 | AliDimuCombinator.cxx AliGenHalo.cxx \ |
efaab2ef |
6 | AliGenHaloProtvino.cxx \ |
7 | AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \ |
695dc56f |
8 | AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \ |
c416706e |
9 | AliGenGSIlib.cxx AliGenPMDlib.cxx\ |
257bf605 |
10 | AliGenMC.cxx\ |
c416706e |
11 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \ |
abd03fd2 |
12 | AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\ |
13 | AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\ |
332eda2c |
14 | AliGenThetaSlice.cxx AliGenSTRANGElib.cxx AliGenBeamGas.cxx\ |
6379c543 |
15 | AliGenAfterBurnerFlow.cxx \ |
c9a8628a |
16 | AliStructFuncType.cxx AliGenSlowNucleons.cxx \ |
257bf605 |
17 | AliGenGeVSimEventHeader.cxx\ |
14248849 |
18 | AliSlowNucleonModel.cxx AliSlowNucleonModelExp.cxx \ |
f1d1affa |
19 | AliGenMUONCocktail.cxx AliGenHBTosl.cxx AliGenCocktailEventHeader.cxx \ |
20 | AliGenReaderEMD.cxx |
efaab2ef |
21 | |
896cb507 |
22 | # Headerfiles for this particular package (Path respect to own directory) |
f347de98 |
23 | HDRS= $(SRCS:.cxx=.h) |
efaab2ef |
24 | |
f347de98 |
25 | # Headerfiles otherwise needed (Full pathname required) |
efaab2ef |
26 | |
efaab2ef |
27 | DHDR:=EVGENLinkDef.h |
f347de98 |
28 | |
6a479d35 |
29 | EXPORT:=AliDecayer.h AliGenMC.h AliStructFuncType.h AliGenCocktailAfterBurner.h AliGenCocktail.h |
896cb507 |
30 | |
f67b8ca4 |
31 | EINCLUDE:=FASTSIM |
896cb507 |
32 | |
33 | |