X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fstats%2Fautomake.mk;h=cc74ff4f3c7bbe9b0ef372dc9b3860b1a8da34d0;hb=5581c901aba8df3b31f6406d7fff09e26a9e7fc1;hp=aa385529eba9756ebb22269b04b0738f9176e626;hpb=ad7ae8bb105c925b951e241fd6a3d1cb93d614a0;p=pspp diff --git a/src/language/stats/automake.mk b/src/language/stats/automake.mk index aa385529eb..cc74ff4f3c 100644 --- a/src/language/stats/automake.mk +++ b/src/language/stats/automake.mk @@ -1,26 +1,23 @@ # PSPP - a program for statistical analysis. # Copyright (C) 2017 Free Software Foundation, Inc. -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# ## Process this file with automake to produce Makefile.in -*- makefile -*- AM_CPPFLAGS += -I$(top_srcdir)/src/language/stats -src_language_stats_built_sources = \ - src/language/stats/crosstabs.c - language_stats_sources = \ src/language/stats/aggregate.c \ src/language/stats/aggregate.h \ @@ -33,6 +30,7 @@ language_stats_sources = \ src/language/stats/cochran.c \ src/language/stats/cochran.h \ src/language/stats/correlations.c \ + src/language/stats/crosstabs.c \ src/language/stats/descriptives.c \ src/language/stats/examine.c \ src/language/stats/factor.c \ @@ -86,9 +84,3 @@ language_stats_sources = \ src/language/stats/t-test-parser.c \ src/language/stats/wilcoxon.c \ src/language/stats/wilcoxon.h - -EXTRA_DIST += src/language/stats/glm.c - -all_q_sources += $(src_language_stats_built_sources:.c=.q) -EXTRA_DIST += $(src_language_stats_built_sources:.c=.q) -CLEANFILES += $(src_language_stats_built_sources)