]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/libTPCmon.pkg
bug fixed
[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 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lSTEERBase -lRAWDatarec \
24                          -L$(shell root-config --libdir) -lGui
25 endif
26
27
28 ifdef DATE_ROOT
29 SRCS +=  AliTPCMonitorDateMonitor.cxx  
30 PACKBLIBS += $(shell date-config --monitorlibs)
31 ELIBSDIR:=
32 ELIBS:=
33 HDRS +=  AliTPCMonitorDateMonitor.h 
34 EINCLUDE+= ${DATE_COMMON_DEFS} ${DATE_MONITOR_DIR}
35 endif
36
37