]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/libMONITOR.pkg
Brand new GUI application for online display/reco by Matevz.
[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 \
c6d78c69 11 AliOnlineRecoTrigger.cxx \
12 AliDimIntNotifier.cxx AliChildReaper.cxx AliOnlineReco.cxx AliTestChildProc.cxx
04fa961a 13
c989b443 14CINTHDRS:= $(SRCS:.cxx=.h)
15
bef53f4a 16ifdef DIMDIR
c989b443 17
18SRCS += SORNotifier.cxx
19
20endif
cae21299 21
04fa961a 22HDRS:= $(SRCS:.cxx=.h)
23
24DHDR:= MONITORLinkDef.h
25
cae21299 26EINCLUDE:= TPC ITS RAW
a1fa3a77 27
bef53f4a 28ifdef DIMDIR
c989b443 29
30EINCLUDE += $(DIMDIR)/dim
31ELIBS := dim
32ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
33
34endif
35
a1fa3a77 36ifeq (win32gcc,$(ALICE_TARGET))
37PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
38 -lSTEER -lSTEERBase -lESD \
39 -lTPCbase -lTPCrec -lTPCsim \
40 -lITSbase -lITSrec -lRAWDatarec \
41 -L$(shell root-config --libdir) -lGui
42endif