]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVGEN/libEVGEN.pkg
Update of the flat makefiles (J.-E. Revsbech)
[u/mrichter/AliRoot.git] / EVGEN / libEVGEN.pkg
CommitLineData
df2712d8 1SRCS = 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
896cb507 18# Headerfiles for this particular package (Path respect to own directory)
f347de98 19HDRS= $(SRCS:.cxx=.h)
efaab2ef 20
f347de98 21# Headerfiles otherwise needed (Full pathname required)
efaab2ef 22
f347de98 23EHDRS = $(ALICE_ROOT)/include/THijing.h \
896cb507 24$(ALICE_ROOT)/include/TMevSimPartTypeParams.h\
25$(ALICE_ROOT)/include/TMevSimConverter.h\
26$(ALICE_ROOT)/include/THBTprocessor.h\
27$(ALICE_ROOT)/include/MevSimCommon.h\
28$(ALICE_ROOT)/include/HBTprocCOMMON.h\
29$(ROOTSYS)/include/TF1.h\
30$(ROOTSYS)/include/TChain.h\
31$(ROOTSYS)/include/TParticle.h
efaab2ef 32
33DHDR:=EVGENLinkDef.h
f347de98 34
896cb507 35EXPORT:=AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h
36
37
38
39