]>
Commit | Line | Data |
---|---|---|
6db31708 | 1 | #--------------------------------------------------------------------------------# |
0ca57c2f | 2 | # Package File for EvtGen # |
6db31708 | 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 | ||
0ca57c2f | 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/StreamHelpers.cc | |
48 | HepMC/StreamInfo.cc | |
49 | HepMC/WeightContainer.cc | |
50 | HepMC/Units.cc | |
51 | ) | |
52 | ||
53 | ||
54 | ||
55 | set ( HDRS HepMC/CompareGenEvent.h | |
56 | HepMC/enable_if.h | |
57 | HepMC/Flow.h | |
58 | HepMC/GenCrossSection.h | |
59 | HepMC/GenEvent.h | |
60 | HepMC/GenParticle.h | |
61 | HepMC/GenRanges.h | |
62 | HepMC/GenVertex.h | |
63 | HepMC/HeavyIon.h | |
64 | HepMC/HEPEVT_Wrapper.h | |
65 | HepMC/HepMCDefs.h | |
66 | HepMC/HerwigWrapper.h | |
67 | HepMC/IO_AsciiParticles.h | |
68 | HepMC/IO_BaseClass.h | |
69 | HepMC/IO_Exception.h | |
70 | HepMC/IO_GenEvent.h | |
71 | HepMC/IO_HEPEVT.h | |
72 | HepMC/IO_HERWIG.h | |
73 | HepMC/is_arithmetic.h | |
74 | HepMC/IteratorRange.h | |
75 | HepMC/PdfInfo.h | |
76 | HepMC/Polarization.h | |
77 | HepMC/PythiaWrapper6_4.h | |
78 | HepMC/PythiaWrapper6_4_WIN32.h | |
79 | HepMC/PythiaWrapper.h | |
80 | HepMC/SearchVector.h | |
81 | HepMC/SimpleVector.h | |
82 | HepMC/SimpleVector.icc | |
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 |