]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TUHKMgen/CMake_libTUHKMgen.txt
added verbosity in a Fatal call
[u/mrichter/AliRoot.git] / TUHKMgen / CMake_libTUHKMgen.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliGenUHKM.cxx
5 TUHKMgen.cxx
6 UHKM/DatabasePDG.cxx
7 UHKM/DecayChannel.cxx
8 UHKM/EquationSolver.cxx
9 UHKM/GrandCanonical.cxx
10 UHKM/HadronDecayer.cxx
11 UHKM/HankelFunction.cxx
12 UHKM/InitialState.cxx
13 UHKM/InitialStateHydjet.cxx
14 UHKM/Particle.cxx
15 UHKM/ParticlePDG.cxx
16 UHKM/RandArrayFunction.cxx
17 UHKM/StrangeDensity.cxx
18 UHKM/StrangePotential.cxx
19 UHKM/UKUtility.cxx 
20 )
21
22 set(FSRCS
23 PYQUEN/progs_fortran.f
24 PYQUEN/pythia-6.4.11.f
25 PYQUEN/jetset_73.f
26 PYQUEN/pyquen1_5.f
27 )
28
29 # fill list of header files from list of source files
30 # by exchanging the file extension
31 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
32
33 Set(SRCS ${SRCS} ${FSRCS})
34
35 AddLibrary(TUHKMgen "${SRCS}" "${HDRS}")
36