]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/libMONITOR.pkg
Addition to the revision 45154. The calibrated TDC threshold used also in the raw...
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
CommitLineData
0cf7de2b 1#-*- Mode: Makefile -*-
2# $Id$
3
7d5ed7d8 4SRCS:= AliQAHistNavigator.cxx AliQAHistViewer.cxx \
c6d78c69 5 AliOnlineRecoTrigger.cxx \
93624d6b 6 AliDimIntNotifier.cxx AliChildProcTerminator.cxx AliOnlineReco.cxx AliTestChildProc.cxx
04fa961a 7
c989b443 8CINTHDRS:= $(SRCS:.cxx=.h)
9
04fa961a 10HDRS:= $(SRCS:.cxx=.h)
11
12DHDR:= MONITORLinkDef.h
13
cae21299 14EINCLUDE:= TPC ITS RAW
a1fa3a77 15
bef53f4a 16ifdef DIMDIR
c989b443 17
fea197bf 18SRCS += SORNotifier.cxx
19EINCLUDE += $(DIMDIR)/dim
20ELIBS := dim
5d01e2e4 21ELIBSDIR := $(DIMDIR)/$(ODIR)
fea197bf 22PACKCXXFLAGS := $(CXXFLAGS) -DALI_DIM
23PACKDCXXFLAGS := $(CXXFLAGSNO) -DALI_DIM
c989b443 24
25endif
26
a1fa3a77 27ifeq (win32gcc,$(ALICE_TARGET))
7d5ed7d8 28PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lGui
a1fa3a77 29endif