~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to backend/pdf/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
61
61
libpdfdocument_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
62
62
        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
63
63
        $(CXXFLAGS) $(libpdfdocument_la_LDFLAGS) $(LDFLAGS) -o $@
64
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
64
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65
65
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
66
am__depfiles_maybe = depfiles
67
67
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
124
124
DEFS = @DEFS@
125
125
DEPDIR = @DEPDIR@
126
126
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
127
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
127
128
DJVU_CFLAGS = @DJVU_CFLAGS@
128
129
DJVU_LIBS = @DJVU_LIBS@
129
130
DOC_USER_FORMATS = @DOC_USER_FORMATS@
149
150
GLIB_MKENUMS = @GLIB_MKENUMS@
150
151
GMOFILES = @GMOFILES@
151
152
GMSGFMT = @GMSGFMT@
152
 
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
153
 
GNOMEUI_LIBS = @GNOMEUI_LIBS@
154
 
GNOME_CFLAGS = @GNOME_CFLAGS@
155
 
GNOME_LIBS = @GNOME_LIBS@
156
153
GREP = @GREP@
157
154
GTKDOC_CHECK = @GTKDOC_CHECK@
158
155
HELP_DIR = @HELP_DIR@
203
200
MKINSTALLDIRS = @MKINSTALLDIRS@
204
201
MSGFMT = @MSGFMT@
205
202
MSGFMT_OPTS = @MSGFMT_OPTS@
 
203
MSGMERGE = @MSGMERGE@
206
204
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
207
205
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
208
206
NAUTILUS_LIBS = @NAUTILUS_LIBS@
230
228
SHELL_CORE_CFLAGS = @SHELL_CORE_CFLAGS@
231
229
SHELL_CORE_LIBS = @SHELL_CORE_LIBS@
232
230
SHELL_LIBS = @SHELL_LIBS@
 
231
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
232
SMCLIENT_LIBS = @SMCLIENT_LIBS@
233
233
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
234
234
SPECTRE_LIBS = @SPECTRE_LIBS@
235
235
STRIP = @STRIP@
355
355
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
356
356
          if test -f $$p; then \
357
357
            f=$(am__strip_dir) \
358
 
            echo " $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
359
 
            $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
 
358
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
 
359
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
360
360
          else :; fi; \
361
361
        done
362
362
 
364
364
        @$(NORMAL_UNINSTALL)
365
365
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
366
366
          p=$(am__strip_dir) \
367
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
368
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
 
367
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
 
368
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
369
369
        done
370
370
 
371
371
clean-backendLTLIBRARIES:
436
436
        unique=`for i in $$list; do \
437
437
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438
438
          done | \
439
 
          $(AWK) '    { files[$$0] = 1; } \
440
 
               END { for (i in files) print i; }'`; \
 
439
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
440
              END { if (nonempty) { for (i in files) print i; }; }'`; \
441
441
        mkid -fID $$unique
442
442
tags: TAGS
443
443
 
449
449
        unique=`for i in $$list; do \
450
450
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451
451
          done | \
452
 
          $(AWK) '    { files[$$0] = 1; } \
453
 
               END { for (i in files) print i; }'`; \
 
452
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
453
              END { if (nonempty) { for (i in files) print i; }; }'`; \
454
454
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
455
455
          test -n "$$unique" || unique=$$empty_fix; \
456
456
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460
460
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
461
461
                $(TAGS_FILES) $(LISP)
462
462
        tags=; \
463
 
        here=`pwd`; \
464
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
465
464
        unique=`for i in $$list; do \
466
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467
466
          done | \
468
 
          $(AWK) '    { files[$$0] = 1; } \
469
 
               END { for (i in files) print i; }'`; \
 
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
470
469
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
471
470
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
472
471
             $$tags $$unique