]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/CMakelibFASTSIM.pkg
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / FASTSIM / CMakelibFASTSIM.pkg
index 18868cb2e255df0c69448b472ba586136ae710e8..3ccf1a6d413e9d9d079091badaa07aa38c873815 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 #--------------------------------------------------------------------------------#
 # Package File for FASTSIM                                                       #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS  AliFastDetector.cxx AliFastResponse.cxx AliFastParticle.cxx AliFastEvent.cxx AliFastMuonTrackingAcc.cxx AliFastMuonTrackingEff.cxx AliFastMuonTrackingRes.cxx AliFastMuonTriggerEff.cxx AliMUONFastTracking.cxx AliMUONFastTrackingEntry.cxx AliFastGlauber.cxx AliQuenchingWeights.cxx)
+set ( SRCS  
+    AliFastDetector.cxx 
+    AliFastResponse.cxx 
+    AliFastParticle.cxx 
+    AliFastEvent.cxx 
+    AliFastMuonTrackingAcc.cxx 
+    AliFastMuonTrackingEff.cxx 
+    AliFastMuonTrackingRes.cxx 
+    AliFastMuonTriggerEff.cxx 
+    AliMUONFastTracking.cxx 
+    AliMUONFastTrackingEntry.cxx 
+    AliFastGlauber.cxx 
+    AliQuenchingWeights.cxx 
+    )
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
 set ( DHDR  FASTSIMLinkDef.h)
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-       set ( PACKSOFLAGS  ${SOFLAGS} -L${ROOTLIBDIR} -lEG)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EINCLUDE STEER/STEER )