~ubuntu-branches/ubuntu/karmic/gnome-backgrounds/karmic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-07-02 11:09:15 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702110915-x8g4dfrnlepqn61z
Tags: 2.18.3-1
* Add a get-orig-source target to retrieve the upstream tarball.
* Wrap build-deps.
* Add ${misc:Depends}.
* New upstream stable release; translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = .
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
33
29
NORMAL_UNINSTALL = :
34
30
PRE_UNINSTALL = :
35
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
36
34
subdir = .
37
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
36
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
43
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
42
        $(ACLOCAL_M4)
45
43
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
 
 configure.lineno configure.status.lineno
 
44
 configure.lineno config.status.lineno
47
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48
46
CONFIG_CLEAN_FILES =
49
47
SOURCES =
50
48
DIST_SOURCES =
51
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
50
        html-recursive info-recursive install-data-recursive \
53
 
        install-exec-recursive install-info-recursive \
54
 
        install-recursive installcheck-recursive installdirs-recursive \
55
 
        pdf-recursive ps-recursive uninstall-info-recursive \
56
 
        uninstall-recursive
 
51
        install-dvi-recursive install-exec-recursive \
 
52
        install-html-recursive install-info-recursive \
 
53
        install-pdf-recursive install-ps-recursive install-recursive \
 
54
        installcheck-recursive installdirs-recursive pdf-recursive \
 
55
        ps-recursive uninstall-recursive
 
56
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
57
  distclean-recursive maintainer-clean-recursive
57
58
ETAGS = etags
58
59
CTAGS = ctags
59
60
DIST_SUBDIRS = $(SUBDIRS)
70
71
distcleancheck_listfiles = find . -type f -print
71
72
ACLOCAL = @ACLOCAL@
72
73
ALL_LINGUAS = @ALL_LINGUAS@
73
 
AMDEP_FALSE = @AMDEP_FALSE@
74
 
AMDEP_TRUE = @AMDEP_TRUE@
75
74
AMTAR = @AMTAR@
76
75
AUTOCONF = @AUTOCONF@
77
76
AUTOHEADER = @AUTOHEADER@
96
95
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
97
96
GMOFILES = @GMOFILES@
98
97
GMSGFMT = @GMSGFMT@
 
98
GREP = @GREP@
 
99
INSTALL = @INSTALL@
99
100
INSTALL_DATA = @INSTALL_DATA@
100
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
101
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
134
LIBS = @LIBS@
134
135
LTLIBOBJS = @LTLIBOBJS@
135
136
MAINT = @MAINT@
136
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
137
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
138
137
MAKEINFO = @MAKEINFO@
 
138
MKDIR_P = @MKDIR_P@
139
139
MKINSTALLDIRS = @MKINSTALLDIRS@
140
140
MSGFMT = @MSGFMT@
 
141
MSGFMT_OPTS = @MSGFMT_OPTS@
141
142
OBJEXT = @OBJEXT@
142
143
PACKAGE = @PACKAGE@
143
144
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156
157
USE_NLS = @USE_NLS@
157
158
VERSION = @VERSION@
158
159
XGETTEXT = @XGETTEXT@
 
160
abs_builddir = @abs_builddir@
 
161
abs_srcdir = @abs_srcdir@
 
162
abs_top_builddir = @abs_top_builddir@
 
163
abs_top_srcdir = @abs_top_srcdir@
159
164
ac_ct_CC = @ac_ct_CC@
160
 
ac_ct_STRIP = @ac_ct_STRIP@
161
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163
165
am__include = @am__include@
164
166
am__leading_dot = @am__leading_dot@
165
167
am__quote = @am__quote@
166
168
am__tar = @am__tar@
167
169
am__untar = @am__untar@
168
170
bindir = @bindir@
 
171
build = @build@
169
172
build_alias = @build_alias@
 
173
build_cpu = @build_cpu@
 
174
build_os = @build_os@
 
175
build_vendor = @build_vendor@
 
176
builddir = @builddir@
170
177
datadir = @datadir@
 
178
datarootdir = @datarootdir@
 
179
docdir = @docdir@
 
180
dvidir = @dvidir@
171
181
exec_prefix = @exec_prefix@
 
182
host = @host@
172
183
host_alias = @host_alias@
 
184
host_cpu = @host_cpu@
 
185
host_os = @host_os@
 
186
host_vendor = @host_vendor@
 
187
htmldir = @htmldir@
173
188
includedir = @includedir@
174
189
infodir = @infodir@
175
190
install_sh = @install_sh@
176
191
libdir = @libdir@
177
192
libexecdir = @libexecdir@
 
193
localedir = @localedir@
178
194
localstatedir = @localstatedir@
179
195
mandir = @mandir@
180
196
mkdir_p = @mkdir_p@
181
197
oldincludedir = @oldincludedir@
 
198
pdfdir = @pdfdir@
182
199
prefix = @prefix@
183
200
program_transform_name = @program_transform_name@
 
201
psdir = @psdir@
184
202
sbindir = @sbindir@
185
203
sharedstatedir = @sharedstatedir@
 
204
srcdir = @srcdir@
186
205
sysconfdir = @sysconfdir@
187
206
target_alias = @target_alias@
 
207
top_builddir = @top_builddir@
 
208
top_srcdir = @top_srcdir@
188
209
SUBDIRS = branded tiles translucent nature po
189
 
EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in
 
210
EXTRA_DIST = \
 
211
        intltool-extract.in \
 
212
        intltool-merge.in \
 
213
        intltool-update.in \
 
214
        MAINTAINERS
 
215
 
190
216
DISTCLEANFILES = \
191
217
        intltool-extract \
192
218
        intltool-merge \
241
267
        cd $(srcdir) && $(AUTOCONF)
242
268
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
243
269
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
244
 
uninstall-info-am:
245
270
 
246
271
# This directory's subdirectories are mostly independent; you can cd
247
272
# into them and run `make' without going through this Makefile.
274
299
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
275
300
        fi; test -z "$$fail"
276
301
 
277
 
mostlyclean-recursive clean-recursive distclean-recursive \
278
 
maintainer-clean-recursive:
 
302
$(RECURSIVE_CLEAN_TARGETS):
279
303
        @failcom='exit 1'; \
280
304
        for f in x $$MAKEFLAGS; do \
281
305
          case $$f in \
377
401
 
378
402
distdir: $(DISTFILES)
379
403
        $(am__remove_distdir)
380
 
        mkdir $(distdir)
381
 
        $(mkdir_p) $(distdir)/po
382
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384
 
        list='$(DISTFILES)'; for file in $$list; do \
385
 
          case $$file in \
386
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388
 
          esac; \
 
404
        test -d $(distdir) || mkdir $(distdir)
 
405
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
406
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
407
        list='$(DISTFILES)'; \
 
408
          dist_files=`for file in $$list; do echo $$file; done | \
 
409
          sed -e "s|^$$srcdirstrip/||;t" \
 
410
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
411
        case $$dist_files in \
 
412
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
413
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
414
                           sort -u` ;; \
 
415
        esac; \
 
416
        for file in $$dist_files; do \
389
417
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392
 
            dir="/$$dir"; \
393
 
            $(mkdir_p) "$(distdir)$$dir"; \
394
 
          else \
395
 
            dir=''; \
396
 
          fi; \
397
418
          if test -d $$d/$$file; then \
 
419
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
398
420
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399
421
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400
422
            fi; \
408
430
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
409
431
          if test "$$subdir" = .; then :; else \
410
432
            test -d "$(distdir)/$$subdir" \
411
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
433
            || $(MKDIR_P) "$(distdir)/$$subdir" \
412
434
            || exit 1; \
413
435
            distdir=`$(am__cd) $(distdir) && pwd`; \
414
436
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
416
438
              $(MAKE) $(AM_MAKEFLAGS) \
417
439
                top_distdir="$$top_distdir" \
418
440
                distdir="$$distdir/$$subdir" \
 
441
                am__remove_distdir=: \
 
442
                am__skip_length_check=: \
419
443
                distdir) \
420
444
              || exit 1; \
421
445
          fi; \
423
447
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
424
448
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
425
449
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
426
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
450
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
427
451
        || chmod -R a+r $(distdir)
428
452
dist-gzip: distdir
429
453
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
498
522
        $(am__remove_distdir)
499
523
        @(echo "$(distdir) archives ready for distribution: "; \
500
524
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
501
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
525
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
502
526
distuninstallcheck:
503
527
        @cd $(distuninstallcheck_dir) \
504
528
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
569
593
 
570
594
install-data-am:
571
595
 
 
596
install-dvi: install-dvi-recursive
 
597
 
572
598
install-exec-am:
573
599
 
 
600
install-html: install-html-recursive
 
601
 
574
602
install-info: install-info-recursive
575
603
 
576
604
install-man:
577
605
 
 
606
install-pdf: install-pdf-recursive
 
607
 
 
608
install-ps: install-ps-recursive
 
609
 
578
610
installcheck-am:
579
611
 
580
612
maintainer-clean: maintainer-clean-recursive
595
627
 
596
628
ps-am:
597
629
 
598
 
uninstall-am: uninstall-info-am
599
 
 
600
 
uninstall-info: uninstall-info-recursive
601
 
 
602
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
603
 
        check-am clean clean-generic clean-recursive ctags \
604
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
605
 
        dist-tarZ dist-zip distcheck distclean distclean-generic \
606
 
        distclean-recursive distclean-tags distcleancheck distdir \
 
630
uninstall-am:
 
631
 
 
632
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
633
        install-strip
 
634
 
 
635
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
636
        all all-am am--refresh check check-am clean clean-generic \
 
637
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
638
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
639
        distclean-generic distclean-tags distcleancheck distdir \
607
640
        distuninstallcheck dvi dvi-am html html-am info info-am \
608
 
        install install-am install-data install-data-am install-exec \
609
 
        install-exec-am install-info install-info-am install-man \
 
641
        install install-am install-data install-data-am install-dvi \
 
642
        install-dvi-am install-exec install-exec-am install-html \
 
643
        install-html-am install-info install-info-am install-man \
 
644
        install-pdf install-pdf-am install-ps install-ps-am \
610
645
        install-strip installcheck installcheck-am installdirs \
611
646
        installdirs-am maintainer-clean maintainer-clean-generic \
612
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
613
 
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
614
 
        uninstall uninstall-am uninstall-info-am
 
647
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
648
        tags-recursive uninstall uninstall-am
615
649
 
616
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
617
651
# Otherwise a system limit (for SysV at least) may be exceeded.