~ubuntu-branches/ubuntu/vivid/trousers/vivid

« back to all changes in this revision

Viewing changes to man/man5/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2014-06-29 17:45:25 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140629174525-3bumeiu42woiem8l
Tags: 0.3.13-1
* Imported Upstream version 0.3.13
* Refreshed quilt patches
* Include utmp.h, should fix FTBFS on Hurd (Closes: #729179)
* Try to workaround systemd/udev names when reloading rules (Closes: #739485)
* Update symbols
* Bump Standards Version to 3.9.5

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,
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@
51
79
host_triplet = @host@
52
80
target_triplet = @target@
53
81
subdir = man/man5
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
55
83
        $(srcdir)/tcsd.conf.5.in
56
84
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
85
am__aclocal_m4_deps = $(top_srcdir)/configure.in
60
88
mkinstalldirs = $(install_sh) -d
61
89
CONFIG_CLEAN_FILES = tcsd.conf.5
62
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
 
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
 
99
AM_V_at = $(am__v_at_@AM_V@)
 
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
101
am__v_at_0 = @
 
102
am__v_at_1 = 
63
103
SOURCES =
64
104
DIST_SOURCES =
65
105
am__can_run_installinfo = \
98
138
am__installdirs = "$(DESTDIR)$(man5dir)"
99
139
NROFF = nroff
100
140
MANS = $(man5_MANS)
 
141
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
101
142
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
143
ACLOCAL = @ACLOCAL@
103
144
AMTAR = @AMTAR@
 
145
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
104
146
AR = @AR@
105
147
AUTOCONF = @AUTOCONF@
106
148
AUTOHEADER = @AUTOHEADER@
310
352
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
311
353
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
312
354
        dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
313
 
tags: TAGS
314
 
TAGS:
 
355
tags TAGS:
315
356
 
316
 
ctags: CTAGS
317
 
CTAGS:
 
357
ctags CTAGS:
318
358
 
319
359
cscope cscopelist:
320
360
 
321
361
 
322
362
distdir: $(DISTFILES)
323
 
        @list='$(MANS)'; if test -n "$$list"; then \
324
 
          list=`for p in $$list; do \
325
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
326
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
327
 
          if test -n "$$list" && \
328
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
329
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
330
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
331
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
332
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
333
 
            exit 1; \
334
 
          else :; fi; \
335
 
        else :; fi
336
363
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337
364
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
338
365
        list='$(DISTFILES)'; \
470
497
.MAKE: install-am install-strip
471
498
 
472
499
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
473
 
        distclean distclean-generic distclean-libtool distdir dvi \
474
 
        dvi-am html html-am info info-am install install-am \
475
 
        install-data install-data-am install-dvi install-dvi-am \
476
 
        install-exec install-exec-am install-html install-html-am \
477
 
        install-info install-info-am install-man install-man5 \
478
 
        install-pdf install-pdf-am install-ps install-ps-am \
479
 
        install-strip installcheck installcheck-am installdirs \
480
 
        maintainer-clean maintainer-clean-generic mostlyclean \
481
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
482
 
        uninstall uninstall-am uninstall-man uninstall-man5
 
500
        cscopelist-am ctags-am distclean distclean-generic \
 
501
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
502
        install install-am install-data install-data-am install-dvi \
 
503
        install-dvi-am install-exec install-exec-am install-html \
 
504
        install-html-am install-info install-info-am install-man \
 
505
        install-man5 install-pdf install-pdf-am install-ps \
 
506
        install-ps-am install-strip installcheck installcheck-am \
 
507
        installdirs maintainer-clean maintainer-clean-generic \
 
508
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
509
        ps ps-am tags-am uninstall uninstall-am uninstall-man \
 
510
        uninstall-man5
483
511
 
484
512
 
485
513
# Tell versions [3.59,3.63) of GNU make to not export all variables.