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