~ubuntu-branches/ubuntu/jaunty/gnome-screensaver/jaunty

« back to all changes in this revision

Viewing changes to data/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2008-08-21 09:34:40 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20080821093440-rb91v23uwqc4ss5h
Tags: 2.23.3-0ubuntu1
* Upstream update
* debian/control: Increasing GTK+ required version to match upstream
  configure script changes.

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.
93
93
DEFS = @DEFS@
94
94
DEPDIR = @DEPDIR@
95
95
DOCDIR = @DOCDIR@
 
96
DSYMUTIL = @DSYMUTIL@
96
97
ECHO = @ECHO@
97
98
ECHO_C = @ECHO_C@
98
99
ECHO_N = @ECHO_N@
180
181
MSGFMT_OPTS = @MSGFMT_OPTS@
181
182
MSGMERGE = @MSGMERGE@
182
183
NEED_SETUID = @NEED_SETUID@
 
184
NMEDIT = @NMEDIT@
183
185
OBJEXT = @OBJEXT@
184
186
PACKAGE = @PACKAGE@
185
187
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196
198
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
197
199
RANLIB = @RANLIB@
198
200
SAVER_LIBS = @SAVER_LIBS@
 
201
SED = @SED@
199
202
SET_MAKE = @SET_MAKE@
200
203
SHELL = @SHELL@
201
204
SLIDESHOW_COSMOS_DIR = @SLIDESHOW_COSMOS_DIR@
290
293
              exit 1;; \
291
294
          esac; \
292
295
        done; \
293
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/images/Makefile'; \
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/images/Makefile'; \
294
297
        cd $(top_srcdir) && \
295
 
          $(AUTOMAKE) --gnu  data/images/Makefile
 
298
          $(AUTOMAKE) --foreign  data/images/Makefile
296
299
.PRECIOUS: Makefile
297
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298
301
        @case '$?' in \
409
412
        unique=`for i in $$list; do \
410
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
414
          done | \
412
 
          $(AWK) '    { files[$$0] = 1; } \
413
 
               END { for (i in files) print i; }'`; \
 
415
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
417
        mkid -fID $$unique
415
418
tags: TAGS
416
419
 
435
438
        unique=`for i in $$list; do \
436
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
440
          done | \
438
 
          $(AWK) '    { files[$$0] = 1; } \
439
 
               END { for (i in files) print i; }'`; \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
443
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
441
444
          test -n "$$unique" || unique=$$empty_fix; \
442
445
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446
449
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
450
                $(TAGS_FILES) $(LISP)
448
451
        tags=; \
449
 
        here=`pwd`; \
450
452
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451
453
        unique=`for i in $$list; do \
452
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
455
          done | \
454
 
          $(AWK) '    { files[$$0] = 1; } \
455
 
               END { for (i in files) print i; }'`; \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
456
458
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
457
459
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458
460
             $$tags $$unique