]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/libTPCmon.pkg
AddRunType calls added in the constructor (F.Prino)
[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)
14HDRS:= $(filter-out AliTPCTrackHitsInterfaces.h, $(HDRS))
15
16DHDR:= TPCmonLinkDef.h
17
18EINCLUDE:= RAW STEER
19
20
e085c242 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lSTEERBase -lRAWDatarec \
24 -L$(shell root-config --libdir) -lGui
25endif
26
48265b32 27
28ifdef DATE_ROOT
29SRCS += AliTPCMonitorDateMonitor.cxx
30PACKBLIBS += $(shell date-config --monitorlibs)
31ELIBSDIR:=
32ELIBS:=
33HDRS += AliTPCMonitorDateMonitor.h
34EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
48265b32 35endif
36
37