]>
Commit | Line | Data |
---|---|---|
6379c543 | 1 | FSRCS= PartEloss/integralgauss.f PartEloss/read.f PartEloss/readca3.f |
c416706e | 2 | SRCS = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \ |
257bf605 | 3 | AliGenCocktail.cxx AliGenCocktailAfterBurner.cxx AliGenFLUKAsource.cxx \ |
c416706e | 4 | AliGenLib.cxx \ |
257bf605 | 5 | AliGenMUONlib.cxx AliGenParam.cxx\ |
6 | AliDimuCombinator.cxx AliGenHalo.cxx \ | |
efaab2ef | 7 | AliGenHaloProtvino.cxx \ |
8 | AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \ | |
c416706e | 9 | AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \ |
10 | AliGenGSIlib.cxx AliGenPMDlib.cxx\ | |
257bf605 | 11 | AliGenMC.cxx\ |
c416706e | 12 | AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \ |
abd03fd2 | 13 | AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\ |
14 | AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\ | |
332eda2c | 15 | AliGenThetaSlice.cxx AliGenSTRANGElib.cxx AliGenBeamGas.cxx\ |
6379c543 | 16 | AliGenAfterBurnerFlow.cxx \ |
257bf605 | 17 | AliPartonicEnergyLoss.cxx\ |
daa61231 | 18 | AliStructFuncType.cxx AliGenGrayParticles.cxx \ |
257bf605 | 19 | AliGenGeVSimEventHeader.cxx\ |
20 | AliGrayParticleModel.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 | |
257bf605 | 27 | EHDRS = $(ROOTSYS)/include/TF1.h\ |
896cb507 | 28 | $(ROOTSYS)/include/TChain.h\ |
29 | $(ROOTSYS)/include/TParticle.h | |
efaab2ef | 30 | |
31 | DHDR:=EVGENLinkDef.h | |
f347de98 | 32 | |
6a479d35 | 33 | EXPORT:=AliDecayer.h AliGenMC.h AliStructFuncType.h AliGenCocktailAfterBurner.h AliGenCocktail.h |
896cb507 | 34 | |
35 | ||
36 | ||
37 |