Blame docs/man/man1/Makefile

Packit ec106e
# Makefile.in generated by automake 1.11.6 from Makefile.am.
Packit ec106e
# docs/man/man1/Makefile.  Generated from Makefile.in by configure.
Packit ec106e
Packit ec106e
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Packit ec106e
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
Packit ec106e
# Foundation, Inc.
Packit ec106e
# This Makefile.in is free software; the Free Software Foundation
Packit ec106e
# gives unlimited permission to copy and/or distribute it,
Packit ec106e
# with or without modifications, as long as this notice is preserved.
Packit ec106e
Packit ec106e
# This program is distributed in the hope that it will be useful,
Packit ec106e
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit ec106e
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit ec106e
# PARTICULAR PURPOSE.
Packit ec106e
Packit ec106e
Packit ec106e
Packit ec106e
am__make_dryrun = \
Packit ec106e
  { \
Packit ec106e
    am__dry=no; \
Packit ec106e
    case $$MAKEFLAGS in \
Packit ec106e
      *\\[\ \	]*) \
Packit ec106e
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
Packit ec106e
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
Packit ec106e
      *) \
Packit ec106e
        for am__flg in $$MAKEFLAGS; do \
Packit ec106e
          case $$am__flg in \
Packit ec106e
            *=*|--*) ;; \
Packit ec106e
            *n*) am__dry=yes; break;; \
Packit ec106e
          esac; \
Packit ec106e
        done;; \
Packit ec106e
    esac; \
Packit ec106e
    test $$am__dry = yes; \
Packit ec106e
  }
Packit ec106e
pkgdatadir = $(datadir)/kbd
Packit ec106e
pkgincludedir = $(includedir)/kbd
Packit ec106e
pkglibdir = $(libdir)/kbd
Packit ec106e
pkglibexecdir = $(libexecdir)/kbd
Packit ec106e
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit ec106e
install_sh_DATA = $(install_sh) -c -m 644
Packit ec106e
install_sh_PROGRAM = $(install_sh) -c
Packit ec106e
install_sh_SCRIPT = $(install_sh) -c
Packit ec106e
INSTALL_HEADER = $(INSTALL_DATA)
Packit ec106e
transform = $(program_transform_name)
Packit ec106e
NORMAL_INSTALL = :
Packit ec106e
PRE_INSTALL = :
Packit ec106e
POST_INSTALL = :
Packit ec106e
NORMAL_UNINSTALL = :
Packit ec106e
PRE_UNINSTALL = :
Packit ec106e
POST_UNINSTALL = :
Packit ec106e
build_triplet = x86_64-pc-linux-gnu
Packit ec106e
host_triplet = x86_64-pc-linux-gnu
Packit ec106e
am__append_1 = vlock.1
Packit ec106e
subdir = docs/man/man1
Packit ec106e
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
Packit ec106e
	$(srcdir)/Makefile.in $(srcdir)/dumpkeys.1.in \
Packit ec106e
	$(srcdir)/loadkeys.1.in
Packit ec106e
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit ec106e
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
Packit ec106e
	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
Packit ec106e
	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
Packit ec106e
	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
Packit ec106e
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
Packit ec106e
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
Packit ec106e
	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
Packit ec106e
	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
Packit ec106e
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit ec106e
	$(ACLOCAL_M4)
Packit ec106e
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Packit ec106e
CONFIG_HEADER = $(top_builddir)/config.h
Packit ec106e
CONFIG_CLEAN_FILES = dumpkeys.1 loadkeys.1
Packit ec106e
CONFIG_CLEAN_VPATH_FILES =
Packit ec106e
AM_V_GEN = $(am__v_GEN_$(V))
Packit ec106e
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
Packit ec106e
am__v_GEN_0 = @echo "  GEN   " $@;
Packit ec106e
AM_V_at = $(am__v_at_$(V))
Packit ec106e
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
Packit ec106e
am__v_at_0 = @
Packit ec106e
SOURCES =
Packit ec106e
DIST_SOURCES =
Packit ec106e
am__can_run_installinfo = \
Packit ec106e
  case $$AM_UPDATE_INFO_DIR in \
