]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/libMONITOR.pkg
Separate the checks for DATE and DIM installation (requested by Laurent)
[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         AliOnlineRecoTrigger.cxx
12
13 CINTHDRS:= $(SRCS:.cxx=.h)
14
15 ifdef DIMDIR
16
17 SRCS += SORNotifier.cxx
18
19 endif
20
21 HDRS:= $(SRCS:.cxx=.h)
22
23 DHDR:= MONITORLinkDef.h
24
25 EINCLUDE:= TPC ITS RAW
26
27 ifdef DIMDIR
28
29 EINCLUDE += $(DIMDIR)/dim
30 ELIBS := dim
31 ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET)
32
33 endif
34
35 ifeq (win32gcc,$(ALICE_TARGET))
36 PACKSOFLAGS:= $(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
41 endif