]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/libSTAT.pkg
Removing the flat makefiles
[u/mrichter/AliRoot.git] / STAT / libSTAT.pkg
diff --git a/STAT/libSTAT.pkg b/STAT/libSTAT.pkg
deleted file mode 100644 (file)
index 87bf4dc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#-*- Mode: Makefile -*-
-
-SRCS=  \
-  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$(ROOTLIBDIR) -lMinuit
-endif