1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
4 noinst_LTLIBRARIES += src/math/libpspp-math.la
6 src_math_libpspp_math_la_LIBADD = \
7 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/categoricals.h \
15 src/math/categoricals.c \
16 src/math/covariance.c \
17 src/math/covariance.h \
18 src/math/correlation.c \
19 src/math/correlation.h \
20 src/math/extrema.c src/math/extrema.h \
21 src/math/histogram.c src/math/histogram.h \
22 src/math/interaction.c src/math/interaction.h \
23 src/math/levene.c src/math/levene.h \
24 src/math/linreg.c src/math/linreg.h \
25 src/math/merge.c src/math/merge.h \
26 src/math/moments.c src/math/moments.h \
27 src/math/np.c src/math/np.h \
28 src/math/order-stats.c src/math/order-stats.h \
29 src/math/percentiles.c src/math/percentiles.h \
30 src/math/random.c src/math/random.h \
31 src/math/statistic.h \
32 src/math/sort.c src/math/sort.h \
33 src/math/trimmed-mean.c src/math/trimmed-mean.h \
34 src/math/tukey-hinges.c src/math/tukey-hinges.h \
35 src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h