]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/libTPCmon.pkg
Out of boundaries error fix
[u/mrichter/AliRoot.git] / TPC / libTPCmon.pkg
CommitLineData
48265b32 1#-*- Mode: Makefile -*-
2
3
4SRCS:= AliTPCMonitorConfig.cxx \
5 AliTPCMonitorAltro.cxx \
6 AliTPCMonitorFFT.cxx \
7 AliTPCMonitorMappingHandler.cxx \
8 AliTPCMonitor.cxx \
9 AliTPCMonitorDateFile.cxx \
10 AliTPCMonitorDateFormat.cxx \
11 AliTPCMonitorDialog.cxx
12
13HDRS:= $(SRCS:.cxx=.h)
48265b32 14
15DHDR:= TPCmonLinkDef.h
16
17EINCLUDE:= RAW STEER
18
19
e085c242 20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lSTEERBase -lRAWDatarec \
8b13487a 23 -L$(ROOTLIBDIR) -lGui
e085c242 24endif
25
48265b32 26
27ifdef DATE_ROOT
28SRCS += AliTPCMonitorDateMonitor.cxx
8b13487a 29PACKBLIBS += $(DMONLIBS)
48265b32 30ELIBSDIR:=
31ELIBS:=
32HDRS += AliTPCMonitorDateMonitor.h
33EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
48265b32 34endif
35
36