~ubuntu-branches/ubuntu/wily/gnome-do/wily

« back to all changes in this revision

Viewing changes to data/icons/hicolor/22x22/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2010-01-11 12:56:39 UTC
  • mfrom: (0.2.4 upstream)
  • mto: (0.3.1 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20100111125639-p1xka6zb9slt2i0n
Tags: upstream-0.8.3.1+dfsg
ImportĀ upstreamĀ versionĀ 0.8.3.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
43
45
        $(ACLOCAL_M4)
44
46
mkinstalldirs = $(install_sh) -d
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
57
        ps-recursive uninstall-recursive
55
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
59
  distclean-recursive maintainer-clean-recursive
 
60
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
61
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
62
        distdir
57
63
ETAGS = etags
58
64
CTAGS = ctags
59
65
DIST_SUBDIRS = $(SUBDIRS)
60
66
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
67
am__relativize = \
 
68
  dir0=`pwd`; \
 
69
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
70
  sed_rest='s,^[^/]*/*,,'; \
 
71
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
72
  sed_butlast='s,/*[^/]*$$,,'; \
 
73
  while test -n "$$dir1"; do \
 
74
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
75
    if test "$$first" != "."; then \
 
76
      if test "$$first" = ".."; then \
 
77
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
78
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
79
      else \
 
80
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
81
        if test "$$first2" = "$$first"; then \
 
82
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
83
        else \
 
84
          dir2="../$$dir2"; \
 
85
        fi; \
 
86
        dir0="$$dir0"/"$$first"; \
 
87
      fi; \
 
88
    fi; \
 
89
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
90
  done; \
 
91
  reldir="$$dir2"
61
92
ABI_VERSION = @ABI_VERSION@
62
93
ACLOCAL = @ACLOCAL@
63
94
ALL_LINGUAS = @ALL_LINGUAS@
166
197
PACKAGE_NAME = @PACKAGE_NAME@
167
198
PACKAGE_STRING = @PACKAGE_STRING@
168
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
200
PACKAGE_URL = @PACKAGE_URL@
169
201
PACKAGE_VERSION = @PACKAGE_VERSION@
170
202
PATH_SEPARATOR = @PATH_SEPARATOR@
171
203
PKG_CONFIG = @PKG_CONFIG@
252
284
              exit 1;; \
253
285
          esac; \
254
286
        done; \
255
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/icons/hicolor/22x22/Makefile'; \
256
 
        cd $(top_srcdir) && \
257
 
          $(AUTOMAKE) --foreign  data/icons/hicolor/22x22/Makefile
 
287
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/hicolor/22x22/Makefile'; \
 
288
        $(am__cd) $(top_srcdir) && \
 
289
          $(AUTOMAKE) --foreign data/icons/hicolor/22x22/Makefile
258
290
.PRECIOUS: Makefile
259
291
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
260
292
        @case '$?' in \
272
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
305
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
274
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
307
$(am__aclocal_m4_deps):
275
308
 
276
309
mostlyclean-libtool:
277
310
        -rm -f *.lo
303
336
          else \
304
337
            local_target="$$target"; \
305
338
          fi; \
306
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
339
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307
340
          || eval $$failcom; \
308
341
        done; \
309
342
        if test "$$dot_seen" = "no"; then \
337
370
          else \
338
371
            local_target="$$target"; \
339
372
          fi; \
340
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
373
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341
374
          || eval $$failcom; \
342
375
        done && test -z "$$fail"
343
376
tags-recursive:
344
377
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
378
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346
379
        done
347
380
ctags-recursive:
348
381
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
382
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350
383
        done
351
384
 
352
385
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
361
394
 
362
395
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363
396
                $(TAGS_FILES) $(LISP)
364
 
        tags=; \
 
397
        set x; \
365
398
        here=`pwd`; \
366
399
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367
400
          include_option=--etags-include; \
373
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
374
407
          if test "$$subdir" = .; then :; else \
375
408
            test ! -f $$subdir/TAGS || \
376
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
409
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
377
410
          fi; \
378
411
        done; \
379
412
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
382
415
          done | \
383
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
418
        shift; \
 
419
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
386
420
          test -n "$$unique" || unique=$$empty_fix; \
387
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
388
 
            $$tags $$unique; \
 
421
          if test $$# -gt 0; then \
 
422
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
423
              "$$@" $$unique; \
 
424
          else \
 
425
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
426
              $$unique; \
 
427
          fi; \
389
428
        fi
390
429
ctags: CTAGS
391
430
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
431
                $(TAGS_FILES) $(LISP)
393
 
        tags=; \
394
432
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
433
        unique=`for i in $$list; do \
396
434
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
435
          done | \
398
436
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
437
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
438
        test -z "$(CTAGS_ARGS)$$unique" \
401
439
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402
 
             $$tags $$unique
 
440
             $$unique
403
441
 
404
442
GTAGS:
405
443
        here=`$(am__cd) $(top_builddir) && pwd` \
406
 
          && cd $(top_srcdir) \
407
 
          && gtags -i $(GTAGS_ARGS) $$here
 
444
          && $(am__cd) $(top_srcdir) \
 
445
          && gtags -i $(GTAGS_ARGS) "$$here"
408
446
 
409
447
distclean-tags:
410
448
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
425
463
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
426
464
          if test -d $$d/$$file; then \
427
465
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
466
            if test -d "$(distdir)/$$file"; then \
 
467
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
468
            fi; \
428
469
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
470
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
471
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
430
472
            fi; \
431
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
473
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
432
474
          else \
433
 
            test -f $(distdir)/$$file \
434
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
475
            test -f "$(distdir)/$$file" \
 
476
            || cp -p $$d/$$file "$(distdir)/$$file" \
435
477
            || exit 1; \
436
478
          fi; \
437
479
        done
438
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
480
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
439
481
          if test "$$subdir" = .; then :; else \
440
482
            test -d "$(distdir)/$$subdir" \
441
483
            || $(MKDIR_P) "$(distdir)/$$subdir" \
442
484
            || exit 1; \
443
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
444
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
445
 
            (cd $$subdir && \
 
485
          fi; \
 
486
        done
 
487
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
488
          if test "$$subdir" = .; then :; else \
 
489
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
490
            $(am__relativize); \
 
491
            new_distdir=$$reldir; \
 
492
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
493
            $(am__relativize); \
 
494
            new_top_distdir=$$reldir; \
 
495
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
496
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
497
            ($(am__cd) $$subdir && \
446
498
              $(MAKE) $(AM_MAKEFLAGS) \
447
 
                top_distdir="$$top_distdir" \
448
 
                distdir="$$distdir/$$subdir" \
 
499
                top_distdir="$$new_top_distdir" \
 
500
                distdir="$$new_distdir" \
449
501
                am__remove_distdir=: \
450
502
                am__skip_length_check=: \
 
503
                am__skip_mode_fix=: \
451
504
                distdir) \
452
505
              || exit 1; \
453
506
          fi; \
477
530
 
478
531
distclean-generic:
479
532
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
533
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480
534
 
481
535
maintainer-clean-generic:
482
536
        @echo "This command is intended for maintainers to use"
495
549
 
496
550
html: html-recursive
497
551
 
 
552
html-am:
 
553
 
498
554
info: info-recursive
499
555
 
500
556
info-am:
503
559
 
504
560
install-dvi: install-dvi-recursive
505
561
 
 
562
install-dvi-am:
 
563
 
506
564
install-exec-am:
507
565
 
508
566
install-html: install-html-recursive
509
567
 
 
568
install-html-am:
 
569
 
510
570
install-info: install-info-recursive
511
571
 
 
572
install-info-am:
 
573
 
512
574
install-man:
513
575
 
514
576
install-pdf: install-pdf-recursive
515
577
 
 
578
install-pdf-am:
 
579
 
516
580
install-ps: install-ps-recursive
517
581
 
 
582
install-ps-am:
 
583
 
518
584
installcheck-am:
519
585
 
520
586
maintainer-clean: maintainer-clean-recursive
535
601
 
536
602
uninstall-am:
537
603
 
538
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
539
 
        install-strip
 
604
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
605
        install-am install-strip tags-recursive
540
606
 
541
607
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
542
608
        all all-am check check-am clean clean-generic clean-libtool \
552
618
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
553
619
        uninstall uninstall-am
554
620
 
 
621
 
555
622
# Tell versions [3.59,3.63) of GNU make to not export all variables.
556
623
# Otherwise a system limit (for SysV at least) may be exceeded.
557
624
.NOEXPORT: