]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
Initial version of the ECS start-of-run trigger which will be used in order to start...
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index 333376cef0b5687df4bb22cf9ae848d3f54d3c42..fbe2b4eaacfacf8041fcb09678b60dda5f5c4e42 100644 (file)
@@ -7,10 +7,16 @@ SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
        AliMonitorDataTPC.cxx \
        AliMonitorProcess.cxx AliMonitorControl.cxx \
        AliMonitorDialog.cxx AliMonitorClient.cxx \
-       AliQAHistNavigator.cxx AliQAHistViewer.cxx
+       AliQAHistNavigator.cxx AliQAHistViewer.cxx \
+       AliOnlineRecoTrigger.cxx
 
-# Matthias 2007-10-03 HLT legacy code disabled
-#      AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
+CINTHDRS:= $(SRCS:.cxx=.h)
+
+ifdef DATE_ROOT
+
+SRCS += SORNotifier.cxx
+
+endif
 
 HDRS:= $(SRCS:.cxx=.h)
 
@@ -18,6 +24,14 @@ DHDR:= MONITORLinkDef.h
 
 EINCLUDE:= TPC ITS RAW
 
+ifdef DATE_ROOT
+
+EINCLUDE += $(DIMDIR)/dim
+ELIBS := dim
+ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
+
+endif
+
 ifeq (win32gcc,$(ALICE_TARGET))
 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
                          -lSTEER -lSTEERBase -lESD \