]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/libMONITOR.pkg
As agreed - we will keep the timing information in the digit (for future usage),...
[u/mrichter/AliRoot.git] / MONITOR / libMONITOR.pkg
CommitLineData
0cf7de2b 1#-*- Mode: Makefile -*-
2# $Id$
3
04fa961a 4SRCS:= AliMonitorPlot.cxx AliMonitorHisto.cxx AliMonitorTrend.cxx \
5 AliMonitor.cxx \
6 AliMonitorTPC.cxx AliMonitorITS.cxx AliMonitorV0s.cxx \
c4bd737c 7 AliMonitorDataTPC.cxx \
04fa961a 8 AliMonitorProcess.cxx AliMonitorControl.cxx \
9 AliMonitorDialog.cxx AliMonitorClient.cxx
10
cae21299 11# Matthias 2007-10-03 HLT legacy code disabled
12# AliMonitorHLT.cxx AliMonitorHLTHough.cxx \
13
04fa961a 14HDRS:= $(SRCS:.cxx=.h)
15
16DHDR:= MONITORLinkDef.h
17
cae21299 18EINCLUDE:= TPC ITS RAW
a1fa3a77 19
20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lSTEER -lSTEERBase -lESD \
23 -lTPCbase -lTPCrec -lTPCsim \
24 -lITSbase -lITSrec -lRAWDatarec \
25 -L$(shell root-config --libdir) -lGui
26endif