]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/binderoot.pkg
Introduction of the HLT reconstruction into the simulation. Removal of the obsolete...
[u/mrichter/AliRoot.git] / MONITOR / binderoot.pkg
CommitLineData
36470d8d 1#-*- Mode: Makefile -*-
2
36470d8d 3SRCS:=deroot.cxx
4
cae21299 5EINCLUDE+= TPC ITS RAW
36470d8d 6
7PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
8
9ifdef DATE_ROOT
10
11SRCS += root2date.cxx
12PACKBLIBS += $(shell date-config --monitorlibs)
13ELIBSDIR:=
cae21299 14ELIBS:=STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation
36470d8d 15EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
16
17endif
18
19ifneq (,$(findstring macosx,$(ALICE_TARGET)))
20PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
21endif