mode: New order statistic.
[pspp] / src / math / automake.mk
1 # PSPP - a program for statistical analysis.
2 # Copyright (C) 2017, 2019 Free Software Foundation, Inc.
3 #
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 #
17 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
18
19
20 noinst_LTLIBRARIES += src/math/libpspp-math.la
21
22 src_math_libpspp_math_la_LIBADD = \
23         lib/linreg/liblinreg.la \
24         lib/tukey/libtukey.la
25
26 src_math_libpspp_math_la_SOURCES = \
27         src/math/chart-geometry.c \
28         src/math/chart-geometry.h \
29         src/math/box-whisker.c src/math/box-whisker.h \
30         src/math/categoricals.h \
31         src/math/categoricals.c \
32         src/math/covariance.c \
33         src/math/covariance.h \
34         src/math/correlation.c \
35         src/math/correlation.h \
36         src/math/distributions.c src/math/distributions.h \
37         src/math/histogram.c src/math/histogram.h \
38         src/math/interaction.c src/math/interaction.h \
39         src/math/levene.c src/math/levene.h \
40         src/math/linreg.c src/math/linreg.h \
41         src/math/merge.c  src/math/merge.h \
42         src/math/mode.c src/math/mode.h \
43         src/math/moments.c  src/math/moments.h \
44         src/math/np.c src/math/np.h \
45         src/math/order-stats.c src/math/order-stats.h \
46         src/math/percentiles.c src/math/percentiles.h \
47         src/math/random.c src/math/random.h \
48         src/math/statistic.h \
49         src/math/sort.c src/math/sort.h \
50         src/math/shapiro-wilk.c src/math/shapiro-wilk.h \
51         src/math/trimmed-mean.c src/math/trimmed-mean.h \
52         src/math/tukey-hinges.c src/math/tukey-hinges.h \
53         src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h