]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
Added fastjet
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index 9cdd0085b8a318cc04c1d2a6b2a6ae5cc0986cca..fbe2b4eaacfacf8041fcb09678b60dda5f5c4e42 100644 (file)
@@ -6,13 +6,36 @@ SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
        AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
        AliMonitorDataTPC.cxx \
        AliMonitorProcess.cxx AliMonitorControl.cxx \
-       AliMonitorDialog.cxx AliMonitorClient.cxx
+       AliMonitorDialog.cxx AliMonitorClient.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)
 
 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 \
+                         -lTPCbase -lTPCrec -lTPCsim \
+                         -lITSbase -lITSrec -lRAWDatarec \
+                         -L$(shell root-config --libdir) -lGui
+endif