]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TPC/libTPCmon.pkg
Warning removal
[u/mrichter/AliRoot.git] / TPC / libTPCmon.pkg
... / ...
CommitLineData
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)
14
15DHDR:= TPCmonLinkDef.h
16
17EINCLUDE:= RAW STEER
18
19
20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lSTEERBase -lRAWDatarec \
23 -L$(ROOTLIBDIR) -lGui
24endif
25
26
27ifdef DATE_ROOT
28SRCS += AliTPCMonitorDateMonitor.cxx
29PACKBLIBS += $(DMONLIBS)
30ELIBSDIR:=
31ELIBS:=
32HDRS += AliTPCMonitorDateMonitor.h
33EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
34endif
35
36