]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MONITOR/binderoot.pkg
Introduction of the HLT reconstruction into the simulation. Removal of the obsolete...
[u/mrichter/AliRoot.git] / MONITOR / binderoot.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=deroot.cxx
4
5 EINCLUDE+= TPC ITS RAW
6
7 PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
8
9 ifdef DATE_ROOT
10
11 SRCS += root2date.cxx
12 PACKBLIBS += $(shell date-config --monitorlibs)
13 ELIBSDIR:=
14 ELIBS:=STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
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