Packit ec106e
    n|no|NO) false;; \
Packit ec106e
    *) (install-info --version) >/dev/null 2>&1;; \
Packit ec106e
  esac
Packit ec106e
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit ec106e
am__vpath_adj = case $$p in \
Packit ec106e
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit ec106e
    *) f=$$p;; \
Packit ec106e
  esac;
Packit ec106e
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit ec106e
am__install_max = 40
Packit ec106e
am__nobase_strip_setup = \
Packit ec106e
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit ec106e
am__nobase_strip = \
Packit ec106e
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit ec106e
am__nobase_list = $(am__nobase_strip_setup); \
Packit ec106e
  for p in $$list; do echo "$$p $$p"; done | \
Packit ec106e
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit ec106e
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit ec106e
    if (++n[$$2] == $(am__install_max)) \
Packit ec106e
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit ec106e
    END { for (dir in files) print dir, files[dir] }'
Packit ec106e
am__base_list = \
Packit ec106e
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit ec106e
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit ec106e
am__uninstall_files_from_dir = { \
Packit ec106e
  test -z "$$files" \
Packit ec106e
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit ec106e
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit ec106e
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit ec106e
  }
Packit ec106e
man1dir = $(mandir)/man1
Packit ec106e
am__installdirs = "$(DESTDIR)$(man1dir)"
Packit ec106e
NROFF = nroff
Packit ec106e
MANS = $(dist_man_MANS)
Packit ec106e
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit ec106e
ACLOCAL = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing --run aclocal-1.11
Packit ec106e
AMTAR = $${TAR-tar}
Packit ec106e
AM_DEFAULT_VERBOSITY = 0
Packit ec106e
AR = ar
Packit ec106e
AUTOCONF = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing --run autoconf
Packit ec106e
AUTOHEADER = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing --run autoheader
Packit ec106e
AUTOMAKE = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing --run automake-1.11
Packit ec106e
AWK = gawk
Packit ec106e
CC = gcc
Packit ec106e
CCDEPMODE = depmode=gcc3
Packit ec106e
CFLAGS = -g -O2 -Wall -Wextra -Wmissing-noreturn -Wdisabled-optimization -Wcast-align -Wshadow -Wmissing-format-attribute -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
Packit ec106e
CHECK_CFLAGS = -pthread  
Packit ec106e
CHECK_LIBS = -lcheck  
Packit ec106e
CPP = gcc -E
Packit ec106e
CPPFLAGS = 
Packit ec106e
CYGPATH_W = echo
Packit ec106e
DEFS = -DHAVE_CONFIG_H
Packit ec106e
DEPDIR = .deps
Packit ec106e
DLLTOOL = false
Packit ec106e
DSYMUTIL = 
Packit ec106e
DUMPBIN = 
Packit ec106e
ECHO_C = 
Packit ec106e
ECHO_N = -n
Packit ec106e
ECHO_T = 
Packit ec106e
EGREP = /bin/grep -E
Packit ec106e
EXEEXT = 
Packit ec106e
FGREP = /bin/grep -F
Packit ec106e
GMSGFMT = /usr/bin/msgfmt
Packit ec106e
GREP = /bin/grep
Packit ec106e
HAVE_DOXYGEN = yes
Packit ec106e
INSTALL = /usr/bin/ginstall -c
Packit ec106e
INSTALL_DATA = ${INSTALL} -m 644
Packit ec106e
INSTALL_PROGRAM = ${INSTALL}
Packit ec106e
INSTALL_SCRIPT = ${INSTALL}
Packit ec106e
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
Packit ec106e
INTLLIBS = 
Packit ec106e
LD = /usr/bin/ld -m elf_x86_64
Packit ec106e
LDFLAGS = 
Packit ec106e
LEX = flex
Packit ec106e
LEXLIB = -lfl
Packit ec106e
LEX_OUTPUT_ROOT = lex.yy
Packit ec106e
LIBICONV = -liconv
Packit ec106e
LIBINTL = 
Packit ec106e
LIBOBJS = 
Packit ec106e
LIBS = 
Packit ec106e
LIBTOOL = $(SHELL) $(top_builddir)/libtool
Packit ec106e
LIPO = 
Packit ec106e
LN_S = ln -s
Packit ec106e
LTLIBICONV = -liconv
Packit ec106e
LTLIBINTL = 
Packit ec106e
LTLIBOBJS = 
Packit ec106e
MAKEINFO = ${SHELL} /home/legion/scm/.kbd/kbd/config/missing --run makeinfo
Packit ec106e
MANIFEST_TOOL = :
Packit ec106e
MKDIR_P = /bin/mkdir -p
Packit ec106e
MKINSTALLDIRS = $(top_builddir)/config/mkinstalldirs
Packit ec106e
MSGFMT = /usr/bin/msgfmt
Packit ec106e
MSGMERGE = /usr/bin/msgmerge
Packit ec106e
NM = /usr/bin/nm -B
Packit ec106e
NMEDIT = 
Packit ec106e
OBJDUMP = objdump
Packit ec106e
OBJEXT = o
Packit ec106e
OTOOL = 
Packit ec106e
OTOOL64 = 
Packit ec106e
PACKAGE = kbd
Packit ec106e
PACKAGE_BUGREPORT = gladkov.alexey@gmail.com
Packit ec106e
PACKAGE_NAME = kbd
Packit ec106e
PACKAGE_STRING = kbd 2.0.4
Packit ec106e
PACKAGE_TARNAME = kbd
Packit ec106e
PACKAGE_URL = http://kbd-project.org/
Packit ec106e
PACKAGE_VERSION = 2.0.4
Packit ec106e
PAM_LIBS = -lpam -lpam_misc
Packit ec106e
PATH_SEPARATOR = :
Packit ec106e
PKG_CONFIG = /usr/bin/pkg-config
Packit ec106e
PKG_CONFIG_LIBDIR = 
Packit ec106e
PKG_CONFIG_PATH = 
Packit ec106e
POSUB = po
Packit ec106e
RANLIB = ranlib
Packit ec106e
SED = /bin/sed
Packit ec106e
SET_MAKE = 
Packit ec106e
SHELL = /bin/sh
Packit ec106e
STRIP = strip
Packit ec106e
USE_NLS = yes
Packit ec106e
VERSION = 2.0.4
Packit ec106e
XGETTEXT = /usr/bin/xgettext
Packit ec106e
YACC = bison -y
Packit ec106e
YFLAGS = 
Packit ec106e
abs_builddir = /home/legion/scm/.kbd/kbd/docs/man/man1
Packit ec106e
abs_srcdir = /home/legion/scm/.kbd/kbd/docs/man/man1
Packit ec106e
abs_top_builddir = /home/legion/scm/.kbd/kbd
Packit ec106e
abs_top_srcdir = /home/legion/scm/.kbd/kbd
Packit ec106e
ac_ct_AR = ar
Packit ec106e
ac_ct_CC = gcc
Packit ec106e
ac_ct_DUMPBIN = 
Packit ec106e
am__include = include
Packit ec106e
am__leading_dot = .
Packit ec106e
am__quote = 
Packit ec106e
am__tar = $${TAR-tar} chof - "$$tardir"
Packit ec106e
am__untar = $${TAR-tar} xf -
Packit ec106e
bindir = ${exec_prefix}/bin
Packit ec106e
build = x86_64-pc-linux-gnu
Packit ec106e
build_alias = 
Packit ec106e
build_cpu = x86_64
Packit ec106e
build_os = linux-gnu
Packit ec106e
build_vendor = pc
Packit ec106e
builddir = .
Packit ec106e
datadir = ${datarootdir}
Packit ec106e
datarootdir = ${prefix}/share
Packit ec106e
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
Packit ec106e
dvidir = ${docdir}
Packit ec106e
exec_prefix = ${prefix}
Packit ec106e
host = x86_64-pc-linux-gnu
Packit ec106e
host_alias = 
Packit ec106e
host_cpu = x86_64
Packit ec106e
host_os = linux-gnu
Packit ec106e
host_vendor = pc
Packit ec106e
htmldir = ${docdir}
Packit ec106e
includedir = ${prefix}/include
Packit ec106e
infodir = ${datarootdir}/info
Packit ec106e
install_sh = ${SHELL} /home/legion/scm/.kbd/kbd/config/install-sh
Packit ec106e
libdir = ${exec_prefix}/lib
Packit ec106e
libexecdir = ${exec_prefix}/libexec
Packit ec106e
localedir = ${datarootdir}/locale
Packit ec106e
localstatedir = ${prefix}/var
Packit ec106e
mandir = ${datarootdir}/man
Packit ec106e
mkdir_p = /bin/mkdir -p
Packit ec106e
oldincludedir = /usr/include
Packit ec106e
pdfdir = ${docdir}
Packit ec106e
prefix = /usr
Packit ec106e
program_transform_name = s,x,x,
Packit ec106e
psdir = ${docdir}
Packit ec106e
sbindir = ${exec_prefix}/sbin
Packit ec106e
sharedstatedir = ${prefix}/com
Packit ec106e
srcdir = .
Packit ec106e
sysconfdir = ${prefix}/etc
Packit ec106e
target_alias = 
Packit ec106e
top_build_prefix = ../../../
Packit ec106e
top_builddir = ../../..
Packit ec106e
top_srcdir = ../../..
Packit ec106e
gen_MANS = dumpkeys.1 loadkeys.1
Packit ec106e
dist_man_MANS = chvt.1 deallocvt.1 fgconsole.1 kbd_mode.1 openvt.1 \
Packit ec106e
	psfaddtable.1 psfgettable.1 psfstriptable.1 psfxtable.1 \
