]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
ProcessDCS() { return kFALSE; } is removed following the discussion at
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index 2335dfd9118af8f9f9234e910fbd1ccf2047c3b1..ff0e893ab9edb365ba57da109e7d282dc9a126cb 100644 (file)
@@ -1,5 +1,20 @@
-SRCS=  TKDTree.cxx TKDInterpolator.cxx TKDSpline.cxx
+#-*- Mode: Makefile -*-
+
+SRCS=  TKDTree.cxx \
+  TKDInterpolatorBase.cxx \
+  TKDNodeInfo.cxx \
+  TKDPDF.cxx \
+  TKDInterpolator.cxx \
+  TKDSpline.cxx \
+  AliTMinuitToolkit.cxx \
+  TStatToolkit.cxx
 
 HDRS= $(SRCS:.cxx=.h)
 
 DHDR:=StatLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lCDB \
+                         -L$(shell root-config --libdir) -lMinuit
+endif