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

« back to all changes in this revision

Viewing changes to backend/dvi/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.
63
63
libdvidocument_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64
64
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65
65
        $(libdvidocument_la_LDFLAGS) $(LDFLAGS) -o $@
66
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
67
67
depcomp = $(SHELL) $(top_srcdir)/depcomp
68
68
am__depfiles_maybe = depfiles
69
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
127
127
DEFS = @DEFS@
128
128
DEPDIR = @DEPDIR@
129
129
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
130
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
130
131
DJVU_CFLAGS = @DJVU_CFLAGS@
131
132
DJVU_LIBS = @DJVU_LIBS@
132
133
DOC_USER_FORMATS = @DOC_USER_FORMATS@
152
153
GLIB_MKENUMS = @GLIB_MKENUMS@
153
154
GMOFILES = @GMOFILES@
154
155
GMSGFMT = @GMSGFMT@
155
 
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
156
 
GNOMEUI_LIBS = @GNOMEUI_LIBS@
157
 
GNOME_CFLAGS = @GNOME_CFLAGS@
158
 
GNOME_LIBS = @GNOME_LIBS@
159
156
GREP = @GREP@
160
157
GTKDOC_CHECK = @GTKDOC_CHECK@
161
158
HELP_DIR = @HELP_DIR@
206
203
MKINSTALLDIRS = @MKINSTALLDIRS@
207
204
MSGFMT = @MSGFMT@
208
205
MSGFMT_OPTS = @MSGFMT_OPTS@
 
206
MSGMERGE = @MSGMERGE@
209
207
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
210
208
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
211
209
NAUTILUS_LIBS = @NAUTILUS_LIBS@
233
231
SHELL_CORE_CFLAGS = @SHELL_CORE_CFLAGS@
234
232
SHELL_CORE_LIBS = @SHELL_CORE_LIBS@
235
233
SHELL_LIBS = @SHELL_LIBS@
 
234
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
235
SMCLIENT_LIBS = @SMCLIENT_LIBS@
236
236
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
237
237
SPECTRE_LIBS = @SPECTRE_LIBS@
238
238
STRIP = @STRIP@
299
299
        -I$(top_srcdir)/libdocument             \
300
300
        -I$(srcdir)/mdvi-lib                    \
301
301
        -DGNOMELOCALEDIR=\"$(datadir)/locale\"  \
 
302
        $(WARN_CFLAGS)                          \
302
303
        $(BACKEND_CFLAGS)                       \
303
 
        $(SPECTRE_CFLAGS)
 
304
        $(SPECTRE_CFLAGS)                       \
 
305
        $(DISABLE_DEPRECATED)
304
306
 
305
307
backend_LTLIBRARIES = libdvidocument.la
306
308
libdvidocument_la_SOURCES = \
358
360
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
359
361
          if test -f $$p; then \
360
362
            f=$(am__strip_dir) \
361
 
            echo " $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
362
 
            $(LIBTOOL) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
 
363
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(backenddir)/$$f'"; \
 
364
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(backendLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(backenddir)/$$f"; \
363
365
          else :; fi; \
364
366
        done
365
367
 
367
369
        @$(NORMAL_UNINSTALL)
368
370
        @list='$(backend_LTLIBRARIES)'; for p in $$list; do \
369
371
          p=$(am__strip_dir) \
370
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
371
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
 
372
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(backenddir)/$$p'"; \
 
373
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(backenddir)/$$p"; \
372
374
        done
373
375
 
374
376
clean-backendLTLIBRARIES:
511
513
        unique=`for i in $$list; do \
512
514
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
513
515
          done | \
514
 
          $(AWK) '    { files[$$0] = 1; } \
515
 
               END { for (i in files) print i; }'`; \
 
516
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
516
518
        mkid -fID $$unique
517
519
tags: TAGS
518
520
 
537
539
        unique=`for i in $$list; do \
538
540
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
541
          done | \
540
 
          $(AWK) '    { files[$$0] = 1; } \
541
 
               END { for (i in files) print i; }'`; \
 
542
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
543
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
544
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
543
545
          test -n "$$unique" || unique=$$empty_fix; \
544
546
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548
550
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549
551
                $(TAGS_FILES) $(LISP)
550
552
        tags=; \
551
 
        here=`pwd`; \
552
553
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
553
554
        unique=`for i in $$list; do \
554
555
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555
556
          done | \
556
 
          $(AWK) '    { files[$$0] = 1; } \
557
 
               END { for (i in files) print i; }'`; \
 
557
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
558
              END { if (nonempty) { for (i in files) print i; }; }'`; \
558
559
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
559
560
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
560
561
             $$tags $$unique