]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/libMONITOR.pkg
Changed class inheritance (TObject->TTask) and fixed bug
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliQAHistNavigator.cxx AliQAHistViewer.cxx \
5         AliOnlineRecoTrigger.cxx \
6         AliDimIntNotifier.cxx AliChildProcTerminator.cxx AliOnlineReco.cxx AliTestChildProc.cxx
7
8 CINTHDRS:= $(SRCS:.cxx=.h)
9
10 HDRS:= $(SRCS:.cxx=.h)
11
12 DHDR:= MONITORLinkDef.h
13
14 EINCLUDE:= TPC ITS RAW
15
16 ifdef DIMDIR
17
18 SRCS          += SORNotifier.cxx
19 EINCLUDE      += $(DIMDIR)/dim
20 ELIBS         := dim
21 ELIBSDIR      := $(DIMDIR)/$(ODIR)
22 PACKCXXFLAGS  := $(CXXFLAGS) -DALI_DIM
23 PACKDCXXFLAGS := $(CXXFLAGSNO) -DALI_DIM
24
25 endif
26
27 ifeq (win32gcc,$(ALICE_TARGET))
28 PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lGui
29 endif