~ubuntu-branches/ubuntu/trusty/gthumb/trusty

« back to all changes in this revision

Viewing changes to extensions/bookmarks/data/ui/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-08-31 06:24:51 UTC
  • mfrom: (1.3.17) (5.2.24 sid)
  • Revision ID: package-import@ubuntu.com-20130831062451-0958soi720z0byp6
Tags: 3:3.2.5-1
* New upstream release. Closes: #716729 LP: #1201073
* Set myself as maintainer. Closes: #711827
* debian/control:
  - Build-depend on yelp-tools, libgstreamer1.0-dev, libsecret-1-dev,
    libgstreamer-plugins-base1.0-dev, libwebp-dev
  - Bump standards-version to 3.9.4
  - Bump debhelper to 8
  - Make git URLs canonical
  - Drop depend on libiptcdata0-dev. Closes: #697087
  - Drop depend on gnome keyring since libsecret replaces it
* debian/compat: Set as 8
* debian/rules: 
  - Add --enable-libwebp for WebP support
  - Add --disable-silent-rules for verbose building
  - Enable hardening
* Create debian/source/options
* Refresh all patches so they apply cleanly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    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 \
21
31
    case $$MAKEFLAGS in \
22
32
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
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))
35
63
pkgdatadir = $(datadir)/@PACKAGE@
36
64
pkgincludedir = $(includedir)/@PACKAGE@
37
65
pkglibdir = $(libdir)/@PACKAGE@
51
79
build_triplet = @build@
52
80
host_triplet = @host@
53
81
subdir = extensions/bookmarks/data/ui
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55
 
        $(top_srcdir)/mkinstalldirs
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
58
 
        $(top_srcdir)/m4/gthumb.m4 $(top_srcdir)/m4/intltool.m4 \
59
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
60
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
61
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
84
am__aclocal_m4_deps = $(top_srcdir)/m4/gthumb.m4 \
 
85
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
86
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
87
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
88
        $(top_srcdir)/configure.ac
62
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63
90
        $(ACLOCAL_M4)
64
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
91
mkinstalldirs = $(install_sh) -d
65
92
CONFIG_HEADER = $(top_builddir)/config.h
66
93
CONFIG_CLEAN_FILES =
67
94
CONFIG_CLEAN_VPATH_FILES =
113
140
  }
114
141
am__installdirs = "$(DESTDIR)$(uidir)"
115
142
DATA = $(ui_DATA)
 
143
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
116
144
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117
145
ACLOCAL = @ACLOCAL@
118
146
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
143
171
DEFS = @DEFS@
144
172
DEPDIR = @DEPDIR@
145
173
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
146
 
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
147
174
DLLTOOL = @DLLTOOL@
148
 
DOC_USER_FORMATS = @DOC_USER_FORMATS@
149
175
DSYMUTIL = @DSYMUTIL@
150
176
DUMPBIN = @DUMPBIN@
151
177
ECHO_C = @ECHO_C@
159
185
FGREP = @FGREP@
160
186
FLEX = @FLEX@
161
187
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
188
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
162
189
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
163
190
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
164
191
GLIB_MKENUMS = @GLIB_MKENUMS@
165
192
GMOFILES = @GMOFILES@
166
193
GMSGFMT = @GMSGFMT@
167
 
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
168
 
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
169
194
GREP = @GREP@
170
195
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
171
196
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
194
219
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
195
220
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
196
221
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
222
ITSTOOL = @ITSTOOL@
197
223
JPEG_LIBS = @JPEG_LIBS@
 
224
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
 
225
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
198
226
LD = @LD@
199
227
LDFLAGS = @LDFLAGS@
200
228
LEX = @LEX@
210
238
LIBRSVG_CFLAGS = @LIBRSVG_CFLAGS@
211
239
LIBRSVG_LIBS = @LIBRSVG_LIBS@
212
240
LIBS = @LIBS@
 
241
LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
 
242
LIBSECRET_LIBS = @LIBSECRET_LIBS@
213
243
LIBSOUP_CFLAGS = @LIBSOUP_CFLAGS@
214
244
LIBSOUP_GNOME_CFLAGS = @LIBSOUP_GNOME_CFLAGS@
215
245
LIBSOUP_GNOME_LIBS = @LIBSOUP_GNOME_LIBS@
216
246
LIBSOUP_LIBS = @LIBSOUP_LIBS@
217
247
LIBTOOL = @LIBTOOL@
 
248
LIBWEBP_CFLAGS = @LIBWEBP_CFLAGS@
 
249
LIBWEBP_LIBS = @LIBWEBP_LIBS@
218
250
LIPO = @LIPO@
219
251
LN_S = @LN_S@
220
252
LTLIBOBJS = @LTLIBOBJS@
231
263
NMEDIT = @NMEDIT@
232
264
OBJDUMP = @OBJDUMP@
233
265
OBJEXT = @OBJEXT@
234
 
OMF_DIR = @OMF_DIR@
235
266
OTOOL = @OTOOL@
236
267
OTOOL64 = @OTOOL64@
237
268
PACKAGE = @PACKAGE@
261
292
VERSION = @VERSION@
262
293
WARN_CFLAGS = @WARN_CFLAGS@
263
294
WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
295
WEBKIT2_CFLAGS = @WEBKIT2_CFLAGS@
 
296
WEBKIT2_LIBS = @WEBKIT2_LIBS@
264
297
XGETTEXT = @XGETTEXT@
 
298
XMLLINT = @XMLLINT@
265
299
abs_builddir = @abs_builddir@
266
300
abs_srcdir = @abs_srcdir@
267
301
abs_top_builddir = @abs_top_builddir@
381
415
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
382
416
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
383
417
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
384
 
tags: TAGS
385
 
TAGS:
 
418
tags TAGS:
386
419
 
387
 
ctags: CTAGS
388
 
CTAGS:
 
420
ctags CTAGS:
389
421
 
390
422
cscope cscopelist:
391
423
 
526
558
.MAKE: install-am install-strip
527
559
 
528
560
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
529
 
        distclean distclean-generic distclean-libtool distdir dvi \
530
 
        dvi-am html html-am info info-am install install-am \
531
 
        install-data install-data-am install-dvi install-dvi-am \
532
 
        install-exec install-exec-am install-html install-html-am \
533
 
        install-info install-info-am install-man install-pdf \
534
 
        install-pdf-am install-ps install-ps-am install-strip \
535
 
        install-uiDATA installcheck installcheck-am installdirs \
536
 
        maintainer-clean maintainer-clean-generic mostlyclean \
537
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
538
 
        uninstall uninstall-am uninstall-uiDATA
 
561
        cscopelist-am ctags-am distclean distclean-generic \
 
562
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
563
        install install-am install-data install-data-am install-dvi \
 
564
        install-dvi-am install-exec install-exec-am install-html \
 
565
        install-html-am install-info install-info-am install-man \
 
566
        install-pdf install-pdf-am install-ps install-ps-am \
 
567
        install-strip install-uiDATA installcheck installcheck-am \
 
568
        installdirs maintainer-clean maintainer-clean-generic \
 
569
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
570
        ps ps-am tags-am uninstall uninstall-am uninstall-uiDATA
539
571
 
540
572
 
541
573
-include $(top_srcdir)/git.mk