]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/libpythia8.pkg
fix codding violation in AliTRDseedV1 class
[u/mrichter/AliRoot.git] / PYTHIA8 / libpythia8.pkg
CommitLineData
5ad4eb21 1#-*- Mode: Makefile -*-
5ad4eb21 2SRCS:= \
b584e2f5 3pythia8140/src/Analysis.cxx \
4pythia8140/src/Basics.cxx \
5pythia8140/src/BeamParticle.cxx \
6pythia8140/src/BeamRemnants.cxx \
7pythia8140/src/BeamShape.cxx \
8pythia8140/src/BoseEinstein.cxx \
9pythia8140/src/Event.cxx \
10pythia8140/src/FragmentationFlavZpT.cxx \
11pythia8140/src/FragmentationSystems.cxx \
12pythia8140/src/HadronLevel.cxx \
13pythia8140/src/Info.cxx \
14pythia8140/src/LesHouches.cxx \
15pythia8140/src/MiniStringFragmentation.cxx \
16pythia8140/src/MultipleInteractions.cxx \
17pythia8140/src/ParticleData.cxx \
18pythia8140/src/ParticleDecays.cxx \
19pythia8140/src/PartonDistributions.cxx \
20pythia8140/src/PartonLevel.cxx \
21pythia8140/src/PartonSystems.cxx \
22pythia8140/src/PhaseSpace.cxx \
23pythia8140/src/ProcessContainer.cxx \
24pythia8140/src/ProcessLevel.cxx \
25pythia8140/src/Pythia.cxx \
26pythia8140/src/PythiaStdlib.cxx \
27pythia8140/src/ResonanceDecays.cxx \
28pythia8140/src/ResonanceWidths.cxx \
29pythia8140/src/Settings.cxx \
30pythia8140/src/SigmaCompositeness.cxx \
31pythia8140/src/SigmaEW.cxx \
32pythia8140/src/SigmaExtraDim.cxx \
33pythia8140/src/SigmaGeneric.cxx \
34pythia8140/src/SigmaHiggs.cxx \
35pythia8140/src/SigmaLeftRightSym.cxx \
36pythia8140/src/SigmaLeptoquark.cxx \
37pythia8140/src/SigmaNewGaugeBosons.cxx \
38pythia8140/src/SigmaOnia.cxx \
39pythia8140/src/SigmaProcess.cxx \
40pythia8140/src/SigmaQCD.cxx \
41pythia8140/src/SigmaSUSY.cxx \
42pythia8140/src/SigmaTotal.cxx \
43pythia8140/src/SpaceShower.cxx \
44pythia8140/src/StandardModel.cxx \
45pythia8140/src/StringFragmentation.cxx \
46pythia8140/src/SusyCouplings.cxx \
47pythia8140/src/SusyLesHouches.cxx \
48pythia8140/src/TimeShower.cxx \
49pythia8140/src/UserHooks.cxx
5ad4eb21 50
b584e2f5 51EINCLUDE:= PYTHIA8/pythia8140/include
5ad4eb21 52ifeq (macosxicc,$(ALICE_TARGET))
53PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
54endif