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