]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/binmonitorCheck.pkg
New task to mesure the spectrometer resolution (Philippe P.)
[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 ELIBS:= MONITOR 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
11
12 ifdef DATE_ROOT
13
14 PACKBLIBS += $(DMONLIBS)
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) $($(filter-out dim,$(ELIBS)):%=-Wl,-u,_G__cpp_setupG__%)
31 endif