X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2FlibMONITOR.pkg;h=902696982a8cb76ffed4c3fd14063590a5631152;hb=ce996d1300dc5422cc8c8de3dcbe66230df73cb0;hp=e87bfebe5cf5119840af815678c38df996f21e03;hpb=c6ba6205a93c3f53266929b3c156007cdcd02163;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/libMONITOR.pkg b/MONITOR/libMONITOR.pkg index e87bfebe5cf..902696982a8 100644 --- a/MONITOR/libMONITOR.pkg +++ b/MONITOR/libMONITOR.pkg @@ -1,13 +1,39 @@ +#-*- Mode: Makefile -*- +# $Id$ + SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \ AliMonitor.cxx \ AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \ - AliMonitorHLT.cxx AliMonitorHLTHough.cxx \ AliMonitorDataTPC.cxx \ AliMonitorProcess.cxx AliMonitorControl.cxx \ - AliMonitorDialog.cxx AliMonitorClient.cxx + AliMonitorDialog.cxx AliMonitorClient.cxx \ + AliQAHistNavigator.cxx AliQAHistViewer.cxx \ + AliOnlineRecoTrigger.cxx \ + AliDimIntNotifier.cxx AliChildProcTerminator.cxx AliOnlineReco.cxx AliTestChildProc.cxx + +CINTHDRS:= $(SRCS:.cxx=.h) HDRS:= $(SRCS:.cxx=.h) DHDR:= MONITORLinkDef.h -EINCLUDE:=TPC CONTAINERS ITS RAW +EINCLUDE:= TPC ITS RAW + +ifdef DIMDIR + +SRCS += SORNotifier.cxx +EINCLUDE += $(DIMDIR)/dim +ELIBS := dim +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$(ROOTLIBDIR) -lGui +endif