]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/libMONITOR.pkg
Some unused PDF are not compiled to reduce the memory consumption when loading liblha...
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
index 7360fad2525272e864d3efa0588b337894c601c9..333376cef0b5687df4bb22cf9ae848d3f54d3c42 100644 (file)
@@ -1,13 +1,27 @@
+#-*- Mode: Makefile -*-
+# $Id$
+
 SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
        AliMonitor.cxx \
        AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
-       AliMonitorHLT.cxx \
        AliMonitorDataTPC.cxx \
        AliMonitorProcess.cxx AliMonitorControl.cxx \
-       AliMonitorDialog.cxx AliMonitorClient.cxx
+       AliMonitorDialog.cxx AliMonitorClient.cxx \
+       AliQAHistNavigator.cxx AliQAHistViewer.cxx
+
+# Matthias 2007-10-03 HLT legacy code disabled
+#      AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
 
 HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= MONITORLinkDef.h
 
-EINCLUDE:=TPC CONTAINERS ITS RAW
+EINCLUDE:= TPC ITS RAW
+
+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