]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/CMakelibMONITOR.pkg
Add protection against ghostArea==0
[u/mrichter/AliRoot.git] / MONITOR / CMakelibMONITOR.pkg
index a45135c477c87a6c3a7cbb7f1e25bbffca5b7827..5884f6af6defc6fab27867874727538f276dbdb9 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
+    AliEventServerPreferencesWindow.cxx
+    AliEventServerWindow.cxx
+    AliRecoServerThread.cxx
+    AliRecoServer.cxx
+    AliTestChildProc.cxx 
+    )
 
 string ( REPLACE ".cxx" ".h" CINTHDRS "${SRCS}" )
 
@@ -33,24 +45,24 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 
 set ( DHDR  MONITORLinkDef.h)
 
-set ( EINCLUDE  TPC ITS RAW)
+set ( EINCLUDE  TPC TPC/Rec ITS RAW STEER/STEER STEER/CDB STEER/STEERBase ZEROMQ_INCLUDE_DIR)
 
 set(DIMDIR $ENV{DIMDIR})
 set(ODIR $ENV{ODIR})
 
 if(DIMDIR)
-
   set ( SRCS ${SRCS}  SORNotifier.cxx)
   set ( EINCLUDE ${EINCLUDE}  ${DIMDIR}/dim)
   set ( ELIBS  dim)
   set ( ELIBSDIR  ${DIMDIR}/${ODIR})
-  set ( PACKCXXFLAGS  "${CXXFLAGS} -DALI_DIM")
-  set ( PACKDCXXFLAGS  "${CXXFLAGSNO} -DALI_DIM")
+  if(ELIBSDIR STREQUAL "${DIMDIR}/")
+    set (ELIBSDIR ${DIMDIR}/linux)
+  endif(ELIBSDIR STREQUAL "${DIMDIR}/")
 
+  set ( CXXFLAGS  "-DALI_DIM ${CXXFLAGS}")
 endif(DIMDIR)
 
-if( ALICE_TARGET STREQUAL "win32gcc")
-       
-       set ( PACKSOFLAGS  ${SOFLAGS} -L${ROOTLIBDIR} -lGui)
+set ( ELIBS ${ELIBS} ${ZEROMQ_LIBRARY} )
 
-endif( ALICE_TARGET STREQUAL "win32gcc")
+# this must be set in a better way
+set ( ELIBSDIR ${ELIBSDIR}  /usr/lib64)