]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/libMONITOR.pkg
Bug correction (Qtime part) in CE configuration
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
CommitLineData
0cf7de2b 1#-*- Mode: Makefile -*-
2# $Id$
3
04fa961a 4SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
5 AliMonitor.cxx \
6 AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
c4bd737c 7 AliMonitorDataTPC.cxx \
04fa961a 8 AliMonitorProcess.cxx AliMonitorControl.cxx \
923f55ee 9 AliMonitorDialog.cxx AliMonitorClient.cxx \
c989b443 10 AliQAHistNavigator.cxx AliQAHistViewer.cxx \
11 AliOnlineRecoTrigger.cxx
04fa961a 12
c989b443 13CINTHDRS:= $(SRCS:.cxx=.h)
14
15ifdef DATE_ROOT
16
17SRCS += SORNotifier.cxx
18
19endif
cae21299 20
04fa961a 21HDRS:= $(SRCS:.cxx=.h)
22
23DHDR:= MONITORLinkDef.h
24
cae21299 25EINCLUDE:= TPC ITS RAW
a1fa3a77 26
c989b443 27ifdef DATE_ROOT
28
29EINCLUDE += $(DIMDIR)/dim
30ELIBS := dim
31ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
32
33endif
34
a1fa3a77 35ifeq (win32gcc,$(ALICE_TARGET))
36PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37 -lSTEER -lSTEERBase -lESD \
38 -lTPCbase -lTPCrec -lTPCsim \
39 -lITSbase -lITSrec -lRAWDatarec \
40 -L$(shell root-config --libdir) -lGui
41endif