~ubuntu-branches/ubuntu/saucy/gnome-online-accounts/saucy

« back to all changes in this revision

Viewing changes to data/icons/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-08-07 19:11:50 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120807191150-cs4ia7ekdujqktv5
Tags: 3.5.5-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
18
34
pkgdatadir = $(datadir)/@PACKAGE@
19
35
pkgincludedir = $(includedir)/@PACKAGE@
20
36
pkglibdir = $(libdir)/@PACKAGE@
34
50
build_triplet = @build@
35
51
host_triplet = @host@
36
52
subdir = data/icons
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
54
        $(top_srcdir)/mkinstalldirs
38
55
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
56
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
60
CONFIG_HEADER = $(top_builddir)/config.h
44
61
CONFIG_CLEAN_FILES =
45
62
CONFIG_CLEAN_VPATH_FILES =
 
63
AM_V_P = $(am__v_P_@AM_V@)
 
64
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
65
am__v_P_0 = false
 
66
am__v_P_1 = :
46
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
47
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
48
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
69
am__v_GEN_0 = @echo "  GEN     " $@;
 
70
am__v_GEN_1 = 
49
71
AM_V_at = $(am__v_at_@AM_V@)
50
72
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
51
73
am__v_at_0 = @
 
74
am__v_at_1 = 
52
75
SOURCES =
53
76
DIST_SOURCES =
54
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
81
        install-pdf-recursive install-ps-recursive install-recursive \
59
82
        installcheck-recursive installdirs-recursive pdf-recursive \
60
83
        ps-recursive uninstall-recursive
 
84
am__can_run_installinfo = \
 
85
  case $$AM_UPDATE_INFO_DIR in \
 
86
    n|no|NO) false;; \
 
87
    *) (install-info --version) >/dev/null 2>&1;; \
 
88
  esac
61
89
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
90
  distclean-recursive maintainer-clean-recursive
63
91
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
318
346
        -rm -rf .libs _libs
319
347
 
320
348
# This directory's subdirectories are mostly independent; you can cd
321
 
# into them and run `make' without going through this Makefile.
322
 
# To change the values of `make' variables: instead of editing Makefiles,
323
 
# (1) if the variable is set in `config.status', edit `config.status'
324
 
#     (which will cause the Makefiles to be regenerated when you run `make');
325
 
# (2) otherwise, pass the desired values on the `make' command line.
326
 
$(RECURSIVE_TARGETS):
 
349
# into them and run 'make' without going through this Makefile.
 
350
# To change the values of 'make' variables: instead of editing Makefiles,
 
351
# (1) if the variable is set in 'config.status', edit 'config.status'
 
352
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
353
# (2) otherwise, pass the desired values on the 'make' command line.
 
354
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
327
355
        @fail= failcom='exit 1'; \
328
356
        for f in x $$MAKEFLAGS; do \
329
357
          case $$f in \
333
361
        done; \
334
362
        dot_seen=no; \
335
363
        target=`echo $@ | sed s/-recursive//`; \
336
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
364
        case "$@" in \
 
365
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
366
          *) list='$(SUBDIRS)' ;; \
 
367
        esac; \
 
368
        for subdir in $$list; do \
337
369
          echo "Making $$target in $$subdir"; \
338
370
          if test "$$subdir" = "."; then \
339
371
            dot_seen=yes; \
347
379
        if test "$$dot_seen" = "no"; then \
348
380
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
349
381
        fi; test -z "$$fail"
350
 
 
351
 
$(RECURSIVE_CLEAN_TARGETS):
352
 
        @fail= failcom='exit 1'; \
353
 
        for f in x $$MAKEFLAGS; do \
354
 
          case $$f in \
355
 
            *=* | --[!k]*);; \
356
 
            *k*) failcom='fail=yes';; \
357
 
          esac; \
358
 
        done; \
359
 
        dot_seen=no; \
360
 
        case "$@" in \
