]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/libMONITOR.pkg
QA ref defaut storage setter in sim and rec
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
5         AliMonitor.cxx \
6         AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
7         AliMonitorDataTPC.cxx \
8         AliMonitorProcess.cxx AliMonitorControl.cxx \
9         AliMonitorDialog.cxx AliMonitorClient.cxx \
10         AliQAHistNavigator.cxx AliQAHistViewer.cxx
11
12 # Matthias 2007-10-03 HLT legacy code disabled
13 #       AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
14
15 HDRS:= $(SRCS:.cxx=.h)
16
17 DHDR:= MONITORLinkDef.h
18
19 EINCLUDE:= TPC ITS RAW
20
21 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lSTEER -lSTEERBase -lESD \
24                          -lTPCbase -lTPCrec -lTPCsim \
25                          -lITSbase -lITSrec -lRAWDatarec \
26                          -L$(shell root-config --libdir) -lGui
27 endif