]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/CMakelibMONITOR.pkg
Cocktail generator for decay photon in pp and PbPb
[u/mrichter/AliRoot.git] / MONITOR / CMakelibMONITOR.pkg
index a45135c477c87a6c3a7cbb7f1e25bbffca5b7827..a0294e4460d13e658cd2a7d2a8c8ec25d4e072ea 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: CMake -*- 
 #--------------------------------------------------------------------------------#
 # Package File for MONITOR                                                       #
 # Author : Johny Jose (johny.jose@cern.ch)                                       #
 # SHLIBS - Shared Libraries and objects for linking (Executables only)           #
 #--------------------------------------------------------------------------------#
 
-set ( SRCS   AliQAHistNavigator.cxx AliQAHistViewer.cxx AliOnlineRecoTrigger.cxx AliDimIntNotifier.cxx AliChildProcTerminator.cxx AliOnlineReco.cxx AliTestChildProc.cxx)
+set ( SRCS   
+    AliQAHistNavigator.cxx 
+    AliQAHistViewer.cxx 
+    AliOnlineRecoTrigger.cxx 
+    AliDimIntNotifier.cxx 
+    AliChildProcTerminator.cxx 
+    AliOnlineReco.cxx 
+    AliTestChildProc.cxx 
+    )
 
 string ( REPLACE ".cxx" ".h" CINTHDRS "${SRCS}" )
 
@@ -33,7 +42,7 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
 set ( DHDR  MONITORLinkDef.h)
 
-set ( EINCLUDE  TPC ITS RAW)
+set ( EINCLUDE  TPC ITS RAW STEER/STEER STEER/CDB STEER/STEERBase)
 
 set(DIMDIR $ENV{DIMDIR})
 set(ODIR $ENV{ODIR})
@@ -44,13 +53,10 @@ if(DIMDIR)
   set ( EINCLUDE ${EINCLUDE}  ${DIMDIR}/dim)
   set ( ELIBS  dim)
   set ( ELIBSDIR  ${DIMDIR}/${ODIR})
+  if(ELIBSDIR STREQUAL "${DIMDIR}/")  
+    set (ELIBSDIR ${DIMDIR}/linux)
+  endif(ELIBSDIR STREQUAL "${DIMDIR}/")
   set ( PACKCXXFLAGS  "${CXXFLAGS} -DALI_DIM")
   set ( PACKDCXXFLAGS  "${CXXFLAGSNO} -DALI_DIM")
 
 endif(DIMDIR)
-
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-       set ( PACKSOFLAGS  ${SOFLAGS} -L${ROOTLIBDIR} -lGui)
-
-endif( ALICE_TARGET STREQUAL "win32gcc")