]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/libTPCmon.pkg
bugfix: offline sink components were lacking registration; code cleanup
[u/mrichter/AliRoot.git] / TPC / libTPCmon.pkg
1 #-*- Mode: Makefile -*-
2
3
4 SRCS:=  AliTPCMonitorConfig.cxx \
5         AliTPCMonitorAltro.cxx \
6         AliTPCMonitorFFT.cxx \
7         AliTPCMonitorMappingHandler.cxx \
8         AliTPCMonitor.cxx \
9         AliTPCMonitorDateFile.cxx \
10         AliTPCMonitorDateFormat.cxx \
11         AliTPCMonitorDialog.cxx
12
13 HDRS:= $(SRCS:.cxx=.h)
14 HDRS:= $(filter-out AliTPCTrackHitsInterfaces.h, $(HDRS))
15
16 DHDR:= TPCmonLinkDef.h
17
18 EINCLUDE:= RAW STEER 
19
20
21
22 ifdef DATE_ROOT
23 SRCS +=  AliTPCMonitorDateMonitor.cxx  
24 PACKBLIBS += $(shell date-config --monitorlibs)
25 ELIBSDIR:=
26 ELIBS:=
27 HDRS +=  AliTPCMonitorDateMonitor.h 
28 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
29 endif
30
31