]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/binmonitorGDC.pkg
a6a0761d06727b2b9284bfc431819a7c0856e538
[u/mrichter/AliRoot.git] / MONITOR / binmonitorGDC.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=monitorGDC.cxx
5
6 EINCLUDE+= TPC ITS RAW
7
8 PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
9
10 ELIBS:= MONITOR STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation MUONcore
11
12 ifdef DATE_ROOT
13
14 PACKBLIBS += $(shell date-config --monitorlibs)
15 ELIBSDIR:=
16
17 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
18
19 ifdef DIMDIR
20
21 EINCLUDE += $(DIMDIR)/dim
22 ELIBS += dim
23 ELIBSDIR += $(DIMDIR)/$(ODIR)
24
25 endif
26
27 endif
28
29 ifneq (,$(findstring macosx,$(ALICE_TARGET)))
30 PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
31 endif