]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/binalipro.pkg
Initial version of the Alice Prompt Reconstruction Online (AliPRO) program
[u/mrichter/AliRoot.git] / MONITOR / binalipro.pkg
CommitLineData
011d6b25 1#-*- Mode: Makefile -*-
2
3SRCS:=alipro_main.cxx
4
5EINCLUDE+= TPC ITS RAW MUON PHOS
6
7PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
8
9ifdef DATE_ROOT
10
11PACKBLIBS += $(shell date-config --monitorlibs)
12ELIBSDIR:=
13ELIBS:=STEERBase ESD AOD CDB STEER RAWDatabase RAWDatarec RAWDatasim TPCbase TPCrec HLTbase ITSbase ITSrec MUONrec MUONbase MUONsim MUONgeometry MUONraw MUONcalib MUONmapping MUONtrigger MUONevaluation MUONcore PHOSbase PHOSrec PHOSsim
14EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
15
16endif
17
18ifneq (,$(findstring macosx,$(ALICE_TARGET)))
19PACKLDFLAGS:=$(LDFLAGS) $(ELIBS:%=-Wl,-u,_G__cpp_setupG__%)
20endif