]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/CMakelibANALYSIS.pkg
From Christian: Install scripts when ALICE_ROOT does not point to sources
[u/mrichter/AliRoot.git] / ANALYSIS / CMakelibANALYSIS.pkg
index ffbc63bd42a95e51de3835c489e4a5baeb0e8c31..078834303d659378163c091de6ec35ccab461d4d 100644 (file)
@@ -44,3 +44,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)