]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
Protection against missing fESDOld member.
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index 05c4320edb428e8f38912368d441ba5cd8da61a9..8678951045829381ff2e5b87540e73a731e40918 100644 (file)
@@ -1,23 +1,41 @@
 #-*- Mode: Makefile -*-
 # $Id$
 
-include HLT/hlt.conf
-
-EDEFINE      := ${HLTDEFS}
-PACKCXXFLAGS := ${HLTCXXFLAGS}
-PACKCFLAGS   := ${HLTCLFAGS}
-PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
-
 SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
        AliMonitor.cxx \
        AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
-       AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
        AliMonitorDataTPC.cxx \
        AliMonitorProcess.cxx AliMonitorControl.cxx \
-       AliMonitorDialog.cxx AliMonitorClient.cxx
+       AliMonitorDialog.cxx AliMonitorClient.cxx \
+       AliQAHistNavigator.cxx AliQAHistViewer.cxx \
+       AliOnlineRecoTrigger.cxx
+
+CINTHDRS:= $(SRCS:.cxx=.h)
+
+ifdef DIMDIR
+
+SRCS += SORNotifier.cxx
+
+endif
 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MONITORLinkDef.h
 
-EINCLUDE:= TPC ITS RAW HLT/src HLT/hough HLT/comp
+EINCLUDE:= TPC ITS RAW
+
+ifdef DIMDIR
+
+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 \
+                         -lTPCbase -lTPCrec -lTPCsim \
+                         -lITSbase -lITSrec -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lGui
+endif