| 1 | SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ |
| 2 | AliGenCocktail.cxx AliGenCocktailAfterBurner.cxx AliGenFLUKAsource.cxx \ |
| 3 | AliGenLib.cxx \ |
| 4 | AliGenMUONlib.cxx AliGenRICHlib.cxx AliGenParam.cxx\ |
| 5 | 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 | AliGenMC.cxx\ |
| 11 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \ |
| 12 | AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\ |
| 13 | AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\ |
| 14 | AliGenThetaSlice.cxx AliGenSTRANGElib.cxx AliGenBeamGas.cxx\ |
| 15 | AliGenAfterBurnerFlow.cxx \ |
| 16 | AliStructFuncType.cxx AliGenSlowNucleons.cxx \ |
| 17 | AliGenGeVSimEventHeader.cxx\ |
| 18 | AliSlowNucleonModel.cxx AliSlowNucleonModelExp.cxx \ |
| 19 | AliGenMUONCocktail.cxx AliGenMUONCocktailpp.cxx AliGenHBTosl.cxx AliGenCocktailEventHeader.cxx \ |
| 20 | AliGenReaderEMD.cxx AliDecayerPolarized.cxx |
| 21 | |
| 22 | # Headerfiles for this particular package (Path respect to own directory) |
| 23 | HDRS= $(SRCS:.cxx=.h) |
| 24 | |
| 25 | # Headerfiles otherwise needed (Full pathname required) |
| 26 | |
| 27 | DHDR:=EVGENLinkDef.h |
| 28 | |
| 29 | EXPORT:=AliDecayer.h AliGenMC.h AliStructFuncType.h AliGenCocktailAfterBurner.h AliGenCocktail.h |
| 30 | |
| 31 | EINCLUDE:=FASTSIM PYTHIA6 |
| 32 | |
| 33 | |