]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
index e74c2d35bb43f355d63b790d4e774f21b199697d..ff0e893ab9edb365ba57da109e7d282dc9a126cb 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS=  TKDTree.cxx \
   TKDInterpolatorBase.cxx \
   TKDNodeInfo.cxx \
@@ -10,3 +12,9 @@ SRCS=  TKDTree.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