New module src/math/correlation
[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_LTLIBRARIES += src/math/libpspp-math.la
6
7 src_math_libpspp_math_la_LIBADD = \
8         lib/linreg/liblinreg.la
9
10 src_math_libpspp_math_la_SOURCES = \
11         src/math/chart-geometry.c \
12         src/math/chart-geometry.h \
13         src/math/box-whisker.c src/math/box-whisker.h \
14         src/math/coefficient.c \
15         src/math/coefficient.h \
16         src/math/covariance.c \
17         src/math/covariance.h \
18         src/math/covariance-matrix.c \
19         src/math/covariance-matrix.h \
20         src/math/correlation.c \
21         src/math/correlation.h \
22         src/math/design-matrix.c src/math/design-matrix.h \
23         src/math/extrema.c src/math/extrema.h \
24         src/math/group.c  src/math/group.h \
25         src/math/group-proc.h \
26         src/math/histogram.c src/math/histogram.h \
27         src/math/interaction.c src/math/interaction.h \
28         src/math/levene.c src/math/levene.h \
29         src/math/linreg.c src/math/linreg.h \
30         src/math/merge.c  src/math/merge.h \
31         src/math/moments.c  src/math/moments.h \
32         src/math/np.c src/math/np.h \
33         src/math/order-stats.c src/math/order-stats.h \
34         src/math/percentiles.c src/math/percentiles.h \
35         src/math/random.c src/math/random.h \
36         src/math/statistic.h \
37         src/math/sort.c src/math/sort.h \
38         src/math/trimmed-mean.c src/math/trimmed-mean.h \
39         src/math/tukey-hinges.c src/math/tukey-hinges.h \
40         src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h