]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/CMakelibMUONcore.pkg
Fix plus small changes
[u/mrichter/AliRoot.git] / MUON / CMakelibMUONcore.pkg
index 169016d376117ab1655f62620a58b6c2538616ce..aeabc8a378835106c2732d808a4a3ec8a59c869b 100644 (file)
@@ -1,3 +1,5 @@
+# -*- mode: CMake -*-
+
 #--------------------------------------------------------------------------------#
 # Package File for MUONcore                                                      #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS   mapping/AliMpIntPair.cxx mapping/AliMpExMap.cxx mapping/AliMpExMapIterator.cxx mapping/AliMpArrayI.cxx mapping/AliMpStringObjMap.cxx AliMUONObjectPair.cxx AliMUONStringIntMap.cxx AliMUON2DMap.cxx AliMUON2DMapIterator.cxx AliMUON2DMapIteratorByI.cxx AliMUON1DArray.cxx AliMUON1DMap.cxx AliMUONCheckItem.cxx AliMUONVStore.cxx AliMUONTreeManager.cxx AliMUONLogger.cxx)
+set ( SRCS   
+    mapping/AliMpIntPair.cxx 
+    mapping/AliMpExMap.cxx 
+    mapping/AliMpExMapIterator.cxx 
+    mapping/AliMpArrayI.cxx 
+    mapping/AliMpStringObjMap.cxx 
+    AliMUONObjectPair.cxx 
+    AliMUONStringIntMap.cxx 
+    AliMUON2DMap.cxx 
+    AliMUON2DMapIterator.cxx 
+    AliMUON2DMapIteratorByI.cxx 
+    AliMUON1DArray.cxx 
+    AliMUON1DMap.cxx 
+    AliMUONCheckItem.cxx 
+    AliMUONVStore.cxx 
+    AliMUONTreeManager.cxx 
+    AliMUONLogger.cxx
+    )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
@@ -33,8 +52,4 @@ set ( DHDR  MUONcoreLinkDef.h)
 
 set ( EINCLUDE  RAW MUON/mapping)
 
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-               set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")
+set ( EXPORT mapping/AliMpExMap.h AliMUONVStore.h )