From 4fec70e47d0a9359afae1812165ac4e343afc713 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Sun, 06 Jun 2004 13:09:22 +0000 Subject: drop support for building xpdf, pdfto*. * xpdf/Makefile.am: drop support for building xpdf, pdfto*. * configure.in: simplify more. Drop --enable-no-text-select and --enable-multithreaded options. Bug #111404. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index db62813..0ec9f27 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -14,21 +14,10 @@ INCLUDES = \ $(GPDF_DEPRECATED_CFLAGS) \ $(libpaper_CFLAGS) -if WITH_GNOME -gui = -else -gui = xpdf -endif - marshal_sources = \ gpdf-marshal.c \ gpdf-marshal.h -bin_PROGRAMS = $(gui) -# pdftops pdftotext -# pdfinfo pdftopbm -# pdfimages - libexec_PROGRAMS = gnome-pdf-viewer noinst_LIBRARIES = libxpdf.a libgpdf.a @@ -181,7 +170,6 @@ gnome_pdf_viewer_SOURCES = \ nautilus-pdf-property-page.cc \ nautilus-pdf-property-page.h - # Old files # GOutputDev.cc \ # GOutputDev.h \ @@ -201,77 +189,6 @@ gnome_pdf_viewer_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(libpaper_LIBS) -xpdf_SOURCES = \ - $(common_sources) \ - SplashOutputDev.cc \ - SplashOutputDev.h \ - XPDFApp.cc \ - XPDFApp.h \ - XPDFCore.cc \ - XPDFCore.h \ - XPDFTree.cc \ - XPDFTree.h \ - XPDFViewer.cc \ - XPDFViewer.h \ - XSplashOutputDev.cc \ - XSplashOutputDev.h \ - PSOutputDev.cc \ - PSOutputDev.h \ - xpdf.cc - -xpdf_CFLAGS = $(X_CFLAGS) -xpdf_LDADD = \ - libxpdf.a \ - $(top_builddir)/goo/libGoo.a \ - -lXpm \ - $(EXTRA_GNOME_LIBS) \ - $(libpaper_LIBS) - -#pdfimages_SOURCES = -# $(common_sources) -# ImageOutputDev.cc -# ImageOutputDev.h -# pdfimages.cc - -#pdfimages_LDADD = ../goo/libGoo.a -# -#pdftops_SOURCES = -# $(common_sources) -# PSOutputDev.cc -# pdftops.cc -#pdftops_LDADD = ../goo/libGoo.a - -#pdftotext_SOURCES = -# $(common_sources) -# pdftotext.cc -#pdftotext_LDADD = ../goo/libGoo.a - -#pdfinfo_SOURCES = -# $(common_sources) -# pdfinfo.cc -#pdfinfo_LDADD = ../goo/libGoo.a - -#pdftopüm_SOURCES = -# $(common_sources) -# XOutputDev.cc -# XOutputDev.h -# XOutputFontInfo.h -# pdftopbm.cc - -#pdftoppm_LDADD = ../goo/libGoo.a $(EXTRA_GNOME_LIBS) - -#bitmaps = -# about.xbm -# dblLeftArrow.xbm -# dblRightArrow.xbm -# find.xbm -# leftArrow.xbm -# postscript.xbm -# rightArrow.xbm -# xpdfIcon.xpm -# zoomIn.xbm -# zoomOut.xbm - gpdf-marshal.h: gpdf-marshal.list $(GLIB_GENMARSHAL) $(GLIB_GENMARSHAL) $< --header --prefix=gpdf_marshal > $@ -- cgit v0.9.1