]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/libTPCfast.pkg
Use TTimeStamp instead of TTime -- it is overflowing on 32-bit machines.
[u/mrichter/AliRoot.git] / TPC / libTPCfast.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliTPCFast.cxx \
4         AliTPCtrackerParam.cxx AliTPCkineGrid.cxx
5         
6         
7
8 HDRS:= $(SRCS:.cxx=.h)
9
10 DHDR:= TPCfastLinkDef.h
11
12 EINCLUDE:= RAW
13
14 ifeq (win32gcc,$(ALICE_TARGET))
15 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
16                          -lTPCrec -lTPCsim -lTPCbase -lESD -lSTEER -lSTEERBase \
17                          -L$(ROOTLIBDIR) -lEG
18 endif
19