]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/bindateStream.pkg
Moving the QA for raw data inside the event loop (Yves). The list of the detectors...
[u/mrichter/AliRoot.git] / RAW / bindateStream.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:= dateStream.cxx ${ESRCS}
4
5 EINCLUDE+= TPC ITS RAW
6
7 PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS)
8
9 ELIBS:=STEERBase ESD AOD RAWDatabase RAWDatarec RAWDatasim MDC MDCFilter CDB STEER TPCbase TPCsim TPCrec HLTbase ITSbase ITSsim ITSrec MUONevaluation MUONsim MUONrec MUONbase MUONtrigger MUONgeometry MUONraw MUONcalib MUONmapping MUONcore
10
11 ifneq (,$(findstring macosx,$(ALICE_TARGET)))
12 PACKLDFLAGS:=$(LDFLAGS) $(@PACKAGE@LIBSINIT:%=-Wl,-u,_G__cpp_setupG__%)
13 endif
14
15 ifdef DATE_ROOT
16
17 ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS}
18 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
19
20 endif
21
22