]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/binmonitorCheck.pkg
Update monitoring executable in order to make it compatible with the tracking in...
[u/mrichter/AliRoot.git] / MONITOR / binmonitorCheck.pkg
CommitLineData
0cf7de2b 1#-*- Mode: Makefile -*-
2# $Id$
3
4include HLT/hlt.conf
5
6EDEFINE := ${HLTDEFS}
7PACKCXXFLAGS := ${HLTCXXFLAGS}
8PACKCFLAGS := ${HLTCLFAGS}
9PACKDCXXFLAGS:= ${HLTDCXXFLAGS}
10
df0f3179 11SRCS:=monitorCheck.cxx
12
e756ece8 13EINCLUDE+= TPC ITS RAW HLT/src HLT/hough HLT/comp HLT/ITS
df0f3179 14
e3dce9d6 15PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
df0f3179 16
17ifdef DATE_ROOT
18
19ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS}
0f085b57 20ELIBS:= ESD STEER RAWData monitor shift TPCbase TPCsim TPCrec ITSbase ITSsim ITSrec AliL3Src AliL3Comp AliL3Misc AliL3Hough AliL3ITS
df0f3179 21EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
22
df0f3179 23endif
651e35f1 24
a4b51f60 25ifneq (,$(findstring macosx,$(ALICE_TARGET)))
0a3c3eae 26PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
651e35f1 27endif