]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MONITOR/libMONITOR.pkg
Some unused PDF are not compiled to reduce the memory consumption when loading liblha...
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
5 AliMonitor.cxx \
6 AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
7 AliMonitorDataTPC.cxx \
8 AliMonitorProcess.cxx AliMonitorControl.cxx \
9 AliMonitorDialog.cxx AliMonitorClient.cxx \
10 AliQAHistNavigator.cxx AliQAHistViewer.cxx
11
12# Matthias 2007-10-03 HLT legacy code disabled
13# AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
14
15HDRS:= $(SRCS:.cxx=.h)
16
17DHDR:= MONITORLinkDef.h
18
19EINCLUDE:= TPC ITS RAW
20
21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lSTEER -lSTEERBase -lESD \
24 -lTPCbase -lTPCrec -lTPCsim \
25 -lITSbase -lITSrec -lRAWDatarec \
26 -L$(shell root-config --libdir) -lGui
27endif