X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fautomake.mk;h=dd9f3fc9cd7d504d2bec242ed7fa1465a8e5a44e;hb=3c15b41c0360cc66ad9608a18ba379112f10b5b9;hp=4593ea1172c20bb39c9cbcca9024d55bdf1f0e8b;hpb=4b21e521f63472b15ac1fa97a148feb4306442a5;p=pspp diff --git a/src/output/automake.mk b/src/output/automake.mk index 4593ea1172..dd9f3fc9cd 100644 --- a/src/output/automake.mk +++ b/src/output/automake.mk @@ -1,24 +1,24 @@ # 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 -*- -noinst_LTLIBRARIES += src/output/liboutput.la +noinst_LTLIBRARIES += src/output/liboutput.la -src_output_liboutput_la_CPPFLAGS = $(LIBXML2_CFLAGS) $(AM_CPPFLAGS) +src_output_liboutput_la_CPPFLAGS = $(LIBXML2_CFLAGS) $(AM_CPPFLAGS) src_output_liboutput_la_SOURCES = \ src/output/ascii.c \ @@ -72,13 +72,10 @@ src_output_liboutput_la_SOURCES = \ src/output/pivot-table.h \ src/output/render.c \ src/output/render.h \ - src/output/tab.c \ - src/output/tab.h \ + src/output/spv-driver.c \ src/output/table-item.c \ src/output/table-item.h \ - src/output/table-paste.c \ src/output/table-provider.h \ - src/output/table-select.c \ src/output/table.c \ src/output/table.h \ src/output/text-item.c \ @@ -99,7 +96,10 @@ src_output_liboutput_la_SOURCES += \ src/output/charts/spreadlevel-cairo.c \ src/output/charts/scatterplot-cairo.c endif +nodist_src_output_liboutput_la_SOURCES = EXTRA_DIST += \ src/output/README \ src/output/mk-class-boilerplate + +include src/output/spv/automake.mk