]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TUHKMgen/CMakelibTUHKMgen.pkg
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / TUHKMgen / CMakelibTUHKMgen.pkg
index 77536049c0af5718c27ab6daa7f8cfb0214d680b..ef8ae347efcde4fdf0ea986eed2b02af14d50c37 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*-
 #--------------------------------------------------------------------------------#
 # Package File for TUHKMgen                                                      #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS  AliGenUHKM.cxx TUHKMgen.cxx UHKM/DatabasePDG.cxx UHKM/DecayChannel.cxx UHKM/EquationSolver.cxx UHKM/GrandCanonical.cxx UHKM/HadronDecayer.cxx UHKM/HankelFunction.cxx UHKM/InitialState.cxx UHKM/InitialStateHydjet.cxx UHKM/Particle.cxx UHKM/ParticlePDG.cxx UHKM/RandArrayFunction.cxx UHKM/StrangeDensity.cxx UHKM/StrangePotential.cxx UHKM/UKUtility.cxx)
+set ( SRCS  
+    AliGenUHKM.cxx 
+    TUHKMgen.cxx 
+    UHKM/DatabasePDG.cxx 
+    UHKM/DecayChannel.cxx 
+    UHKM/EquationSolver.cxx 
+    UHKM/GrandCanonical.cxx 
+    UHKM/HadronDecayer.cxx 
+    UHKM/HankelFunction.cxx 
+    UHKM/InitialState.cxx 
+    UHKM/InitialStateHydjet.cxx 
+    UHKM/Particle.cxx 
+    UHKM/ParticlePDG.cxx 
+    UHKM/RandArrayFunction.cxx 
+    UHKM/StrangeDensity.cxx 
+    UHKM/StrangePotential.cxx 
+    UHKM/UKUtility.cxx 
+    )
 
 set ( FSRCS  PYQUEN/progs_fortran.f PYQUEN/pythia-6.4.11.f PYQUEN/pyquen1_5.f)
 
@@ -35,4 +53,4 @@ set ( DHDR  TUHKMgenLinkDef.h)
 
 set ( EXPORT  AliGenUHKM.h TUHKMgen.h)
 
-set ( EINCLUDE TUHKMgen/UHKM EVGEN)
+set ( EINCLUDE TUHKMgen/UHKM EVGEN STEER/STEER STEER/STEERBase)