X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fautomake.mk;h=dd9f3fc9cd7d504d2bec242ed7fa1465a8e5a44e;hb=5805214e9bb9e2a4705ada8cdf5f5d0f1814db0e;hp=636e9a798052d1c57a40f026183df396c7175fb4;hpb=5cab4cf3322f29c0ed7134d23740e07382914f20;p=pspp diff --git a/src/output/automake.mk b/src/output/automake.mk index 636e9a7980..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,14 +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-transpose.c \ src/output/table.c \ src/output/table.h \ src/output/text-item.c \ @@ -100,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