]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/CMakelibpythia8.pkg
old version removed
[u/mrichter/AliRoot.git] / PYTHIA8 / CMakelibpythia8.pkg
1 # -*- mode: CMake -*-
2 #--------------------------------------------------------------------------------#
3 # Package File for pythia8                                                       #
4 # Author : Johny Jose (johny.jose@cern.ch)                                       #
5 # Variables Defined :                                                            #
6 #                                                                                #
7 # SRCS - C++ source files                                                        #
8 # HDRS - C++ header files                                                        #
9 # DHDR - ROOT Dictionary Linkdef header file                                     #
10 # CSRCS - C source files                                                         #
11 # CHDRS - C header files                                                         #
12 # EINCLUDE - Include directories                                                 #
13 # EDEFINE - Compiler definitions                                                 #
14 # ELIBS - Extra libraries to link                                                #
15 # ELIBSDIR - Extra library directories                                           #
16 # PACKFFLAGS - Fortran compiler flags for package                                #
17 # PACKCXXFLAGS - C++ compiler flags for package                                  #
18 # PACKCFLAGS - C compiler flags for package                                      #
19 # PACKSOFLAGS - Shared library linking flags                                     #
20 # PACKLDFLAGS - Module linker flags                                              #
21 # PACKBLIBS - Libraries to link (Executables only)                               #
22 # EXPORT - Header files to be exported                                           #
23 # CINTHDRS - Dictionary header files                                             #
24 # CINTAUTOLINK - Set automatic dictionary generation                             #
25 # ARLIBS - Archive Libraries and objects for linking (Executables only)          #
26 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
27 #--------------------------------------------------------------------------------#
28
29 set ( SRCS  
30     pythia8170/src/Analysis.cxx 
31     pythia8170/src/Basics.cxx 
32     pythia8170/src/BeamParticle.cxx 
33     pythia8170/src/BeamRemnants.cxx 
34     pythia8170/src/BeamShape.cxx 
35     pythia8170/src/BoseEinstein.cxx 
36     pythia8170/src/Event.cxx 
37     pythia8170/src/FragmentationFlavZpT.cxx 
38     pythia8170/src/FragmentationSystems.cxx 
39     pythia8170/src/HadronLevel.cxx 
40     pythia8170/src/HadronScatter.cxx
41     pythia8170/src/HelicityBasics.cxx
42     pythia8170/src/HelicityMatrixElements.cxx
43     pythia8170/src/HiddenValleyFragmentation.cxx
44     pythia8170/src/History.cxx
45     pythia8170/src/Info.cxx 
46     pythia8170/src/LesHouches.cxx 
47     pythia8170/src/MergingHooks.cxx 
48     pythia8170/src/MiniStringFragmentation.cxx 
49     pythia8170/src/MultipartonInteractions.cxx 
50     pythia8170/src/ParticleData.cxx 
51     pythia8170/src/ParticleDecays.cxx 
52     pythia8170/src/PartonDistributions.cxx 
53     pythia8170/src/PartonLevel.cxx 
54     pythia8170/src/PartonSystems.cxx 
55     pythia8170/src/PhaseSpace.cxx 
56     pythia8170/src/ProcessContainer.cxx 
57     pythia8170/src/ProcessLevel.cxx 
58     pythia8170/src/Pythia.cxx 
59     pythia8170/src/PythiaStdlib.cxx
60     pythia8170/src/RHadrons.cxx 
61     pythia8170/src/ResonanceDecays.cxx 
62     pythia8170/src/ResonanceWidths.cxx 
63     pythia8170/src/Settings.cxx 
64     pythia8170/src/SigmaCompositeness.cxx 
65     pythia8170/src/SigmaEW.cxx 
66     pythia8170/src/SigmaExtraDim.cxx 
67     pythia8170/src/SigmaGeneric.cxx 
68     pythia8170/src/SigmaHiggs.cxx 
69     pythia8170/src/SigmaLeftRightSym.cxx 
70     pythia8170/src/SigmaLeptoquark.cxx 
71     pythia8170/src/SigmaNewGaugeBosons.cxx 
72     pythia8170/src/SigmaOnia.cxx 
73     pythia8170/src/SigmaProcess.cxx 
74     pythia8170/src/SigmaQCD.cxx 
75     pythia8170/src/SigmaSUSY.cxx 
76     pythia8170/src/SigmaTotal.cxx 
77     pythia8170/src/SpaceShower.cxx 
78     pythia8170/src/StandardModel.cxx 
79     pythia8170/src/StringFragmentation.cxx 
80     pythia8170/src/SusyCouplings.cxx 
81     pythia8170/src/SusyLesHouches.cxx 
82     pythia8170/src/TimeShower.cxx 
83     pythia8170/src/TauDecays.cxx                  
84     pythia8170/src/UserHooks.cxx 
85     pythia8170/src/SusyResonanceWidths.cxx 
86     )
87
88 set (EINCLUDE PYTHIA8/pythia8170/include)
89
90 if( ALICE_TARGET STREQUAL "macosxicc")
91         
92         string (REGEX REPLACE "-O[^ ]*" "" "$(FFLAGS}")
93
94 endif( ALICE_TARGET STREQUAL "macosxicc")
95
96 string(REPLACE "-Weffc++" "" PACKCXXFLAGS ${CXXFLAGS})
97
98 string(REPLACE "-Weffc++" "" PACKDCXXFLAGS ${CXXFLAGSNO})