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

« back to all changes in this revision

Viewing changes to backend/comics/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.
60
60
libcomicsdocument_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
61
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
62
62
        $(libcomicsdocument_la_LDFLAGS) $(LDFLAGS) -o $@
63
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
65
am__depfiles_maybe = depfiles
66
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114
114
DEFS = @DEFS@
115
115
DEPDIR = @DEPDIR@
116
116
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
117
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
117
118
DJVU_CFLAGS = @DJVU_CFLAGS@
118
119
DJVU_LIBS = @DJVU_LIBS@
119
120
DOC_USER_FORMATS = @DOC_USER_FORMATS@
139
140
GLIB_MKENUMS = @GLIB_MKENUMS@
140
141
GMOFILES = @GMOFILES@
141
142
GMSGFMT = @GMSGFMT@
142
 
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
143
 
GNOMEUI_LIBS = @GNOMEUI_LIBS@
144
 
GNOME_CFLAGS = @GNOME_CFLAGS@
145
 
GNOME_LIBS = @GNOME_LIBS@
146
143
GREP = @GREP@
147
144
GTKDOC_CHECK = @GTKDOC_CHECK@
148
145
HELP_DIR = @HELP_DIR@
193
190
MKINSTALLDIRS = @MKINSTALLDIRS@
194
191
MSGFMT = @MSGFMT@
195
192
MSGFMT_OPTS = @MSGFMT_OPTS@
 
193
MSGMERGE = @MSGMERGE@
196
194
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
197
195
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
198
196
NAUTILUS_LIBS = @NAUTILUS_LIBS@
220
218
SHELL_CORE_CFLAGS = @SHELL_CORE_CFLAGS@
221
219
SHELL_CORE_LIBS = @SHELL_CORE_LIBS@
222
220
SHELL_LIBS = @SHELL_LIBS@
 
221
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
222
SMCLIENT_LIBS = @SMCLIENT_LIBS@
223
223
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
224
224
SPECTRE_LIBS = @SPECTRE_LIBS@
225
225
STRIP = @STRIP@
343
343
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
344
344
          if test -f $$p; then \
345
345
            f=$(am__strip_dir) \
346
 
            echo " $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
347
 
            $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
 
346
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
 
347
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
348
348
          else :; fi; \
349
349
        done
350
350
 
352
352
        @$(NORMAL_UNINSTALL)
353
353
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
354
354
          p=$(am__strip_dir) \
355
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
356
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
 
355
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
 
356
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
357
357
        done
358
358
 
359
359
clean-backendLTLIBRARIES:
424
424
        unique=`for i in $$list; do \
425
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
426
          done | \
427
 
          $(AWK) '    { files[$$0] = 1; } \
428
 
               END { for (i in files) print i; }'`; \
 
427
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
429
429
        mkid -fID $$unique
430
430
tags: TAGS
431
431
 
437
437
        unique=`for i in $$list; do \
438
438
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
439
          done | \
440
 
          $(AWK) '    { files[$$0] = 1; } \
441
 
               END { for (i in files) print i; }'`; \
 
440
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
442
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
443
443
          test -n "$$unique" || unique=$$empty_fix; \
444
444
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448
448
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449
449
                $(TAGS_FILES) $(LISP)
450
450
        tags=; \
451
 
        here=`pwd`; \
452
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
452
        unique=`for i in $$list; do \
454
453
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
455
454
          done | \
456
 
          $(AWK) '    { files[$$0] = 1; } \
457
 
               END { for (i in files) print i; }'`; \
 
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
458
457
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
459
458
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460
459
             $$tags $$unique