]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCfast.pkg
Reverting revision 43247.
[u/mrichter/AliRoot.git] / TPC / libTPCfast.pkg
index 82c9575d53efae9e8fedc7a48779871159c40084..11eca56db772f9b1d78cd48256bc3f813a0789d2 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=  AliTPCFast.cxx \
         AliTPCtrackerParam.cxx AliTPCkineGrid.cxx
         
@@ -7,5 +9,11 @@ HDRS:= $(SRCS:.cxx=.h)
 
 DHDR:= TPCfastLinkDef.h
 
-EINCLUDE:= CONTAINERS RAW
+EINCLUDE:= RAW
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lTPCrec -lTPCsim -lTPCbase -lESD -lSTEER -lSTEERBase \
+                         -L$(ROOTLIBDIR) -lEG
+endif