]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Macro to be attached to the analysis train
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index e74c2d35bb43f355d63b790d4e774f21b199697d..859ee717227b446587cfd4575e6e659af68abff6 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$(shell root-config --libdir) -lMinuit
+endif