]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/CMakelibHepMC.pkg
Introduce missing L4S4 chamber in sector 17
[u/mrichter/AliRoot.git] / TEvtGen / CMakelibHepMC.pkg
1 #--------------------------------------------------------------------------------#
2 # Package File for EvtGen                                                        #
3 # Author : Johny Jose (johny.jose@cern.ch)                                       #
4 # Variables Defined :                                                            #
5 #                                                                                #
6 # SRCS - C++ source files                                                        #
7 # HDRS - C++ header files                                                        #
8 # DHDR - ROOT Dictionary Linkdef header file                                     #
9 # CSRCS - C source files                                                         #
10 # CHDRS - C header files                                                         #
11 # EINCLUDE - Include directories                                                 #
12 # EDEFINE - Compiler definitions                                                 #
13 # ELIBS - Extra libraries to link                                                #
14 # ELIBSDIR - Extra library directories                                           #
15 # PACKFFLAGS - Fortran compiler flags for package                                #
16 # PACKCXXFLAGS - C++ compiler flags for package                                  #
17 # PACKCFLAGS - C compiler flags for package                                      #
18 # PACKSOFLAGS - Shared library linking flags                                     #
19 # PACKLDFLAGS - Module linker flags                                              #
20 # PACKBLIBS - Libraries to link (Executables only)                               #
21 # EXPORT - Header files to be exported                                           #
22 # CINTHDRS - Dictionary header files                                             #
23 # CINTAUTOLINK - Set automatic dictionary generation                             #
24 # ARLIBS - Archive Libraries and objects for linking (Executables only)          #
25 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
26 #--------------------------------------------------------------------------------#
27
28 set ( SRCS  HepMC/CompareGenEvent.cc
29 HepMC/filterEvent.cc
30 HepMC/Flow.cc
31 HepMC/GenCrossSection.cc
32 HepMC/GenEvent.cc
33 HepMC/GenEventStreamIO.cc
34 HepMC/GenParticle.cc
35 HepMC/GenRanges.cc
36 HepMC/GenVertex.cc
37 HepMC/HeavyIon.cc
38 HepMC/HEPEVT_Wrapper.cc
39 HepMC/HerwigWrapper.cc
40 HepMC/IO_AsciiParticles.cc
41 HepMC/IO_GenEvent.cc
42 HepMC/IO_HEPEVT.cc
43 HepMC/IO_HERWIG.cc
44 HepMC/PdfInfo.cc
45 HepMC/Polarization.cc
46 HepMC/SearchVector.cc
47 HepMC/SimpleVector.icc
48 HepMC/StreamHelpers.cc
49 HepMC/StreamInfo.cc
50 HepMC/WeightContainer.cc
51 HepMC/Units.cc
52 )
53
54
55
56 set ( HDRS HepMC/CompareGenEvent.h
57 HepMC/enable_if.h
58 HepMC/Flow.h
59 HepMC/GenCrossSection.h
60 HepMC/GenEvent.h
61 HepMC/GenParticle.h
62 HepMC/GenRanges.h
63 HepMC/GenVertex.h
64 HepMC/HeavyIon.h
65 HepMC/HEPEVT_Wrapper.h
66 HepMC/HepMCDefs.h
67 HepMC/HerwigWrapper.h
68 HepMC/IO_AsciiParticles.h
69 HepMC/IO_BaseClass.h
70 HepMC/IO_Exception.h
71 HepMC/IO_GenEvent.h
72 HepMC/IO_HEPEVT.h
73 HepMC/IO_HERWIG.h
74 HepMC/is_arithmetic.h
75 HepMC/IteratorRange.h
76 HepMC/PdfInfo.h
77 HepMC/Polarization.h
78 HepMC/PythiaWrapper6_4.h
79 HepMC/PythiaWrapper6_4_WIN32.h
80 HepMC/PythiaWrapper.h
81 HepMC/SearchVector.h
82 HepMC/SimpleVector.h
83 HepMC/StreamHelpers.h
84 HepMC/StreamInfo.h
85 HepMC/TempParticleMap.h
86 HepMC/Units.h
87 HepMC/Version.h
88 HepMC/WeightContainer.h
89 )
90
91 set ( EINCLUDE TEvtGen TEvtGen/HepMC) 
92
93
94
95