]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/libMONITOR.pkg
Introduced a data member TClonesArray to avoid redeclaration per event cf. comment...
[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
11 # Matthias 2007-10-03 HLT legacy code disabled
12 #       AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
13
14 HDRS:= $(SRCS:.cxx=.h)
15
16 DHDR:= MONITORLinkDef.h
17
18 EINCLUDE:= TPC ITS RAW
19
20 ifeq (win32gcc,$(ALICE_TARGET))
21 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22                          -lSTEER -lSTEERBase -lESD \
23                          -lTPCbase -lTPCrec -lTPCsim \
24                          -lITSbase -lITSrec -lRAWDatarec \
25                          -L$(shell root-config --libdir) -lGui
26 endif