]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Updates for multiple interactions.
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index 2335dfd9118af8f9f9234e910fbd1ccf2047c3b1..87bf4dc472552dd152e7706f00eee5b7945bab4e 100644 (file)
@@ -1,5 +1,20 @@
-SRCS=  TKDTree.cxx TKDInterpolator.cxx TKDSpline.cxx
+#-*- Mode: Makefile -*-
+
+SRCS=  \
+  TKDInterpolatorBase.cxx \
+  TKDNodeInfo.cxx \
+  TKDPDF.cxx \
+  TKDInterpolator.cxx \
+  TKDSpline.cxx \
+  AliTMinuitToolkit.cxx \
+  TStatToolkit.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