]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/libTPCfast.pkg
Coverity fixes
[u/mrichter/AliRoot.git] / TPC / libTPCfast.pkg
CommitLineData
e085c242 1#-*- Mode: Makefile -*-
2
6d75e4b6 3SRCS:= AliTPCFast.cxx \
4 AliTPCtrackerParam.cxx AliTPCkineGrid.cxx
5
6
7
8HDRS:= $(SRCS:.cxx=.h)
9
10DHDR:= TPCfastLinkDef.h
11
e756ece8 12EINCLUDE:= RAW
6d75e4b6 13
e085c242 14ifeq (win32gcc,$(ALICE_TARGET))
15PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
16 -lTPCrec -lTPCsim -lTPCbase -lESD -lSTEER -lSTEERBase \
8b13487a 17 -L$(ROOTLIBDIR) -lEG
e085c242 18endif
19