]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MONITOR/binderoot.pkg
update from David Rohr: the CATrackerComponent now supports multiple slices
[u/mrichter/AliRoot.git] / MONITOR / binderoot.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS:=deroot.cxx
4
5EINCLUDE+= TPC ITS RAW
6
7PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
8
9ELIBS:= MONITOR
10
11SRCS += root2date.cxx
12ELIBSDIR:=
13ELIBS:=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
14
15ifneq (,$(findstring macosx,$(ALICE_TARGET)))
16PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
17endif