~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to doc/manual/html/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-11-13 21:19:20 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20131113211920-af65h37psw9fz6oy
Tags: 3.19.1-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/patches/fix_ftbfs_with_binutils_gold: Add -lz to fix FTBFS with
    binutils-gold.
* debian/patches/fix_ftbfs_with_binutils_gold: Remove -lavutil, as it is
  already linked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 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@
53
80
host_triplet = @host@
54
81
target_triplet = @target@
55
82
subdir = doc/manual/html
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
57
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
85
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
59
86
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
89
CONFIG_HEADER = $(top_builddir)/config.h
63
90
CONFIG_CLEAN_FILES =
64
91
CONFIG_CLEAN_VPATH_FILES =
 
92
AM_V_P = $(am__v_P_@AM_V@)
 
93
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
94
am__v_P_0 = false
 
95
am__v_P_1 = :
65
96
AM_V_GEN = $(am__v_GEN_@AM_V@)
66
97
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
67
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
98
am__v_GEN_0 = @echo "  GEN     " $@;
 
99
am__v_GEN_1 = 
68
100
AM_V_at = $(am__v_at_@AM_V@)
69
101
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
70
102
am__v_at_0 = @
 
103
am__v_at_1 = 
71
104
SOURCES =
72
105
DIST_SOURCES =
73
106
am__can_run_installinfo = \
104
137
  }
105
138
am__installdirs = "$(DESTDIR)$(manualdir)"
106
139
DATA = $(manual_DATA)
 
140
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
107
141
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
142
ACLOCAL = @ACLOCAL@
109
143
ALSA_CFLAGS = @ALSA_CFLAGS@
113
147
AUTOCONF = @AUTOCONF@
114
148
AUTOHEADER = @AUTOHEADER@
115
149
AUTOMAKE = @AUTOMAKE@
 
150
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
151
AVUTIL_LIBS = @AVUTIL_LIBS@
116
152
AWK = @AWK@
117
153
BINIOU_VERSION = @BINIOU_VERSION@
118
154
CACA_CFLAGS = @CACA_CFLAGS@
132
168
ECHO_N = @ECHO_N@
133
169
ECHO_T = @ECHO_T@
134
170
EGREP = @EGREP@
135
 
ERL = @ERL@
136
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
137
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
138
 
ERLC = @ERLC@
139
 
ERLCFLAGS = @ERLCFLAGS@
140
171
ESD_CFLAGS = @ESD_CFLAGS@
141
172
ESD_LIBS = @ESD_LIBS@
142
173
EXEEXT = @EXEEXT@
159
190
JACK_CFLAGS = @JACK_CFLAGS@
160
191
JACK_LIBS = @JACK_LIBS@
161
192
LDFLAGS = @LDFLAGS@
 
193
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
194
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
195
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
162
196
LIBOBJS = @LIBOBJS@
163
197
LIBS = @LIBS@
164
198
LTLIBOBJS = @LTLIBOBJS@
310
344
        @list='$(manual_DATA)'; test -n "$(manualdir)" || list=; \
311
345
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
312
346
        dir='$(DESTDIR)$(manualdir)'; $(am__uninstall_files_from_dir)
313
 
tags: TAGS
314
 
TAGS:
315
 
 
316
 
ctags: CTAGS
317
 
CTAGS:
 
347
tags TAGS:
 
348
 
 
349
ctags CTAGS:
 
350
 
 
351
cscope cscopelist:
318
352
 
319
353
 
320
354
distdir: $(DISTFILES)
456
490
 
457
491
.MAKE: all check install install-am install-strip
458
492
 
459
 
.PHONY: all all-am check check-am clean clean-generic distclean \
460
 
        distclean-generic distdir dvi dvi-am html html-am info info-am \
461
 
        install install-am install-data install-data-am install-dvi \
462
 
        install-dvi-am install-exec install-exec-am install-html \
463
 
        install-html-am install-info install-info-am install-man \
464
 
        install-manualDATA install-pdf install-pdf-am install-ps \
465
 
        install-ps-am install-strip installcheck installcheck-am \
466
 
        installdirs maintainer-clean maintainer-clean-generic \
467
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
468
 
        uninstall-am uninstall-manualDATA
 
493
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
 
494
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
 
495
        html-am info info-am install install-am install-data \
 
496
        install-data-am install-dvi install-dvi-am install-exec \
 
497
        install-exec-am install-html install-html-am install-info \
 
498
        install-info-am install-man install-manualDATA install-pdf \
 
499
        install-pdf-am install-ps install-ps-am install-strip \
 
500
        installcheck installcheck-am installdirs maintainer-clean \
 
501
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
502
        pdf-am ps ps-am tags-am uninstall uninstall-am \
 
503
        uninstall-manualDATA
469
504
 
470
505
 
471
506
manual.html: manual.html.in bindings.txt