5519ba98a112bd1568559e0c3637205fe2988672
[pspp-builds.git] / src / math / linreg / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a
4
5 src_math_linreg_libpspp_linreg_a_SOURCES = \
6         src/math/linreg/predict.c \
7         src/math/linreg/coefficient.c \
8         src/math/linreg/coefficient.h \
9         src/math/linreg/linreg.c \
10         src/math/linreg/linreg.h 
11