Packit ec106e
	setleds.1 setmetamode.1 showkey.1 unicode_start.1 \
Packit ec106e
	unicode_stop.1 $(gen_MANS) $(am__append_1)
Packit ec106e
all: all-am
Packit ec106e
Packit ec106e
.SUFFIXES:
Packit ec106e
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit ec106e
	@for dep in $?; do \
Packit ec106e
	  case '$(am__configure_deps)' in \
Packit ec106e
	    *$$dep*) \
Packit ec106e
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit ec106e
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit ec106e
	      exit 1;; \
Packit ec106e
	  esac; \
Packit ec106e
	done; \
Packit ec106e
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/man/man1/Makefile'; \
Packit ec106e
	$(am__cd) $(top_srcdir) && \
Packit ec106e
	  $(AUTOMAKE) --gnu docs/man/man1/Makefile
Packit ec106e
.PRECIOUS: Makefile
Packit ec106e
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit ec106e
	@case '$?' in \
Packit ec106e
	  *config.status*) \
Packit ec106e
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit ec106e
	  *) \
Packit ec106e
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit ec106e
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit ec106e
	esac;
Packit ec106e
Packit ec106e
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit ec106e
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit ec106e
Packit ec106e
$(top_srcdir)/configure:  $(am__configure_deps)
Packit ec106e
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit ec106e
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit ec106e
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit ec106e
$(am__aclocal_m4_deps):
Packit ec106e
dumpkeys.1: $(top_builddir)/config.status $(srcdir)/dumpkeys.1.in
Packit ec106e
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit ec106e
loadkeys.1: $(top_builddir)/config.status $(srcdir)/loadkeys.1.in
Packit ec106e
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
Packit ec106e
Packit ec106e
mostlyclean-libtool:
Packit ec106e
	-rm -f *.lo
