]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/CMakelibANALYSIS.pkg
Fixed grep syntax on OS X in the Analysis Plugin
[u/mrichter/AliRoot.git] / ANALYSIS / CMakelibANALYSIS.pkg
index b5162c4ea364acd3029cfcef7dc242de3e79704a..fae62d362bbe7fc339e055c1a69f1c8d240f7d45 100644 (file)
@@ -34,6 +34,8 @@ set ( SRCS
     AliAnalysisSelector.cxx 
     AliAnalysisGrid.cxx 
     AliAnalysisStatistics.cxx 
+    AliAnalysisTaskCfg.cxx
+    AliXMLParser.cxx
     )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
@@ -43,3 +45,15 @@ set ( DHDR  ANALYSISLinkDef.h)
 set (EXPORT ${HDRS})
 
 string ( REPLACE ".cxx" ".h" EXPORT "${SRCS}" )
+
+if( ALICE_TARGET STREQUAL "win32gcc")
+       
+set ( PACKSOFLAGS  ${SOFLAGS} -L${ALICE_ROOT}/lib/tgt_${ALICE_TARGET} -lSTEERBase)
+
+endif( ALICE_TARGET STREQUAL "win32gcc")
+
+install (DIRECTORY macros
+        DESTINATION ANALYSIS
+        PATTERN ".svn" EXCLUDE 
+         PATTERN ".d"   EXCLUDE 
+        PATTERN ".so"  EXCLUDE)