removed obsolete files
[pspp] / lib / linreg / Makefile.am
diff --git a/lib/linreg/Makefile.am b/lib/linreg/Makefile.am
deleted file mode 100644 (file)
index 998b75e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-## Process this file with automake to produce Makefile.in  -*- makefile -*-
-
-noinst_LIBRARIES = liblinreg.a
-
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src
-
-AM_CFLAGS=
-
-if cc_is_gcc
-AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \
--Wpointer-arith -Wno-sign-compare -Wmissing-prototypes \
--ansi 
-endif
-
-liblinreg_a_SOURCES = coefficient.c sweep.c linreg.c pspp_linreg.h