1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 include $(top_srcdir)/src/math/ts/automake.mk
5 noinst_LTLIBRARIES += src/math/libpspp-math.la
7 src_math_libpspp_math_la_LIBADD = \
8 lib/linreg/liblinreg.la
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-matrix.c \
17 src/math/covariance-matrix.h \
18 src/math/design-matrix.c src/math/design-matrix.h \
19 src/math/extrema.c src/math/extrema.h \
20 src/math/group.c src/math/group.h \
21 src/math/group-proc.h \
22 src/math/histogram.c src/math/histogram.h \
23 src/math/interaction.c src/math/interaction.h \
24 src/math/levene.c src/math/levene.h \
25 src/math/linreg.c src/math/linreg.h \
26 src/math/merge.c src/math/merge.h \
27 src/math/moments.c src/math/moments.h \
28 src/math/np.c src/math/np.h \
29 src/math/order-stats.c src/math/order-stats.h \
30 src/math/percentiles.c src/math/percentiles.h \
31 src/math/random.c src/math/random.h \
32 src/math/statistic.h \
33 src/math/sort.c src/math/sort.h \
34 src/math/trimmed-mean.c src/math/trimmed-mean.h \
35 src/math/tukey-hinges.c src/math/tukey-hinges.h \
36 src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h