]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/libTPCfast.pkg
fix warnings
[u/mrichter/AliRoot.git] / TPC / libTPCfast.pkg
index 4d5ac579989cf1b57b711e51ebdc0822bd1a1fe4..11eca56db772f9b1d78cd48256bc3f813a0789d2 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=  AliTPCFast.cxx \
         AliTPCtrackerParam.cxx AliTPCkineGrid.cxx
         
@@ -9,3 +11,9 @@ DHDR:= TPCfastLinkDef.h
 
 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
+