]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/binmonitorCheck.pkg
Change in the monitoring policy. Use the DATE monitoring feature which takes events...
[u/mrichter/AliRoot.git] / MONITOR / binmonitorCheck.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=monitorCheck.cxx
5
6 EINCLUDE+= TPC ITS RAW
7
8 PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
9
10 ifdef DATE_ROOT
11
12 PACKBLIBS += $(shell date-config --monitorlibs)
13 ELIBSDIR:=
14 ELIBS:=STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec ITSbase ITSsim ITSrec HLTbase MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation MUONcore
15 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
16
17 endif
18
19 ifneq (,$(findstring macosx,$(ALICE_TARGET)))
20 PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
21 endif