361
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
362
 
          *) list='$(SUBDIRS)' ;; \
363
 
        esac; \
364
 
        rev=''; for subdir in $$list; do \
365
 
          if test "$$subdir" = "."; then :; else \
366
 
            rev="$$subdir $$rev"; \
367
 
          fi; \
368
 
        done; \
369
 
        rev="$$rev ."; \
370
 
        target=`echo $@ | sed s/-recursive//`; \
371
 
        for subdir in $$rev; do \
372
 
          echo "Making $$target in $$subdir"; \
373
 
          if test "$$subdir" = "."; then \
374
 
            local_target="$$target-am"; \
375
 
          else \
376
 
            local_target="$$target"; \
377
 
          fi; \
378
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
379
 
          || eval $$failcom; \
380
 
        done && test -z "$$fail"
381
382
tags-recursive:
382
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
383
384
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
387
388
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
388
389
        done
 
390
cscopelist-recursive:
 
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
392
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
393
        done
389
394
 
390
395
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
391
396
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449
454
          && $(am__cd) $(top_srcdir) \
450
455
          && gtags -i $(GTAGS_ARGS) "$$here"
451
456
 
 
457
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
458
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
459
        case "$(srcdir)" in \
 
460
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
461
          *) sdir=$(subdir)/$(srcdir) ;; \
 
462
        esac; \
 
463
        for i in $$list; do \
 
464
          if test -f "$$i"; then \
 
465
            echo "$(subdir)/$$i"; \
 
466
          else \
 
467
            echo "$$sdir/$$i"; \
 
468
          fi; \
 
469
        done >> $(top_builddir)/cscope.files
 
470
 
452
471
distclean-tags:
453
472
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
473
 
484
503
        done
485
504
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
486
505
          if test "$$subdir" = .; then :; else \
487
 
            test -d "$(distdir)/$$subdir" \
488
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
489
 
            || exit 1; \
490
 
          fi; \
491
 
        done
492
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
493
 
          if test "$$subdir" = .; then :; else \
 
506
            $(am__make_dryrun) \
 
507
              || test -d "$(distdir)/$$subdir" \
 
508
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
509
              || exit 1; \
494
510
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
495
511
            $(am__relativize); \
496
512
            new_distdir=$$reldir; \
612
628
 
613
629
uninstall-am:
614
630
 
615
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
616
 
        install-am install-data-am install-strip tags-recursive
 
631
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
632
        cscopelist-recursive ctags-recursive install-am \
 
633
        install-data-am install-strip tags-recursive
617
634
 
618
635
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
619
636
        all all-am check check-am clean clean-generic clean-libtool \
620
 
        clean-local ctags ctags-recursive distclean distclean-generic \
621
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
622
 
        html-am info info-am install install-am install-data \
623
 
        install-data-am install-data-hook install-dvi install-dvi-am \
624
 
        install-exec install-exec-am install-html install-html-am \
625
 
        install-info install-info-am install-man install-pdf \
626
 
        install-pdf-am install-ps install-ps-am install-strip \
627
 
        installcheck installcheck-am installdirs installdirs-am \
628
 
        maintainer-clean maintainer-clean-generic mostlyclean \
629
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
630
 
        tags tags-recursive uninstall uninstall-am
 
637
        clean-local cscopelist cscopelist-recursive ctags \
 
638
        ctags-recursive distclean distclean-generic distclean-libtool \
 
639
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
640
        install install-am install-data install-data-am \
 
641
        install-data-hook install-dvi install-dvi-am install-exec \
 
642
        install-exec-am install-html install-html-am install-info \
 
643
        install-info-am install-man install-pdf install-pdf-am \
 
644
        install-ps install-ps-am install-strip installcheck \
 
645
        installcheck-am installdirs installdirs-am maintainer-clean \
 
646
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
647
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
648
        uninstall uninstall-am
631
649
 
632
650
 
633
651
install-data-hook: