]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Adding first version of data checking component for TPC.
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index e74c2d35bb43f355d63b790d4e774f21b199697d..87bf4dc472552dd152e7706f00eee5b7945bab4e 100644 (file)
@@ -1,4 +1,6 @@
-SRCS=  TKDTree.cxx \
+#-*- Mode: Makefile -*-
+
+SRCS=  \
   TKDInterpolatorBase.cxx \
   TKDNodeInfo.cxx \
   TKDPDF.cxx \
@@ -9,4 +11,10 @@ SRCS=  TKDTree.cxx \
 
 HDRS= $(SRCS:.cxx=.h)
 
-DHDR:=StatLinkDef.h
+DHDR:=STATLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lCDB \
+                         -L$(ROOTLIBDIR) -lMinuit
+endif