X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2FlibMONITOR.pkg;h=b1fddbbbec89d41e125fbb09c9f04ce3b0ec89dd;hb=64e2c144c1bcc9412d39b6b5b62f515f83c9c583;hp=cc3462c881df8538aecaf9b86be706cbd920617c;hpb=fea197bf409e7e97be0a4578ec0ac3b4aee869ea;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/libMONITOR.pkg b/MONITOR/libMONITOR.pkg index cc3462c881d..b1fddbbbec8 100644 --- a/MONITOR/libMONITOR.pkg +++ b/MONITOR/libMONITOR.pkg @@ -1,13 +1,7 @@ #-*- Mode: Makefile -*- # $Id$ -SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \ - AliMonitor.cxx \ - AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \ - AliMonitorDataTPC.cxx \ - AliMonitorProcess.cxx AliMonitorControl.cxx \ - AliMonitorDialog.cxx AliMonitorClient.cxx \ - AliQAHistNavigator.cxx AliQAHistViewer.cxx \ +SRCS:= AliQAHistNavigator.cxx AliQAHistViewer.cxx \ AliOnlineRecoTrigger.cxx \ AliDimIntNotifier.cxx AliChildProcTerminator.cxx AliOnlineReco.cxx AliTestChildProc.cxx @@ -24,16 +18,12 @@ ifdef DIMDIR SRCS += SORNotifier.cxx EINCLUDE += $(DIMDIR)/dim ELIBS := dim -ELIBSDIR := $(DIMDIR)/$(ALICE_TARGET) +ELIBSDIR := $(DIMDIR)/$(ODIR) PACKCXXFLAGS := $(CXXFLAGS) -DALI_DIM PACKDCXXFLAGS := $(CXXFLAGSNO) -DALI_DIM endif ifeq (win32gcc,$(ALICE_TARGET)) -PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ - -lSTEER -lSTEERBase -lESD \ - -lTPCbase -lTPCrec -lTPCsim \ - -lITSbase -lITSrec -lRAWDatarec \ - -L$(shell root-config --libdir) -lGui +PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lGui endif