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

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/images/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 = plug-ins/script-fu/scripts/images
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
116
am__can_run_installinfo = \
108
147
  }
109
148
am__installdirs = "$(DESTDIR)$(imagesdatadir)"
110
149
DATA = $(imagesdata_DATA)
 
150
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
111
151
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
152
AA_LIBS = @AA_LIBS@
113
153
ACLOCAL = @ACLOCAL@
503
543
        @list='$(imagesdata_DATA)'; test -n "$(imagesdatadir)" || list=; \
504
544
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
505
545
        dir='$(DESTDIR)$(imagesdatadir)'; $(am__uninstall_files_from_dir)
506
 
tags: TAGS
507
 
TAGS:
508
 
 
509
 
ctags: CTAGS
510
 
CTAGS:
 
546
tags TAGS:
 
547
 
 
548
ctags CTAGS:
 
549
 
 
550
cscope cscopelist:
511
551
 
512
552
 
513
553
distdir: $(DISTFILES)
646
686
.MAKE: install-am install-strip
647
687
 
648
688
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
649
 
        distclean distclean-generic distclean-libtool distdir dvi \
650
 
        dvi-am html html-am info info-am install install-am \
651
 
        install-data install-data-am install-dvi install-dvi-am \
652
 
        install-exec install-exec-am install-html install-html-am \
653
 
        install-imagesdataDATA install-info install-info-am \
654
 
        install-man install-pdf install-pdf-am install-ps \
655
 
        install-ps-am install-strip installcheck installcheck-am \
656
 
        installdirs maintainer-clean maintainer-clean-generic \
657
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
658
 
        ps ps-am uninstall uninstall-am uninstall-imagesdataDATA
 
689
        cscopelist-am ctags-am distclean distclean-generic \
 
690
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
691
        install install-am install-data install-data-am install-dvi \
 
692
        install-dvi-am install-exec install-exec-am install-html \
 
693
        install-html-am install-imagesdataDATA install-info \
 
694
        install-info-am install-man install-pdf install-pdf-am \
 
695
        install-ps install-ps-am install-strip installcheck \
 
696
        installcheck-am installdirs maintainer-clean \
 
697
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
698
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
699
        uninstall-am uninstall-imagesdataDATA
659
700
 
660
701
 
661
702
# Tell versions [3.59,3.63) of GNU make to not export all variables.