~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-12-21 10:19:27 UTC
  • mfrom: (1.10.2) (105.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20141221101927-qi42ubigofnl895r
Tags: 3.14.2-0ubuntu1
* New upstream release.
* Merge from debian. Remaining changes:
  - debian/patches/07_bookmarks.patch:
    Add Ubuntu-specific default bookmarks, borrowed from Firefox
  - debian/patches/81_ubuntu_force_update_bookmarks_menu.patch:
    update the bookmarks menu every time the internal structure
    is changed (needed for the indicator application menu to work
    correctly).
  - debian/patches/ubuntu_titlebars.patch: Use traditional titlebars
    for non-GNOME sessions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18
62
pkgdatadir = $(datadir)/@PACKAGE@
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
34
78
build_triplet = @build@
35
79
host_triplet = @host@
36
80
subdir = help
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
38
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
83
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
40
84
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46
90
CONFIG_HEADER = $(top_builddir)/config.h
47
91
CONFIG_CLEAN_FILES =
48
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
49
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
50
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
51
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
52
101
AM_V_at = $(am__v_at_@AM_V@)
53
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
54
103
am__v_at_0 = @
 
104
am__v_at_1 = 
55
105
SOURCES =
56
106
DIST_SOURCES =
 
107
am__can_run_installinfo = \
 
108
  case $$AM_UPDATE_INFO_DIR in \
 
109
    n|no|NO) false;; \
 
110
    *) (install-info --version) >/dev/null 2>&1;; \
 
111
  esac
 
112
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
57
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58
114
ACLOCAL = @ACLOCAL@
59
115
ALL_LINGUAS = @ALL_LINGUAS@
235
291
top_builddir = @top_builddir@
236
292
top_srcdir = @top_srcdir@
237
293
HELP_ID = epiphany
238
 
HELP_MEDIA = \
239
 
        media/epiphany-3-8.png \
240
 
        media/private-browsing-3-8.png \
241
 
        media/web-browser.png
242
 
 
243
294
HELP_FILES = \
244
295
        index.page \
245
296
        introduction.page \
255
306
        browse-web.page \
256
307
        browse-webapps.page \
257
308
        cookies.xml \
258
 
        data.page \
259
309
        data-cookies.page \
260
310
        data-passwords.page \
261
311
        history.page \
262
312
        history-delete.page \
 
313
        keyboard-shortcut.page \
263
314
        pref.page \
264
315
        pref-cookies.page \
265
316
        pref-css.page \
266
317
        pref-downloads.page \
 
318
        pref-do-not-track.page \
267
319
        pref-font.page \
268
320
        pref-passwords.page \
269
 
        prob-passwords-show.page
270
 
 
271
 
HELP_LINGUAS = cs de es hu pt_BR
 
321
        prob-restore-closed-page.page
 
322
 
 
323
HELP_MEDIA = \
 
324
        media/epiphany-3-12.png \
 
325
        media/private-browsing-3-12.png \
 
326
        media/web-browser.png
 
327
 
 
328
HELP_LINGUAS = cs de el es fr hu pt_BR ru
272
329
all: all-am
273
330
 
274
331
.SUFFIXES:
308
365
 
309
366
clean-libtool:
310
367
        -rm -rf .libs _libs
311
 
tags: TAGS
312
 
TAGS:
313
 
 
314
 
ctags: CTAGS
315
 
CTAGS:
 
368
tags TAGS:
 
369
 
 
370
ctags CTAGS:
 
371
 
 
372
cscope cscopelist:
316
373
 
317
374
 
318
375
distdir: $(DISTFILES)
448
505
.MAKE: install-am install-strip
449
506
 
450
507
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
451
 
        distclean distclean-generic distclean-libtool distdir dvi \
452
 
        dvi-am html html-am info info-am install install-am \
453
 
        install-data install-data-am install-dvi install-dvi-am \
454
 
        install-exec install-exec-am install-html install-html-am \
455
 
        install-info install-info-am install-man install-pdf \
456
 
        install-pdf-am install-ps install-ps-am install-strip \
457
 
        installcheck installcheck-am installdirs maintainer-clean \
458
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
459
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
508
        cscopelist-am ctags-am distclean distclean-generic \
 
509
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
510
        install install-am install-data install-data-am install-dvi \
 
511
        install-dvi-am install-exec install-exec-am install-html \
 
512
        install-html-am install-info install-info-am install-man \
 
513
        install-pdf install-pdf-am install-ps install-ps-am \
 
514
        install-strip installcheck installcheck-am installdirs \
 
515
        maintainer-clean maintainer-clean-generic mostlyclean \
 
516
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
517
        tags-am uninstall uninstall-am
460
518
 
461
519
@YELP_HELP_RULES@
462
520
 
 
521
-include $(top_srcdir)/git.mk
 
522
 
463
523
# Tell versions [3.59,3.63) of GNU make to not export all variables.
464
524
# Otherwise a system limit (for SysV at least) may be exceeded.
465
525
.NOEXPORT: