1 ## Process this file with automake to produce Makefile.in -*- makefile -*-
3 include $(top_srcdir)/src/math/ts/automake.mk
4 include $(top_srcdir)/src/math/linreg/automake.mk
6 noinst_LIBRARIES += src/math/libpspp_math.a
8 src_math_libpspp_math_a_SOURCES = \
9 src/math/factor-stats.c \
10 src/math/factor-stats.h \
11 src/math/chart-geometry.c \
12 src/math/chart-geometry.h \
13 src/math/coefficient.c \
14 src/math/coefficient.h \
15 src/math/group.c src/math/group.h \
16 src/math/group-proc.h \
17 src/math/histogram.c src/math/histogram.h \
18 src/math/interaction.c \
19 src/math/interaction.h \
24 src/math/moments.c src/math/moments.h \
25 src/math/percentiles.c src/math/percentiles.h \
26 src/math/design-matrix.c src/math/design-matrix.h \
27 src/math/random.c src/math/random.h \
28 src/math/sort.c src/math/sort.h