~ubuntu-branches/ubuntu/wily/gimp/wily

« back to all changes in this revision

Viewing changes to app/tools/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 = app/tools
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
83
        $(top_srcdir)/depcomp
56
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
58
 
        $(top_srcdir)/m4macros/alsa.m4 \
 
85
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
 
86
        $(top_srcdir)/m4macros/intltool.m4 \
 
87
        $(top_srcdir)/m4macros/libtool.m4 \
 
88
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
89
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
90
        $(top_srcdir)/m4macros/ltversion.m4 \
 
91
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
92
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
59
93
        $(top_srcdir)/m4macros/binreloc.m4 \
60
94
        $(top_srcdir)/m4macros/detectcflags.m4 \
61
95
        $(top_srcdir)/m4macros/gimpprint.m4 \
70
104
ARFLAGS = cru
71
105
AM_V_AR = $(am__v_AR_@AM_V@)
72
106
am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
73
 
am__v_AR_0 = @echo "  AR    " $@;
74
 
AM_V_at = $(am__v_at_@AM_V@)
75
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
76
 
am__v_at_0 = @
 
107
am__v_AR_0 = @echo "  AR      " $@;
 
108
am__v_AR_1 = 
77
109
libapptools_a_AR = $(AR) $(ARFLAGS)
78
110
libapptools_a_LIBADD =
79
111
am__objects_1 = tools-enums.$(OBJEXT)
128
160
        gimpvectortool.$(OBJEXT)
129
161
am_libapptools_a_OBJECTS = $(am__objects_1) $(am__objects_2)
130
162
libapptools_a_OBJECTS = $(am_libapptools_a_OBJECTS)
 
163
AM_V_P = $(am__v_P_@AM_V@)
 
164
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
165
am__v_P_0 = false
 
166
am__v_P_1 = :
 
167
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
168
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
169
am__v_GEN_0 = @echo "  GEN     " $@;
 
170
am__v_GEN_1 = 
 
171
AM_V_at = $(am__v_at_@AM_V@)
 
172
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
173
am__v_at_0 = @
 
174
am__v_at_1 = 
131
175
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
132
176
depcomp = $(SHELL) $(top_srcdir)/depcomp
133
177
am__depfiles_maybe = depfiles
137
181
AM_V_lt = $(am__v_lt_@AM_V@)
138
182
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139
183
am__v_lt_0 = --silent
 
184
am__v_lt_1 = 
140
185
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
141
186
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
142
187
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
143
188
        $(AM_CFLAGS) $(CFLAGS)
144
189
AM_V_CC = $(am__v_CC_@AM_V@)
145
190
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
146
 
am__v_CC_0 = @echo "  CC    " $@;
 
191
am__v_CC_0 = @echo "  CC      " $@;
 
192
am__v_CC_1 = 
147
193
CCLD = $(CC)
148
194
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149
195
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150
196
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
151
197
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
152
198
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
153
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
154
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
155
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
199
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
200
am__v_CCLD_1 = 
157
201
SOURCES = $(libapptools_a_SOURCES)
158
202
DIST_SOURCES = $(libapptools_a_SOURCES)
159
203
am__can_run_installinfo = \
161
205
    n|no|NO) false;; \
162
206
    *) (install-info --version) >/dev/null 2>&1;; \
163
207
  esac
 
208
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
209
# Read a list of newline-separated strings from the standard input,
 
210
# and print each of them once, without duplicates.  Input order is
 
211
# *not* preserved.
 
212
am__uniquify_input = $(AWK) '\
 
213
  BEGIN { nonempty = 0; } \
 
214
  { items[$$0] = 1; nonempty = 1; } \
 
215
  END { if (nonempty) { for (i in items) print i; }; } \
 
216
'
 
217
# Make sure the list of sources is unique.  This is necessary because,
 
218
# e.g., the same source file might be shared among _SOURCES variables
 
219
# for different programs/libraries.
 
220
am__define_uniq_tagged_files = \
 
221
  list='$(am__tagged_files)'; \
 
222
  unique=`for i in $$list; do \
 
223
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
224
  done | $(am__uniquify_input)`
164
225
ETAGS = etags
165
226
CTAGS = ctags
166
227
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
731
792
 
732
793
clean-noinstLIBRARIES:
733
794
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
795
 
734
796
libapptools.a: $(libapptools_a_OBJECTS) $(libapptools_a_DEPENDENCIES) $(EXTRA_libapptools_a_DEPENDENCIES) 
735
797
        $(AM_V_at)-rm -f libapptools.a
736
798
        $(AM_V_AR)$(libapptools_a_AR) libapptools.a $(libapptools_a_OBJECTS) $(libapptools_a_LIBADD)
860
922
clean-libtool:
861
923
        -rm -rf .libs _libs
862
924
 
863
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
864
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
865
 
        unique=`for i in $$list; do \
866
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
867
 
          done | \
868
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
869
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
870
 
        mkid -fID $$unique
871
 
tags: TAGS
 
925
ID: $(am__tagged_files)
 
926
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
927
tags: tags-am
 
928
TAGS: tags
872
929
 
873
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
874
 
                $(TAGS_FILES) $(LISP)
 
930
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
875
931
        set x; \
876
932
        here=`pwd`; \
877
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
878
 
        unique=`for i in $$list; do \
879
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
880
 
          done | \
881
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
882
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
933
        $(am__define_uniq_tagged_files); \
883
934
        shift; \
884
935
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
885
936
          test -n "$$unique" || unique=$$empty_fix; \
891
942
              $$unique; \
892
943
          fi; \
893
944
        fi
894
 
ctags: CTAGS
895
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
896
 
                $(TAGS_FILES) $(LISP)
897
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
898
 
        unique=`for i in $$list; do \
899
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
900
 
          done | \
901
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
902
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
945
ctags: ctags-am
 
946
 
 
947
CTAGS: ctags
 
948
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
949
        $(am__define_uniq_tagged_files); \
903
950
        test -z "$(CTAGS_ARGS)$$unique" \
904
951
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
905
952
             $$unique
908
955
        here=`$(am__cd) $(top_builddir) && pwd` \
909
956
          && $(am__cd) $(top_srcdir) \
910
957
          && gtags -i $(GTAGS_ARGS) "$$here"
 
958
cscopelist: cscopelist-am
 
959
 
 
960
cscopelist-am: $(am__tagged_files)
 
961
        list='$(am__tagged_files)'; \
 
962
        case "$(srcdir)" in \
 
963
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
964
          *) sdir=$(subdir)/$(srcdir) ;; \
 
965
        esac; \
 
966
        for i in $$list; do \
 
967
          if test -f "$$i"; then \
 
968
            echo "$(subdir)/$$i"; \
 
969
          else \
 
970
            echo "$$sdir/$$i"; \
 
971
          fi; \
 
972
        done >> $(top_builddir)/cscope.files
911
973
 
912
974
distclean-tags:
913
975
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1050
1112
 
1051
1113
.MAKE: install-am install-strip
1052
1114
 
1053
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1054
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
1055
 
        distclean-compile distclean-generic distclean-libtool \
1056
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1057
 
        install install-am install-data install-data-am install-dvi \
1058
 
        install-dvi-am install-exec install-exec-am install-html \
1059
 
        install-html-am install-info install-info-am install-man \
1060
 
        install-pdf install-pdf-am install-ps install-ps-am \
1061
 
        install-strip installcheck installcheck-am installdirs \
1062
 
        maintainer-clean maintainer-clean-generic mostlyclean \
1063
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1064
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
1115
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
1116
        clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
 
1117
        ctags-am distclean distclean-compile distclean-generic \
 
1118
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1119
        html-am info info-am install install-am install-data \
 
1120
        install-data-am install-dvi install-dvi-am install-exec \
 
1121
        install-exec-am install-html install-html-am install-info \
 
1122
        install-info-am install-man install-pdf install-pdf-am \
 
1123
        install-ps install-ps-am install-strip installcheck \
 
1124
        installcheck-am installdirs maintainer-clean \
 
1125
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1126
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1127
        tags tags-am uninstall uninstall-am
1065
1128
 
1066
1129
 
1067
1130
tools-enums.c: $(srcdir)/tools-enums.h $(GIMP_MKENUMS)