]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA8/libpythia8.pkg
fix codding violation in AliTRDseedV1 class
[u/mrichter/AliRoot.git] / PYTHIA8 / libpythia8.pkg
index aba88f2b332b85efdd306f5bb807d497da9df88f..7deb9339565d619bc5f775dc0cae25b03a0f0ebe 100644 (file)
@@ -1,51 +1,54 @@
 #-*- Mode: Makefile -*-
-
 SRCS:= \
-pythia8130/src/Analysis.cxx \
-pythia8130/src/Basics.cxx \
-pythia8130/src/BeamParticle.cxx \
-pythia8130/src/BeamRemnants.cxx \
-pythia8130/src/BeamShape.cxx \
-pythia8130/src/BoseEinstein.cxx \
-pythia8130/src/Event.cxx \
-pythia8130/src/FragmentationFlavZpT.cxx \
-pythia8130/src/FragmentationSystems.cxx \
-pythia8130/src/HadronLevel.cxx \
-pythia8130/src/Info.cxx \
-pythia8130/src/LesHouches.cxx \
-pythia8130/src/MiniStringFragmentation.cxx \
-pythia8130/src/MultipleInteractions.cxx \
-pythia8130/src/ParticleData.cxx \
-pythia8130/src/ParticleDecays.cxx \
-pythia8130/src/PartonDistributions.cxx \
-pythia8130/src/PartonLevel.cxx \
-pythia8130/src/PhaseSpace.cxx \
-pythia8130/src/ProcessContainer.cxx \
-pythia8130/src/ProcessLevel.cxx \
-pythia8130/src/Pythia.cxx \
-pythia8130/src/ResonanceDecays.cxx \
-pythia8130/src/ResonanceWidths.cxx \
-pythia8130/src/Settings.cxx \
-pythia8130/src/SigmaCompositeness.cxx \
-pythia8130/src/SigmaEW.cxx \
-pythia8130/src/SigmaExtraDim.cxx \
-pythia8130/src/SigmaHiggs.cxx \
-pythia8130/src/SigmaLeftRightSym.cxx \
-pythia8130/src/SigmaLeptoquark.cxx \
-pythia8130/src/SigmaNewGaugeBosons.cxx \
-pythia8130/src/SigmaOnia.cxx \
-pythia8130/src/SigmaProcess.cxx \
-pythia8130/src/SigmaQCD.cxx \
-pythia8130/src/SigmaSUSY.cxx \
-pythia8130/src/SigmaTotal.cxx \
-pythia8130/src/SpaceShower.cxx \
-pythia8130/src/StandardModel.cxx \
-pythia8130/src/StringFragmentation.cxx \
-pythia8130/src/SusyLesHouches.cxx \
-pythia8130/src/TimeShower.cxx \
-pythia8130/src/UserHooks.cxx
+pythia8140/src/Analysis.cxx \
+pythia8140/src/Basics.cxx \
+pythia8140/src/BeamParticle.cxx \
+pythia8140/src/BeamRemnants.cxx \
+pythia8140/src/BeamShape.cxx \
+pythia8140/src/BoseEinstein.cxx \
+pythia8140/src/Event.cxx \
+pythia8140/src/FragmentationFlavZpT.cxx \
+pythia8140/src/FragmentationSystems.cxx \
+pythia8140/src/HadronLevel.cxx \
+pythia8140/src/Info.cxx \
+pythia8140/src/LesHouches.cxx \
+pythia8140/src/MiniStringFragmentation.cxx \
+pythia8140/src/MultipleInteractions.cxx \
+pythia8140/src/ParticleData.cxx \
+pythia8140/src/ParticleDecays.cxx \
+pythia8140/src/PartonDistributions.cxx \
+pythia8140/src/PartonLevel.cxx \
+pythia8140/src/PartonSystems.cxx \
+pythia8140/src/PhaseSpace.cxx \
+pythia8140/src/ProcessContainer.cxx \
+pythia8140/src/ProcessLevel.cxx \
+pythia8140/src/Pythia.cxx \
+pythia8140/src/PythiaStdlib.cxx \
+pythia8140/src/ResonanceDecays.cxx \
+pythia8140/src/ResonanceWidths.cxx \
+pythia8140/src/Settings.cxx \
+pythia8140/src/SigmaCompositeness.cxx \
+pythia8140/src/SigmaEW.cxx \
+pythia8140/src/SigmaExtraDim.cxx \
+pythia8140/src/SigmaGeneric.cxx \
+pythia8140/src/SigmaHiggs.cxx \
+pythia8140/src/SigmaLeftRightSym.cxx \
+pythia8140/src/SigmaLeptoquark.cxx \
+pythia8140/src/SigmaNewGaugeBosons.cxx \
+pythia8140/src/SigmaOnia.cxx \
+pythia8140/src/SigmaProcess.cxx \
+pythia8140/src/SigmaQCD.cxx \
+pythia8140/src/SigmaSUSY.cxx \
+pythia8140/src/SigmaTotal.cxx \
+pythia8140/src/SpaceShower.cxx \
+pythia8140/src/StandardModel.cxx \
+pythia8140/src/StringFragmentation.cxx \
+pythia8140/src/SusyCouplings.cxx \
+pythia8140/src/SusyLesHouches.cxx \
+pythia8140/src/TimeShower.cxx \
+pythia8140/src/UserHooks.cxx
 
-EINCLUDE:= PYTHIA8/pythia8130/include
+EINCLUDE:= PYTHIA8/pythia8140/include
 ifeq (macosxicc,$(ALICE_TARGET))
 PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
 endif