CROSSTABS: Reimplement parser without q2c.
[pspp] / src / language / stats / automake.mk
index aa385529eba9756ebb22269b04b0738f9176e626..cc74ff4f3c7bbe9b0ef372dc9b3860b1a8da34d0 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
-# 
+#
 ## 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)