~ubuntu-branches/ubuntu/trusty/gimp/trusty-proposed

« back to all changes in this revision

Viewing changes to devel-docs/libgimpthumb/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.
21
20
# Everything below here is generic #
22
21
####################################
23
22
VPATH = @srcdir@
24
 
am__make_dryrun = \
25
 
  { \
26
 
    am__dry=no; \
 
23
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
24
am__make_running_with_option = \
 
25
  case $${target_option-} in \
 
26
      ?) ;; \
 
27
      *) echo "am__make_running_with_option: internal error: invalid" \
 
28
              "target option '$${target_option-}' specified" >&2; \
 
29
         exit 1;; \
 
30
  esac; \
 
31
  has_opt=no; \
 
32
  sane_makeflags=$$MAKEFLAGS; \
 
33
  if $(am__is_gnu_make); then \
 
34
    sane_makeflags=$$MFLAGS; \
 
35
  else \
27
36
    case $$MAKEFLAGS in \
28
37
      *\\[\ \   ]*) \
29
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
30
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
31
 
      *) \
32
 
        for am__flg in $$MAKEFLAGS; do \
33
 
          case $$am__flg in \
34
 
            *=*|--*) ;; \
35
 
            *n*) am__dry=yes; break;; \
36
 
          esac; \
37
 
        done;; \
38
 
    esac; \
39
 
    test $$am__dry = yes; \
40
 
  }
 
38
        bs=\\; \
 
39
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
40
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
41
    esac; \
 
42
  fi; \
 
43
  skip_next=no; \
 
44
  strip_trailopt () \
 
45
  { \
 
46
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
47
  }; \
 
48
  for flg in $$sane_makeflags; do \
 
49
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
50
    case $$flg in \
 
51
      *=*|--*) continue;; \
 
52
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
53
      -*I?*) strip_trailopt 'I';; \
 
54
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
55
      -*O?*) strip_trailopt 'O';; \
 
56
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
57
      -*l?*) strip_trailopt 'l';; \
 
58
      -[dEDm]) skip_next=yes;; \
 
59
      -[JT]) skip_next=yes;; \
 
60
    esac; \
 
61
    case $$flg in \
 
62
      *$$target_option*) has_opt=yes; break;; \
 
63
    esac; \
 
64
  done; \
 
65
  test $$has_opt = yes
 
66
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
67
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
41
68
pkgdatadir = $(datadir)/@PACKAGE@
42
69
pkgincludedir = $(includedir)/@PACKAGE@
43
70
pkglibdir = $(libdir)/@PACKAGE@
56
83
POST_UNINSTALL = :
57
84
build_triplet = @build@
58
85
host_triplet = @host@
59
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
60
 
        $(srcdir)/version.in $(top_srcdir)/gtk-doc.make
 
86
DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \
 
87
        $(srcdir)/Makefile.am $(srcdir)/version.in
61
88
subdir = devel-docs/libgimpthumb
62
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64
 
        $(top_srcdir)/m4macros/alsa.m4 \
 
90
am__aclocal_m4_deps = $(top_srcdir)/m4macros/gtk-doc.m4 \
 
91
        $(top_srcdir)/m4macros/intltool.m4 \
 
92
        $(top_srcdir)/m4macros/libtool.m4 \
 
93
        $(top_srcdir)/m4macros/ltoptions.m4 \
 
94
        $(top_srcdir)/m4macros/ltsugar.m4 \
 
95
        $(top_srcdir)/m4macros/ltversion.m4 \
 
96
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
 
97
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/m4macros/alsa.m4 \
65
98
        $(top_srcdir)/m4macros/binreloc.m4 \
66
99
        $(top_srcdir)/m4macros/detectcflags.m4 \
67
100
        $(top_srcdir)/m4macros/gimpprint.m4 \
72
105
CONFIG_HEADER = $(top_builddir)/config.h
73
106
CONFIG_CLEAN_FILES = version
74
107
CONFIG_CLEAN_VPATH_FILES =
 
108
AM_V_P = $(am__v_P_@AM_V@)
 
109
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
110
am__v_P_0 = false
 
111
am__v_P_1 = :
75
112
AM_V_GEN = $(am__v_GEN_@AM_V@)
76
113
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
77
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
114
am__v_GEN_0 = @echo "  GEN     " $@;
 
115
am__v_GEN_1 = 
78
116
AM_V_at = $(am__v_at_@AM_V@)
79
117
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
80
118
am__v_at_0 = @
 
119
am__v_at_1 = 
81
120
SOURCES =
82
121
DIST_SOURCES =
83
122
am__can_run_installinfo = \
85
124
    n|no|NO) false;; \
86
125
    *) (install-info --version) >/dev/null 2>&1;; \
87
126
  esac
 
127
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
88
128
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89
129
AA_LIBS = @AA_LIBS@
90
130
ACLOCAL = @ACLOCAL@
548
588
 
549
589
clean-libtool:
550
590
        -rm -rf .libs _libs
551
 
tags: TAGS
552
 
TAGS:
553
 
 
554
 
ctags: CTAGS
555
 
CTAGS:
 
591
tags TAGS:
 
592
 
 
593
ctags CTAGS:
 
594
 
 
595
cscope cscopelist:
556
596
 
557
597
 
558
598
distdir: $(DISTFILES)
693
733
.MAKE: install-am install-strip
694
734
 
695
735
.PHONY: all all-am all-local check check-am clean clean-generic \
696
 
        clean-libtool clean-local dist-hook distclean \
697
 
        distclean-generic distclean-libtool distclean-local distdir \
698
 
        dvi dvi-am html html-am info info-am install install-am \
699
 
        install-data install-data-am install-data-local install-dvi \
700
 
        install-dvi-am install-exec install-exec-am install-html \
701
 
        install-html-am install-info install-info-am install-man \
702
 
        install-pdf install-pdf-am install-ps install-ps-am \
703
 
        install-strip installcheck installcheck-am installdirs \
704
 
        maintainer-clean maintainer-clean-generic \
 
736
        clean-libtool clean-local cscopelist-am ctags-am dist-hook \
 
737
        distclean distclean-generic distclean-libtool distclean-local \
 
738
        distdir dvi dvi-am html html-am info info-am install \
 
739
        install-am install-data install-data-am install-data-local \
 
740
        install-dvi install-dvi-am install-exec install-exec-am \
 
741
        install-html install-html-am install-info install-info-am \
 
742
        install-man install-pdf install-pdf-am install-ps \
 
743
        install-ps-am install-strip installcheck installcheck-am \
 
744
        installdirs maintainer-clean maintainer-clean-generic \
705
745
        maintainer-clean-local mostlyclean mostlyclean-generic \
706
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
707
 
        uninstall-local
 
746
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
747
        uninstall-am uninstall-local
708
748
 
709
749
 
710
750
@ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)