]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/CMakelibITSUpgradeRec.pkg
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / ITS / CMakelibITSUpgradeRec.pkg
index ab4611273fecb691363a2760fdfaf0d3aa5b428b..d8638b4c20a01aeebf04b34f2fee0e59c47b34de 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 #--------------------------------------------------------------------------------#
 # Package File for ITSrec                                                        #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS     UPGRADE/AliITSlayerUpgrade.cxx UPGRADE/AliITStrackerUpgrade.cxx UPGRADE/AliITStrackU.cxx UPGRADE/AliITStrackerU.cxx UPGRADE/AliITSUpgradeReconstructor.cxx UPGRADE/AliITSUpgradeClusterList.cxx UPGRADE/AliITSUpgradeClusterListNode.cxx UPGRADE/AliITSUPixelModule.cxx UPGRADE/AliITSUpgradeClusterFinder.cxx)
+set ( SRCS  
+    UPGRADE/AliITSlayerUpgrade.cxx 
+    UPGRADE/AliITStrackerUpgrade.cxx 
+    UPGRADE/AliITStrackU.cxx 
+    UPGRADE/AliITStrackerU.cxx 
+    UPGRADE/AliITSUpgradeReconstructor.cxx 
+    UPGRADE/AliITSUpgradeClusterList.cxx 
+    UPGRADE/AliITSUpgradeClusterListNode.cxx 
+    UPGRADE/AliITSUPixelModule.cxx 
+    UPGRADE/AliITSUpgradeClusterFinder.cxx 
+    )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
 set ( DHDR ITSUpgradeRecLinkDef.h)
 
-set ( EINCLUDE TPC RAW ITS ITS/UPGRADE)
+set ( EINCLUDE TPC RAW ITS ITS/UPGRADE STEER/STEER STEER/ESD STEER/STEERBase)
 
 # set ( EXPORT AliITStrackV2.h AliITSVertexer.h AliITSRecoParam.h)
-
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-                               set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lITSUpgradeBase -lSTEER -lESD -lCDB -lSTEERBase -lRAWDatarec -L${ROOTLIBDIR} -lEG -lGeom)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")