From 913a8a5d4c12dc54e4f7d7ef5a90deaf38b2d868 Mon Sep 17 00:00:00 2001 From: cvetan Date: Fri, 9 Sep 2005 14:03:19 +0000 Subject: [PATCH] Linking against the HLT MUON library. --- MONITOR/binmonitorCheck.pkg | 2 +- MONITOR/binmonitorGDC.pkg | 2 +- RAW/binalimdc.pkg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MONITOR/binmonitorCheck.pkg b/MONITOR/binmonitorCheck.pkg index 0734ee27097..8a3dac78044 100644 --- a/MONITOR/binmonitorCheck.pkg +++ b/MONITOR/binmonitorCheck.pkg @@ -17,7 +17,7 @@ PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS) ifdef DATE_ROOT ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS} -ELIBS:= ESD STEER RAWData monitor shift TPCbase TPCsim TPCrec ITSbase ITSsim ITSrec AliL3Src AliL3Comp AliL3Misc AliL3Hough AliL3ITS +ELIBS:= ESD STEER RAWData monitor shift TPCbase TPCsim TPCrec ITSbase ITSsim ITSrec AliL3Src AliL3Comp AliL3Misc AliL3Hough AliL3ITS AliL3MUON MUONsim MUONrec MUONbase MUONgeometry MUONmapping EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR} endif diff --git a/MONITOR/binmonitorGDC.pkg b/MONITOR/binmonitorGDC.pkg index e1bed3488f4..f08b456327b 100644 --- a/MONITOR/binmonitorGDC.pkg +++ b/MONITOR/binmonitorGDC.pkg @@ -17,7 +17,7 @@ PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS) ifdef DATE_ROOT ELIBSDIR:=${DATE_MONITOR_DIR}/${DATE_SYS} -ELIBS:=ESD STEER RAWData TPCbase TPCsim TPCrec AliL3Src AliL3Misc AliL3Hough AliL3Comp AliL3ITS ITSbase ITSsim ITSrec monitor shift +ELIBS:=ESD STEER RAWData TPCbase TPCsim TPCrec AliL3Src AliL3Misc AliL3Hough AliL3Comp AliL3ITS AliL3MUON ITSbase ITSsim ITSrec monitor shift MUONsim MUONrec MUONbase MUONgeometry MUONmapping EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR} endif diff --git a/RAW/binalimdc.pkg b/RAW/binalimdc.pkg index e11844c1a92..85085bfe5e6 100644 --- a/RAW/binalimdc.pkg +++ b/RAW/binalimdc.pkg @@ -9,12 +9,12 @@ PACKDCXXFLAGS:= ${HLTDCXXFLAGS} SRCS:= alimdc_main.cxx ${ESRCS} -EINCLUDE+= TP ITS RAW HLT/src HLT/hough HLT/comp HLT/ITS +EINCLUDE+= TPC ITS RAW HLT/src HLT/hough HLT/comp HLT/ITS # -DUSE_DEBUG for alimdc debug printout PACKBLIBS := $(ROOTCLIBS) $(SYSLIBS) -ELIBS:=ESD RAWData MDC MDCFilter STEER TPCbase TPCsim TPCrec AliL3Src AliL3Misc AliL3Hough AliL3Comp AliL3ITS ITSbase ITSsim ITSrec +ELIBS:=ESD RAWData MDC MDCFilter STEER TPCbase TPCsim TPCrec AliL3Src AliL3Misc AliL3Hough AliL3Comp AliL3ITS AliL3MUON ITSbase ITSsim ITSrec MUONsim MUONrec MUONbase MUONgeometry MUONmapping ifneq (,$(findstring macosx,$(ALICE_TARGET))) PACKLDFLAGS:=$(LDFLAGS) $(@PACKAGE@LIBSINIT:%=-Wl,-u,_G__cpp_setupG__%) -- 2.31.1