~ubuntu-branches/ubuntu/dapper/poppler/dapper-security

« back to all changes in this revision

Viewing changes to qt4/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-03-06 18:42:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060306184244-oomqyiqr7cgncp2c
Tags: 0.5.1-0ubuntu1
* New upstream version:
  - Support for embedded files.
  - Handle 0-width lines correctly.
  - Avoid external file use when opening fonts.
  - Only use vector fonts returned from fontconfig (#5758).
  - Fix scaled 1x1 pixmaps use for drawing lines (#3387).
  - drawSoftMaskedImage support in cairo backend.
  - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420.
* debian/control.in, debian/libpoppler0c2.dirs, 
  debian/libpoppler0c2-glib.dirs, debian/libpoppler0c2-glib.install,
  debian/libpoppler0c2.install, debian/libpoppler0c2-qt.dirs,
  debian/libpoppler0c2-qt.install, debian/rules:
  - updated for the soname change
* debian/patches/000_splash_build_fix.patch:
  - fix build when using splash
* debian/patches/001_fixes_for_fonts_selection.patch:
  - fix with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
libpoppler_qt4_la_DEPENDENCIES =  \
65
65
        $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1)
66
66
am_libpoppler_qt4_la_OBJECTS = poppler-document.lo poppler-page.lo \
67
 
        poppler-fontinfo.lo poppler-textbox.lo \
 
67
        poppler-fontinfo.lo poppler-embeddedfile.lo poppler-textbox.lo \
68
68
        poppler-page-transition.lo
69
69
libpoppler_qt4_la_OBJECTS = $(am_libpoppler_qt4_la_OBJECTS)
70
70
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler
248
248
INCLUDES = \
249
249
        -I$(top_srcdir)                         \
250
250
        -I$(top_srcdir)/poppler                 \
 
251
        -I$(top_srcdir)/qt                      \
251
252
        $(POPPLER_QT4_CXXFLAGS)
252
253
 
253
254
poppler_includedir = $(includedir)/poppler
260
261
        poppler-document.cc                     \
261
262
        poppler-page.cc                         \
262
263
        poppler-fontinfo.cc                     \
 
264
        poppler-embeddedfile.cc                 \
263
265
        poppler-textbox.cc                      \
264
266
        ../../qt/poppler-page-transition.cc     \
265
267
        poppler-private.h
268
270
        $(top_builddir)/poppler/libpoppler.la   \
269
271
        $(POPPLER_QT4_LIBS)
270
272
 
 
273
libpoppler_qt4_la_LDFLAGS = -version-info 1:0:0
271
274
all: all-am
272
275
 
273
276
.SUFFIXES:
338
341
        -rm -f *.tab.c
339
342
 
340
343
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poppler-document.Plo@am__quote@
 
344
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poppler-embeddedfile.Plo@am__quote@
341
345
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poppler-fontinfo.Plo@am__quote@
342
346
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poppler-page-transition.Plo@am__quote@
343
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poppler-page.Plo@am__quote@