Packit ec106e
Packit ec106e
clean-libtool:
Packit ec106e
	-rm -rf .libs _libs
Packit ec106e
install-man1: $(dist_man_MANS)
Packit ec106e
	@$(NORMAL_INSTALL)
Packit ec106e
	@list1=''; \
Packit ec106e
	list2='$(dist_man_MANS)'; \
Packit ec106e
	test -n "$(man1dir)" \
Packit ec106e
	  && test -n "`echo $$list1$$list2`" \
Packit ec106e
	  || exit 0; \
Packit ec106e
	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
Packit ec106e
	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
Packit ec106e
	{ for i in $$list1; do echo "$$i"; done;  \
Packit ec106e
	if test -n "$$list2"; then \
Packit ec106e
	  for i in $$list2; do echo "$$i"; done \
Packit ec106e
	    | sed -n '/\.1[a-z]*$$/p'; \
Packit ec106e
	fi; \
Packit ec106e
	} | while read p; do \
Packit ec106e
	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
Packit ec106e
	  echo "$$d$$p"; echo "$$p"; \
Packit ec106e
	done | \
Packit ec106e
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
Packit ec106e
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
Packit ec106e
	sed 'N;N;s,\n, ,g' | { \
Packit ec106e
	list=; while read file base inst; do \
Packit ec106e
	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
Packit ec106e
	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
Packit ec106e
	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
Packit ec106e
	  fi; \
Packit ec106e
	done; \
Packit ec106e
	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
Packit ec106e
	while read files; do \
Packit ec106e
	  test -z "$$files" || { \
Packit ec106e
	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
Packit ec106e
	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
Packit ec106e
	done; }
Packit ec106e
Packit ec106e
uninstall-man1:
Packit ec106e
	@$(NORMAL_UNINSTALL)
Packit ec106e
	@list=''; test -n "$(man1dir)" || exit 0; \
Packit ec106e
	files=`{ for i in $$list; do echo "$$i"; done; \
Packit ec106e
	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
Packit ec106e
	  sed -n '/\.1[a-z]*$$/p'; \
Packit ec106e
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
Packit ec106e
	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
Packit ec106e
	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
Packit ec106e
tags: TAGS
Packit ec106e
TAGS:
Packit ec106e
Packit ec106e
ctags: CTAGS
Packit ec106e
CTAGS:
Packit ec106e
Packit ec106e
Packit ec106e
distdir: $(DISTFILES)
Packit ec106e
	@list='$(MANS)'; if test -n "$$list"; then \
Packit ec106e
	  list=`for p in $$list; do \
Packit ec106e
	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
Packit ec106e
	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
Packit ec106e
	  if test -n "$$list" && \
Packit ec106e
	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
Packit ec106e
	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
Packit ec106e
	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
Packit ec106e
	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
Packit ec106e
	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
Packit ec106e
	    exit 1; \
Packit ec106e
	  else :; fi; \
Packit ec106e
	else :; fi
Packit ec106e
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit ec106e
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit ec106e
	list='$(DISTFILES)'; \
Packit ec106e
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit ec106e
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit ec106e
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit ec106e
	case $$dist_files in \
Packit ec106e
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit ec106e
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit ec106e
			   sort -u` ;; \
Packit ec106e
	esac; \
Packit ec106e
	for file in $$dist_files; do \
Packit ec106e
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit ec106e
	  if test -d $$d/$$file; then \
Packit ec106e
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit ec106e
	    if test -d "$(distdir)/$$file"; then \
Packit ec106e
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit ec106e
	    fi; \
Packit ec106e
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit ec106e
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit ec106e
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit ec106e
	    fi; \
Packit ec106e
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit ec106e
	  else \
Packit ec106e
	    test -f "$(distdir)/$$file" \
Packit ec106e
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit ec106e
	    || exit 1; \
Packit ec106e
	  fi; \
Packit ec106e
	done
Packit ec106e
check-am: all-am
Packit ec106e
check: check-am
Packit ec106e
all-am: Makefile $(MANS)
Packit ec106e
installdirs:
Packit ec106e
	for dir in "$(DESTDIR)$(man1dir)"; do \
Packit ec106e
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit ec106e
	done
Packit ec106e
install: install-am
Packit ec106e
install-exec: install-exec-am
Packit ec106e
install-data: install-data-am
Packit ec106e
uninstall: uninstall-am
Packit ec106e
Packit ec106e
install-am: all-am
Packit ec106e
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit ec106e
Packit ec106e
installcheck: installcheck-am
Packit ec106e
install-strip:
Packit ec106e
	if test -z '$(STRIP)'; then \
Packit ec106e
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit ec106e
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit ec106e
	      install; \
Packit ec106e
	else \
Packit ec106e
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit ec106e
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit ec106e
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit ec106e
	fi
Packit ec106e
mostlyclean-generic:
Packit ec106e
Packit ec106e
clean-generic:
Packit ec106e
Packit ec106e
distclean-generic:
Packit ec106e
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit ec106e
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit ec106e
Packit ec106e
maintainer-clean-generic:
Packit ec106e
	@echo "This command is intended for maintainers to use"
Packit ec106e
	@echo "it deletes files that may require special tools to rebuild."
Packit ec106e
clean: clean-am
Packit ec106e
Packit ec106e
clean-am: clean-generic clean-libtool mostlyclean-am
Packit ec106e
Packit ec106e
distclean: distclean-am
Packit ec106e
	-rm -f Makefile
Packit ec106e
distclean-am: clean-am distclean-generic
Packit ec106e
Packit ec106e
dvi: dvi-am
Packit ec106e
Packit ec106e
dvi-am:
Packit ec106e
Packit ec106e
html: html-am
Packit ec106e
Packit ec106e
html-am:
Packit ec106e
Packit ec106e
info: info-am
Packit ec106e
Packit ec106e
info-am:
Packit ec106e
Packit ec106e
install-data-am: install-man
Packit ec106e
	@$(NORMAL_INSTALL)
Packit ec106e
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
Packit ec106e
install-dvi: install-dvi-am
Packit ec106e
Packit ec106e
install-dvi-am:
Packit ec106e
Packit ec106e
install-exec-am:
Packit ec106e
Packit ec106e
install-html: install-html-am
Packit ec106e
Packit ec106e
install-html-am:
Packit ec106e
Packit ec106e
install-info: install-info-am
Packit ec106e
Packit ec106e
install-info-am:
Packit ec106e
Packit ec106e
install-man: install-man1
Packit ec106e
Packit ec106e
install-pdf: install-pdf-am
Packit ec106e
Packit ec106e
install-pdf-am:
Packit ec106e
Packit ec106e
install-ps: install-ps-am
Packit ec106e
Packit ec106e
install-ps-am:
Packit ec106e
Packit ec106e
installcheck-am:
Packit ec106e
Packit ec106e
maintainer-clean: maintainer-clean-am
Packit ec106e
	-rm -f Makefile
Packit ec106e
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit ec106e
Packit ec106e
mostlyclean: mostlyclean-am
Packit ec106e
Packit ec106e
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit ec106e
Packit ec106e
pdf: pdf-am
Packit ec106e
Packit ec106e
pdf-am:
Packit ec106e
Packit ec106e
ps: ps-am
Packit ec106e
Packit ec106e
ps-am:
Packit ec106e
Packit ec106e
uninstall-am: uninstall-man
Packit ec106e
Packit ec106e
uninstall-man: uninstall-man1
Packit ec106e
Packit ec106e
.MAKE: install-am install-data-am install-strip
Packit ec106e
Packit ec106e
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
Packit ec106e
	distclean distclean-generic distclean-libtool distdir dvi \
Packit ec106e
	dvi-am html html-am info info-am install install-am \
Packit ec106e
	install-data install-data-am install-data-hook install-dvi \
Packit ec106e
	install-dvi-am install-exec install-exec-am install-html \
Packit ec106e
	install-html-am install-info install-info-am install-man \
Packit ec106e
	install-man1 install-pdf install-pdf-am install-ps \
Packit ec106e
	install-ps-am install-strip installcheck installcheck-am \
Packit ec106e
	installdirs maintainer-clean maintainer-clean-generic \
Packit ec106e
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit ec106e
	ps ps-am uninstall uninstall-am uninstall-man uninstall-man1
Packit ec106e
Packit ec106e
Packit ec106e
install-data-hook:
Packit ec106e
	cd $(DESTDIR)$(mandir)/man1 && \
Packit ec106e
	for f in $(gen_MANS); do \
Packit ec106e
		$(SED) -e "s#@DATADIR\@#${datadir}#g" "$$f" > "$$f.new"; \
Packit ec106e
		mv -f -- "$$f.new" "$$f"; \
Packit ec106e
	done
Packit ec106e
Packit ec106e
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit ec106e
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit ec106e
.NOEXPORT: