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

« back to all changes in this revision

Viewing changes to app/paint-funcs/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/paint-funcs
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
libapppaint_funcs_a_AR = $(AR) $(ARFLAGS)
78
110
libapppaint_funcs_a_LIBADD =
79
111
am_libapppaint_funcs_a_OBJECTS = paint-funcs.$(OBJEXT) \
80
112
        reduce-region.$(OBJEXT) scale-region.$(OBJEXT) \
81
113
        subsample-region.$(OBJEXT)
82
114
libapppaint_funcs_a_OBJECTS = $(am_libapppaint_funcs_a_OBJECTS)
 
115
AM_V_P = $(am__v_P_@AM_V@)
 
116
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
117
am__v_P_0 = false
 
118
am__v_P_1 = :
 
119
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
120
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
121
am__v_GEN_0 = @echo "  GEN     " $@;
 
122
am__v_GEN_1 = 
 
123
AM_V_at = $(am__v_at_@AM_V@)
 
124
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
125
am__v_at_0 = @
 
126
am__v_at_1 = 
83
127
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84
128
depcomp = $(SHELL) $(top_srcdir)/depcomp
85
129
am__depfiles_maybe = depfiles
89
133
AM_V_lt = $(am__v_lt_@AM_V@)
90
134
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
91
135
am__v_lt_0 = --silent
 
136
am__v_lt_1 = 
92
137
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
93
138
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
94
139
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95
140
        $(AM_CFLAGS) $(CFLAGS)
96
141
AM_V_CC = $(am__v_CC_@AM_V@)
97
142
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
98
 
am__v_CC_0 = @echo "  CC    " $@;
 
143
am__v_CC_0 = @echo "  CC      " $@;
 
144
am__v_CC_1 = 
99
145
CCLD = $(CC)
100
146
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
101
147
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
102
148
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
103
149
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
104
150
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
105
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
106
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
107
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
151
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
152
am__v_CCLD_1 = 
109
153
SOURCES = $(libapppaint_funcs_a_SOURCES)
110
154
DIST_SOURCES = $(libapppaint_funcs_a_SOURCES)
111
155
am__can_run_installinfo = \
113
157
    n|no|NO) false;; \
114
158
    *) (install-info --version) >/dev/null 2>&1;; \
115
159
  esac
 
160
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
161
# Read a list of newline-separated strings from the standard input,
 
162
# and print each of them once, without duplicates.  Input order is
 
163
# *not* preserved.
 
164
am__uniquify_input = $(AWK) '\
 
165
  BEGIN { nonempty = 0; } \
 
166
  { items[$$0] = 1; nonempty = 1; } \
 
167
  END { if (nonempty) { for (i in items) print i; }; } \
 
168
'
 
169
# Make sure the list of sources is unique.  This is necessary because,
 
170
# e.g., the same source file might be shared among _SOURCES variables
 
171
# for different programs/libraries.
 
172
am__define_uniq_tagged_files = \
 
173
  list='$(am__tagged_files)'; \
 
174
  unique=`for i in $$list; do \
 
175
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
176
  done | $(am__uniquify_input)`
116
177
ETAGS = etags
117
178
CTAGS = ctags
118
179
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
509
570
 
510
571
clean-noinstLIBRARIES:
511
572
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
573
 
512
574
libapppaint-funcs.a: $(libapppaint_funcs_a_OBJECTS) $(libapppaint_funcs_a_DEPENDENCIES) $(EXTRA_libapppaint_funcs_a_DEPENDENCIES) 
513
575
        $(AM_V_at)-rm -f libapppaint-funcs.a
514
576
        $(AM_V_AR)$(libapppaint_funcs_a_AR) libapppaint-funcs.a $(libapppaint_funcs_a_OBJECTS) $(libapppaint_funcs_a_LIBADD)
552
614
clean-libtool:
553
615
        -rm -rf .libs _libs
554
616
 
555
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
556
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
557
 
        unique=`for i in $$list; do \
558
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559
 
          done | \
560
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
561
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
562
 
        mkid -fID $$unique
563
 
tags: TAGS
 
617
ID: $(am__tagged_files)
 
618
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
619
tags: tags-am
 
620
TAGS: tags
564
621
 
565
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
566
 
                $(TAGS_FILES) $(LISP)
 
622
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
567
623
        set x; \
568
624
        here=`pwd`; \
569
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
570
 
        unique=`for i in $$list; do \
571
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572
 
          done | \
573
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
625
        $(am__define_uniq_tagged_files); \
575
626
        shift; \
576
627
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
577
628
          test -n "$$unique" || unique=$$empty_fix; \
583
634
              $$unique; \
584
635
          fi; \
585
636
        fi
586
 
ctags: CTAGS
587
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
 
                $(TAGS_FILES) $(LISP)
589
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
590
 
        unique=`for i in $$list; do \
591
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
592
 
          done | \
593
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
594
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
637
ctags: ctags-am
 
638
 
 
639
CTAGS: ctags
 
640
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
641
        $(am__define_uniq_tagged_files); \
595
642
        test -z "$(CTAGS_ARGS)$$unique" \
596
643
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597
644
             $$unique
600
647
        here=`$(am__cd) $(top_builddir) && pwd` \
601
648
          && $(am__cd) $(top_srcdir) \
602
649
          && gtags -i $(GTAGS_ARGS) "$$here"
 
650
cscopelist: cscopelist-am
 
651
 
 
652
cscopelist-am: $(am__tagged_files)
 
653
        list='$(am__tagged_files)'; \
 
654
        case "$(srcdir)" in \
 
655
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
656
          *) sdir=$(subdir)/$(srcdir) ;; \
 
657
        esac; \
 
658
        for i in $$list; do \
 
659
          if test -f "$$i"; then \
 
660
            echo "$(subdir)/$$i"; \
 
661
          else \
 
662
            echo "$$sdir/$$i"; \
 
663
          fi; \
 
664
        done >> $(top_builddir)/cscope.files
603
665
 
604
666
distclean-tags:
605
667
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
741
803
 
742
804
.MAKE: install-am install-strip
743
805
 
744
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
745
 
        clean-libtool clean-noinstLIBRARIES ctags distclean \
746
 
        distclean-compile distclean-generic distclean-libtool \
747
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
748
 
        install install-am install-data install-data-am install-dvi \
749
 
        install-dvi-am install-exec install-exec-am install-html \
750
 
        install-html-am install-info install-info-am install-man \
751
 
        install-pdf install-pdf-am install-ps install-ps-am \
752
 
        install-strip installcheck installcheck-am installdirs \
753
 
        maintainer-clean maintainer-clean-generic mostlyclean \
754
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
755
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
806
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
807
        clean-libtool clean-noinstLIBRARIES cscopelist-am ctags \
 
808
        ctags-am distclean distclean-compile distclean-generic \
 
809
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
810
        html-am info info-am install install-am install-data \
 
811
        install-data-am install-dvi install-dvi-am install-exec \
 
812
        install-exec-am install-html install-html-am install-info \
 
813
        install-info-am install-man install-pdf install-pdf-am \
 
814
        install-ps install-ps-am install-strip installcheck \
 
815
        installcheck-am installdirs maintainer-clean \
 
816
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
817
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
818
        tags tags-am uninstall uninstall-am
756
819
 
757
820
 
758
821
# Tell versions [3.59,3.63) of GNU make to not export all variables.