Added files in src/math
[pspp-builds.git] / src / math / linreg / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 src/math/linreg/%: AM_CPPFLAGS += \
4         -I$(top_srcdir)/src/data \
5         -I$(top_srcdir)/src/math \
6         -I$(top_srcdir)/lib/linreg
7
8
9 noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a
10
11 src_math_linreg_libpspp_linreg_a_SOURCES = \
12         src/math/linreg/coefficient.c \
13         src/math/linreg/coefficient.h \
14         src/math/linreg/linreg.c \
15         src/math/linreg/linreg.h