~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to themes/Default/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 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-2013 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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
52
79
build_triplet = @build@
53
80
host_triplet = @host@
54
81
subdir = themes/Default
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58
 
        $(top_srcdir)/m4macros/alsa.m4 \
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
 
85
        $(top_srcdir)/m4macros/intltool.m4 \
 
86
        $(top_srcdir)/m4macros/libtool.m4 \
 
87
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
88
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
89
        $(top_srcdir)/m4macros/ltversion.m4 \
 
90
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
91
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
59
92
        $(top_srcdir)/m4macros/binreloc.m4 \
60
93
        $(top_srcdir)/m4macros/detectcflags.m4 \
61
94
        $(top_srcdir)/m4macros/gimpprint.m4 \
66
99
CONFIG_HEADER = $(top_builddir)/config.h
67
100
CONFIG_CLEAN_FILES =
68
101
CONFIG_CLEAN_VPATH_FILES =
 
102
AM_V_P = $(am__v_P_@AM_V@)
 
103
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
104
am__v_P_0 = false
 
105
am__v_P_1 = :
69
106
AM_V_GEN = $(am__v_GEN_@AM_V@)
70
107
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
71
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
108
am__v_GEN_0 = @echo "  GEN     " $@;
 
109
am__v_GEN_1 = 
72
110
AM_V_at = $(am__v_at_@AM_V@)
73
111
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
74
112
am__v_at_0 = @
 
113
am__v_at_1 = 
75
114
SOURCES =
76
115
DIST_SOURCES =
77
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
 
        html-recursive info-recursive install-data-recursive \
79
 
        install-dvi-recursive install-exec-recursive \
80
 
        install-html-recursive install-info-recursive \
81
 
        install-pdf-recursive install-ps-recursive install-recursive \
82
 
        installcheck-recursive installdirs-recursive pdf-recursive \
83
 
        ps-recursive uninstall-recursive
 
116
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
117
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
118
        install-data-recursive install-dvi-recursive \
 
119
        install-exec-recursive install-html-recursive \
 
120
        install-info-recursive install-pdf-recursive \
 
121
        install-ps-recursive install-recursive installcheck-recursive \
 
122
        installdirs-recursive pdf-recursive ps-recursive \
 
123
        tags-recursive uninstall-recursive
84
124
am__can_run_installinfo = \
85
125
  case $$AM_UPDATE_INFO_DIR in \
86
126
    n|no|NO) false;; \
117
157
DATA = $(themedata_DATA)
118
158
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
119
159
  distclean-recursive maintainer-clean-recursive
120
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
121
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
160
am__recursive_targets = \
 
161
  $(RECURSIVE_TARGETS) \
 
162
  $(RECURSIVE_CLEAN_TARGETS) \
 
163
  $(am__extra_recursive_targets)
 
164
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
122
165
        distdir
 
166
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
167
# Read a list of newline-separated strings from the standard input,
 
168
# and print each of them once, without duplicates.  Input order is
 
169
# *not* preserved.
 
170
am__uniquify_input = $(AWK) '\
 
171
  BEGIN { nonempty = 0; } \
 
172
  { items[$$0] = 1; nonempty = 1; } \
 
173
  END { if (nonempty) { for (i in items) print i; }; } \
 
174
'
 
175
# Make sure the list of sources is unique.  This is necessary because,
 
176
# e.g., the same source file might be shared among _SOURCES variables
 
177
# for different programs/libraries.
 
178
am__define_uniq_tagged_files = \
 
179
  list='$(am__tagged_files)'; \
 
180
  unique=`for i in $$list; do \
 
181
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
182
  done | $(am__uniquify_input)`
123
183
ETAGS = etags
124
184
CTAGS = ctags
125
185
DIST_SUBDIRS = $(SUBDIRS)
540
600
        dir='$(DESTDIR)$(themedatadir)'; $(am__uninstall_files_from_dir)
541
601
 
542
602
# This directory's subdirectories are mostly independent; you can cd
543
 
# into them and run `make' without going through this Makefile.
544
 
# To change the values of `make' variables: instead of editing Makefiles,
545
 
# (1) if the variable is set in `config.status', edit `config.status'
546
 
#     (which will cause the Makefiles to be regenerated when you run `make');
547
 
# (2) otherwise, pass the desired values on the `make' command line.
548
 
$(RECURSIVE_TARGETS):
549
 
        @fail= failcom='exit 1'; \
550
 
        for f in x $$MAKEFLAGS; do \
551
 
          case $$f in \
552
 
            *=* | --[!k]*);; \
553
 
            *k*) failcom='fail=yes';; \
554
 
          esac; \
555
 
        done; \
 
603
# into them and run 'make' without going through this Makefile.
 
604
# To change the values of 'make' variables: instead of editing Makefiles,
 
605
# (1) if the variable is set in 'config.status', edit 'config.status'
 
606
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
607
# (2) otherwise, pass the desired values on the 'make' command line.
 
608
$(am__recursive_targets):
 
609
        @fail=; \
 
610
        if $(am__make_keepgoing); then \
 
611
          failcom='fail=yes'; \
 
612
        else \
 
613
          failcom='exit 1'; \
 
614
        fi; \
556
615
        dot_seen=no; \
557
616
        target=`echo $@ | sed s/-recursive//`; \
558
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
617
        case "$@" in \
 
618
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
619
          *) list='$(SUBDIRS)' ;; \
 
620
        esac; \
 
621
        for subdir in $$list; do \
559
622
          echo "Making $$target in $$subdir"; \
