2c25686b860ed225b8a6d39db07332ed5c88fcde
[pspp-builds.git] / src / math / automake.mk
1 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
2
3 include $(top_srcdir)/src/math/ts/automake.mk
4
5 noinst_LIBRARIES += src/math/libpspp_math.a
6
7 src_math_libpspp_math_a_SOURCES = \
8         src/math/factor-stats.c \
9         src/math/factor-stats.h \
10         src/math/chart-geometry.c \
11         src/math/chart-geometry.h \
12         src/math/coefficient.c \
13         src/math/coefficient.h \
14         src/math/covariance-matrix.c \
15         src/math/covariance-matrix.h \
16         src/math/group.c  src/math/group.h \
17         src/math/group-proc.h \
18         src/math/histogram.c src/math/histogram.h \
19         src/math/interaction.c \
20         src/math/interaction.h \
21         src/math/levene.c \
22         src/math/levene.h \
23         src/math/linreg.c \
24         src/math/linreg.h \
25         src/math/merge.c \
26         src/math/merge.h \
27         src/math/moments.c  src/math/moments.h \
28         src/math/percentiles.c src/math/percentiles.h \
29         src/math/design-matrix.c src/math/design-matrix.h \
30         src/math/random.c src/math/random.h \
31         src/math/sort.c src/math/sort.h