~ubuntu-branches/ubuntu/vivid/nbdkit/vivid

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2013-10-06 15:25:05 UTC
  • mto: (10.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20131006152505-iul8k8f2rvyahg1c
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 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-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,
46
46
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
47
47
# SUCH DAMAGE.
48
48
VPATH = @srcdir@
49
 
am__make_dryrun = \
50
 
  { \
51
 
    am__dry=no; \
 
49
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
50
am__make_running_with_option = \
 
51
  case $${target_option-} in \
 
52
      ?) ;; \
 
53
      *) echo "am__make_running_with_option: internal error: invalid" \
 
54
              "target option '$${target_option-}' specified" >&2; \
 
55
         exit 1;; \
 
56
  esac; \
 
57
  has_opt=no; \
 
58
  sane_makeflags=$$MAKEFLAGS; \
 
59
  if $(am__is_gnu_make); then \
 
60
    sane_makeflags=$$MFLAGS; \
 
61
  else \
52
62
    case $$MAKEFLAGS in \
53
63
      *\\[\ \   ]*) \
54
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
55
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
56
 
      *) \
57
 
        for am__flg in $$MAKEFLAGS; do \
58
 
          case $$am__flg in \
59
 
            *=*|--*) ;; \
60
 
            *n*) am__dry=yes; break;; \
61
 
          esac; \
62
 
        done;; \
63
 
    esac; \
64
 
    test $$am__dry = yes; \
65
 
  }
 
64
        bs=\\; \
 
65
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
66
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
67
    esac; \
 
68
  fi; \
 
69
  skip_next=no; \
 
70
  strip_trailopt () \
 
71
  { \
 
72
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
73
  }; \
 
74
  for flg in $$sane_makeflags; do \
 
75
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
76
    case $$flg in \
 
77
      *=*|--*) continue;; \
 
78
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
79
      -*I?*) strip_trailopt 'I';; \
 
80
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
81
      -*O?*) strip_trailopt 'O';; \
 
82
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
83
      -*l?*) strip_trailopt 'l';; \
 
84
      -[dEDm]) skip_next=yes;; \
 
85
      -[JT]) skip_next=yes;; \
 
86
    esac; \
 
87
    case $$flg in \
 
88
      *$$target_option*) has_opt=yes; break;; \
 
89
    esac; \
 
90
  done; \
 
91
  test $$has_opt = yes
 
92
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
93
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66
94
pkgdatadir = $(datadir)/@PACKAGE@
67
95
pkgincludedir = $(includedir)/@PACKAGE@
68
96
pkglibdir = $(libdir)/@PACKAGE@
82
110
build_triplet = @build@
83
111
host_triplet = @host@
84
112
subdir = docs
85
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
113
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
86
114
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
115
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
88
116
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
94
122
CONFIG_HEADER = $(top_builddir)/config.h
95
123
CONFIG_CLEAN_FILES =
96
124
CONFIG_CLEAN_VPATH_FILES =
 
125
AM_V_P = $(am__v_P_@AM_V@)
 
126
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
127
am__v_P_0 = false
 
128
am__v_P_1 = :
 
129
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
130
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
131
am__v_GEN_0 = @echo "  GEN     " $@;
 
132
am__v_GEN_1 = 
 
133
AM_V_at = $(am__v_at_@AM_V@)
 
134
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
135
am__v_at_0 = @
 
136
am__v_at_1 = 
97
137
SOURCES =
98
138
DIST_SOURCES =
99
139
am__can_run_installinfo = \
133
173
man3dir = $(mandir)/man3
134
174
NROFF = nroff
135
175
MANS = $(man_MANS)
 
176
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136
177
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137
178
ACLOCAL = @ACLOCAL@
138
179
AMTAR = @AMTAR@
 
180
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
139
181
AR = @AR@
140
182
AUTOCONF = @AUTOCONF@
141
183
AUTOHEADER = @AUTOHEADER@
397
439
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
398
440
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
399
441
        dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
400
 
tags: TAGS
401
 
TAGS:
 
442
tags TAGS:
402
443
 
403
 
ctags: CTAGS
404
 
CTAGS:
 
444
ctags CTAGS:
405
445
 
406
446
cscope cscopelist:
407
447
 
408
448
 
409
449
distdir: $(DISTFILES)
410
 
        @list='$(MANS)'; if test -n "$$list"; then \
411
 
          list=`for p in $$list; do \
412
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
413
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
414
 
          if test -n "$$list" && \
415
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
416
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
417
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
418
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
419
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
420
 
            exit 1; \
421
 
          else :; fi; \
422
 
        else :; fi
423
450
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424
451
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425
452
        list='$(DISTFILES)'; \
558
585
.MAKE: install-am install-strip
559
586
 
560
587
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
561
 
        distclean distclean-generic distclean-libtool distdir dvi \
562
 
        dvi-am html html-am info info-am install install-am \
563
 
        install-data install-data-am install-dvi install-dvi-am \
564
 
        install-exec install-exec-am install-html install-html-am \
565
 
        install-info install-info-am install-man install-man1 \
566
 
        install-man3 install-pdf install-pdf-am install-ps \
567
 
        install-ps-am install-strip installcheck installcheck-am \
568
 
        installdirs maintainer-clean maintainer-clean-generic \
569
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
570
 
        ps ps-am uninstall uninstall-am uninstall-man uninstall-man1 \
571
 
        uninstall-man3
 
588
        cscopelist-am ctags-am distclean distclean-generic \
 
589
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
590
        install install-am install-data install-data-am install-dvi \
 
591
        install-dvi-am install-exec install-exec-am install-html \
 
592
        install-html-am install-info install-info-am install-man \
 
593
        install-man1 install-man3 install-pdf install-pdf-am \
 
594
        install-ps install-ps-am install-strip installcheck \
 
595
        installcheck-am installdirs maintainer-clean \
 
596
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
597
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
598
        uninstall-am uninstall-man uninstall-man1 uninstall-man3
572
599
 
573
600
 
574
601
@HAVE_POD2MAN_TRUE@nbdkit.1: nbdkit.pod