~ubuntu-branches/ubuntu/trusty/kmod/trusty

« back to all changes in this revision

Viewing changes to man/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-10-24 06:16:30 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20131024061630-o87ipf2zxqtpigls
Tags: 15-0ubuntu1
* New upstream release. (See Debian #716739)
* Drop patches included upstream: dot_kcmdline, bad_alias_assertion,
  blacklist_aliased.
* Drop check_builtin_kver, this would only apply to lucid and is otherwise
  unnecessary.
* Drop --disable-shared/--enable-static, this got dropped in this version
  and isn't necessary any more. /bin/kmod does not dynamically link to
  libkmod by default now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.1 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,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
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 \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
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))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = man
53
 
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
54
 
        $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(dist_man_MANS)
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
57
85
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
64
92
CONFIG_HEADER = $(top_builddir)/config.h
65
93
CONFIG_CLEAN_FILES =
66
94
CONFIG_CLEAN_VPATH_FILES =
 
95
AM_V_P = $(am__v_P_@AM_V@)
 
96
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
97
am__v_P_0 = false
 
98
am__v_P_1 = :
67
99
AM_V_GEN = $(am__v_GEN_@AM_V@)
68
100
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
69
101
am__v_GEN_0 = @echo "  GEN     " $@;
 
102
am__v_GEN_1 = 
70
103
AM_V_at = $(am__v_at_@AM_V@)
71
104
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
72
105
am__v_at_0 = @
 
106
am__v_at_1 = 
73
107
SOURCES =
74
108
DIST_SOURCES =
75
109
am__can_run_installinfo = \
109
143
man8dir = $(mandir)/man8
110
144
NROFF = nroff
111
145
MANS = $(dist_man_MANS)
 
146
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
112
147
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
148
ACLOCAL = @ACLOCAL@
114
149
AMTAR = @AMTAR@
196
231
am__quote = @am__quote@
197
232
am__tar = @am__tar@
198
233
am__untar = @am__untar@
 
234
bashcompletiondir = @bashcompletiondir@
199
235
bindir = @bindir@
200
236
build = @build@
201
237
build_alias = @build_alias@
224
260
localedir = @localedir@
225
261
localstatedir = @localstatedir@
226
262
mandir = @mandir@
 
263
mkdir_p = @mkdir_p@
227
264
oldincludedir = @oldincludedir@
228
265
pdfdir = @pdfdir@
229
266
prefix = @prefix@
230
267
program_transform_name = @program_transform_name@
231
268
psdir = @psdir@
232
269
rootlibdir = @rootlibdir@
233
 
rootprefix = @rootprefix@
234
270
sbindir = @sbindir@
235
271
sharedstatedir = @sharedstatedir@
236
272
srcdir = @srcdir@
244
280
MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5
245
281
MAN8 = depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
246
282
MAN_STUB = modules.dep.bin.5
 
283
AM_V_XSLT = $(AM_V_XSLT_$(V))
 
284
AM_V_XSLT_ = $(AM_V_XSLT_$(AM_DEFAULT_VERBOSITY))
 
285
AM_V_XSLT_0 = @echo "  XSLT    " $@;
247
286
@BUILD_TOOLS_TRUE@dist_man_MANS = $(MAN5) $(MAN8) $(MAN_STUB)
248
287
EXTRA_DIST = $(MAN5:%.5=%.xml) $(MAN8:%.8=%.xml)
249
288
XSLTPROC_FLAGS = \
377
416
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
378
417
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
379
418
        dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
380
 
tags: TAGS
381
 
TAGS:
 
419
tags TAGS:
382
420
 
383
 
ctags: CTAGS
384
 
CTAGS:
 
421
ctags CTAGS:
385
422
 
386
423
cscope cscopelist:
387
424
 
388
425
 
389
426
distdir: $(DISTFILES)
390
 
        @list='$(MANS)'; if test -n "$$list"; then \
391
 
          list=`for p in $$list; do \
392
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
393
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
394
 
          if test -n "$$list" && \
395
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
396
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
397
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
398
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
399
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
400
 
            exit 1; \
401
 
          else :; fi; \
402
 
        else :; fi
403
427
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404
428
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405
429
        list='$(DISTFILES)'; \
538
562
.MAKE: install-am install-strip
539
563
 
540
564
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
541
 
        distclean distclean-generic distclean-libtool distdir dvi \
542
 
        dvi-am html html-am info info-am install install-am \
543
 
        install-data install-data-am install-dvi install-dvi-am \
544
 
        install-exec install-exec-am install-html install-html-am \
545
 
        install-info install-info-am install-man install-man5 \
546
 
        install-man8 install-pdf install-pdf-am install-ps \
547
 
        install-ps-am install-strip installcheck installcheck-am \
548
 
        installdirs maintainer-clean maintainer-clean-generic \
549
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
550
 
        ps ps-am uninstall uninstall-am uninstall-man uninstall-man5 \
551
 
        uninstall-man8
 
565
        cscopelist-am ctags-am distclean distclean-generic \
 
566
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
567
        install install-am install-data install-data-am install-dvi \
 
568
        install-dvi-am install-exec install-exec-am install-html \
 
569
        install-html-am install-info install-info-am install-man \
 
570
        install-man5 install-man8 install-pdf install-pdf-am \
 
571
        install-ps install-ps-am install-strip installcheck \
 
572
        installcheck-am installdirs maintainer-clean \
 
573
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
574
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 
575
        uninstall-am uninstall-man uninstall-man5 uninstall-man8
552
576
 
553
577
@BUILD_TOOLS_TRUE@modules.dep.bin.5: modules.dep.5
554
578
 
555
579
%.5 %.8: %.xml
556
 
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROC_FLAGS) \
 
580
        $(AM_V_XSLT)$(XSLTPROC) $(XSLTPROC_FLAGS) \
557
581
                http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
558
582
 
559
583
# Tell versions [3.59,3.63) of GNU make to not export all variables.