X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fautomake.mk;h=eb1b438a535f56efcb9d1b811fe0b49ad3d37d61;hb=f8cba0fb13cceeac43fe4b15e2d5b48798ab1a6e;hp=4593ea1172c20bb39c9cbcca9024d55bdf1f0e8b;hpb=4b21e521f63472b15ac1fa97a148feb4306442a5;p=pspp diff --git a/src/output/automake.mk b/src/output/automake.mk index 4593ea1172..eb1b438a53 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 \ @@ -48,6 +48,12 @@ src_output_liboutput_la_SOURCES = \ src/output/driver-provider.h \ src/output/driver.c \ src/output/driver.h \ + src/output/tex-glyphs.c \ + src/output/tex-glyphs.h \ + src/output/tex-parsing.c \ + src/output/tex-parsing.h \ + src/output/tex-rendering.c \ + src/output/tex-rendering.h \ src/output/group-item.c \ src/output/group-item.h \ src/output/html.c \ @@ -72,15 +78,13 @@ 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/tex.c \ src/output/text-item.c \ src/output/text-item.h if HAVE_CAIRO @@ -99,7 +103,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