560
623
          if test "$$subdir" = "."; then \
561
624
            dot_seen=yes; \
570
633
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
571
634
        fi; test -z "$$fail"
572
635
 
573
 
$(RECURSIVE_CLEAN_TARGETS):
574
 
        @fail= failcom='exit 1'; \
575
 
        for f in x $$MAKEFLAGS; do \
576
 
          case $$f in \
577
 
            *=* | --[!k]*);; \
578
 
            *k*) failcom='fail=yes';; \
579
 
          esac; \
580
 
        done; \
581
 
        dot_seen=no; \
582
 
        case "$@" in \
583
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
584
 
          *) list='$(SUBDIRS)' ;; \
585
 
        esac; \
586
 
        rev=''; for subdir in $$list; do \
587
 
          if test "$$subdir" = "."; then :; else \
588
 
            rev="$$subdir $$rev"; \
589
 
          fi; \
590
 
        done; \
591
 
        rev="$$rev ."; \
592
 
        target=`echo $@ | sed s/-recursive//`; \
593
 
        for subdir in $$rev; do \
594
 
          echo "Making $$target in $$subdir"; \
595
 
          if test "$$subdir" = "."; then \
596
 
            local_target="$$target-am"; \
597
 
          else \
598
 
            local_target="$$target"; \
599
 
          fi; \
600
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
601
 
          || eval $$failcom; \
602
 
        done && test -z "$$fail"
603
 
tags-recursive:
604
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
605
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
606
 
        done
607
 
ctags-recursive:
608
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
609
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
610
 
        done
611
 
 
612
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
613
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
614
 
        unique=`for i in $$list; do \
615
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616
 
          done | \
617
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
619
 
        mkid -fID $$unique
620
 
tags: TAGS
621
 
 
622
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623
 
                $(TAGS_FILES) $(LISP)
 
636
ID: $(am__tagged_files)
 
637
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
638
tags: tags-recursive
 
639
TAGS: tags
 
640
 
 
641
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
624
642
        set x; \
625
643
        here=`pwd`; \
626
644
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
636
654
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
637
655
          fi; \
638
656
        done; \
639
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
640
 
        unique=`for i in $$list; do \
641
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
642
 
          done | \
643
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
644
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
657
        $(am__define_uniq_tagged_files); \
645
658
        shift; \
646
659
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
647
660
          test -n "$$unique" || unique=$$empty_fix; \
653
666
              $$unique; \
654
667
          fi; \
655
668
        fi
656
 
ctags: CTAGS
657
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
658
 
                $(TAGS_FILES) $(LISP)
659
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
660
 
        unique=`for i in $$list; do \
661
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
662
 
          done | \
663
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
664
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
669
ctags: ctags-recursive
 
670
 
 
671
CTAGS: ctags
 
672
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
673
        $(am__define_uniq_tagged_files); \
665
674
        test -z "$(CTAGS_ARGS)$$unique" \
666
675
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
667
676
             $$unique
670
679
        here=`$(am__cd) $(top_builddir) && pwd` \
671
680
          && $(am__cd) $(top_srcdir) \
672
681
          && gtags -i $(GTAGS_ARGS) "$$here"
 
682
cscopelist: cscopelist-recursive
 
683
 
 
684
cscopelist-am: $(am__tagged_files)
 
685
        list='$(am__tagged_files)'; \
 
686
        case "$(srcdir)" in \
 
687
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
688
          *) sdir=$(subdir)/$(srcdir) ;; \
 
689
        esac; \
 
690
        for i in $$list; do \
 
691
          if test -f "$$i"; then \
 
692
            echo "$(subdir)/$$i"; \
 
693
          else \
 
694
            echo "$$sdir/$$i"; \
 
695
          fi; \
 
696
        done >> $(top_builddir)/cscope.files
673
697
 
674
698
distclean-tags:
675
699
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
833
857
 
834
858
uninstall-am: uninstall-themedataDATA
835
859
 
836
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
837
 
        install-am install-strip tags-recursive
 
860
.MAKE: $(am__recursive_targets) install-am install-strip
838
861
 
839
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
840
 
        all all-am check check-am clean clean-generic clean-libtool \
841
 
        ctags ctags-recursive distclean distclean-generic \
842
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
843
 
        html-am info info-am install install-am install-data \
844
 
        install-data-am install-dvi install-dvi-am install-exec \
845
 
        install-exec-am install-html install-html-am install-info \
846
 
        install-info-am install-man install-pdf install-pdf-am \
847
 
        install-ps install-ps-am install-strip install-themedataDATA \
848
 
        installcheck installcheck-am installdirs installdirs-am \
849
 
        maintainer-clean maintainer-clean-generic mostlyclean \
850
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
851
 
        tags tags-recursive uninstall uninstall-am \
852
 
        uninstall-themedataDATA
 
862
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
863
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
864
        ctags-am distclean distclean-generic distclean-libtool \
 
865
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
866
        install install-am install-data install-data-am install-dvi \
 
867
        install-dvi-am install-exec install-exec-am install-html \
 
868
        install-html-am install-info install-info-am install-man \
 
869
        install-pdf install-pdf-am install-ps install-ps-am \
 
870
        install-strip install-themedataDATA installcheck \
 
871
        installcheck-am installdirs installdirs-am maintainer-clean \
 
872
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
873
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
874
        uninstall-am uninstall-themedataDATA
853
875
 
854
876
 
855
877
# Tell versions [3.59,3.63) of GNU make to not export all variables.