Added files in src/math
[pspp-builds.git] / src / math / linreg / automake.mk
diff --git a/src/math/linreg/automake.mk b/src/math/linreg/automake.mk
new file mode 100644 (file)
index 0000000..931b38e
--- /dev/null
@@ -0,0 +1,15 @@
+## Process this file with automake to produce Makefile.in  -*- makefile -*-
+
+src/math/linreg/%: AM_CPPFLAGS += \
+       -I$(top_srcdir)/src/data \
+       -I$(top_srcdir)/src/math \
+       -I$(top_srcdir)/lib/linreg
+
+
+noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a
+
+src_math_linreg_libpspp_linreg_a_SOURCES = \
+       src/math/linreg/coefficient.c \
+       src/math/linreg/coefficient.h \
+       src/math/linreg/linreg.c \
+       src/math/linreg/linreg.h