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

« back to all changes in this revision

Viewing changes to cut-n-paste/totem-screensaver/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.
50
50
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
51
51
        $(libtotemscrsaver_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
52
52
        $(LDFLAGS) -o $@
53
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
53
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
54
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
55
55
am__depfiles_maybe = depfiles
56
56
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
102
102
DEFS = @DEFS@
103
103
DEPDIR = @DEPDIR@
104
104
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
105
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
105
106
DJVU_CFLAGS = @DJVU_CFLAGS@
106
107
DJVU_LIBS = @DJVU_LIBS@
107
108
DOC_USER_FORMATS = @DOC_USER_FORMATS@
127
128
GLIB_MKENUMS = @GLIB_MKENUMS@
128
129
GMOFILES = @GMOFILES@
129
130
GMSGFMT = @GMSGFMT@
130
 
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
131
 
GNOMEUI_LIBS = @GNOMEUI_LIBS@
132
 
GNOME_CFLAGS = @GNOME_CFLAGS@
133
 
GNOME_LIBS = @GNOME_LIBS@
134
131
GREP = @GREP@
135
132
GTKDOC_CHECK = @GTKDOC_CHECK@
136
133
HELP_DIR = @HELP_DIR@
181
178
MKINSTALLDIRS = @MKINSTALLDIRS@
182
179
MSGFMT = @MSGFMT@
183
180
MSGFMT_OPTS = @MSGFMT_OPTS@
 
181
MSGMERGE = @MSGMERGE@
184
182
NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
185
183
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
186
184
NAUTILUS_LIBS = @NAUTILUS_LIBS@
208
206
SHELL_CORE_CFLAGS = @SHELL_CORE_CFLAGS@
209
207
SHELL_CORE_LIBS = @SHELL_CORE_LIBS@
210
208
SHELL_LIBS = @SHELL_LIBS@
 
209
SMCLIENT_CFLAGS = @SMCLIENT_CFLAGS@
 
210
SMCLIENT_LIBS = @SMCLIENT_LIBS@
211
211
SPECTRE_CFLAGS = @SPECTRE_CFLAGS@
212
212
SPECTRE_LIBS = @SPECTRE_LIBS@
213
213
STRIP = @STRIP@
371
371
        unique=`for i in $$list; do \
372
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
373
          done | \
374
 
          $(AWK) '    { files[$$0] = 1; } \
375
 
               END { for (i in files) print i; }'`; \
 
374
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
376
376
        mkid -fID $$unique
377
377
tags: TAGS
378
378
 
384
384
        unique=`for i in $$list; do \
385
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
386
          done | \
387
 
          $(AWK) '    { files[$$0] = 1; } \
388
 
               END { for (i in files) print i; }'`; \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
389
389
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
390
390
          test -n "$$unique" || unique=$$empty_fix; \
391
391
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
395
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
396
396
                $(TAGS_FILES) $(LISP)
397
397
        tags=; \
398
 
        here=`pwd`; \
399
398
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
399
        unique=`for i in $$list; do \
401
400
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
401
          done | \
403
 
          $(AWK) '    { files[$$0] = 1; } \
404
 
               END { for (i in files) print i; }'`; \
 
402
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
403
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
404
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
406
405
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
406
             $$tags $$unique