Blame man/Makefile.in

Packit 56e0ee
# Makefile.in generated by automake 1.15 from Makefile.am.
Packit 56e0ee
# @configure_input@
Packit 56e0ee
Packit 56e0ee
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
Packit 56e0ee
Packit 56e0ee
# This Makefile.in is free software; the Free Software Foundation
Packit 56e0ee
# gives unlimited permission to copy and/or distribute it,
Packit 56e0ee
# with or without modifications, as long as this notice is preserved.
Packit 56e0ee
Packit 56e0ee
# This program is distributed in the hope that it will be useful,
Packit 56e0ee
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit 56e0ee
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit 56e0ee
# PARTICULAR PURPOSE.
Packit 56e0ee
Packit 56e0ee
@SET_MAKE@
Packit 56e0ee
Packit 56e0ee
#
Packit 56e0ee
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
Packit 56e0ee
#
Packit 56e0ee
# Permission is hereby granted, free of charge, to any person obtaining a
Packit 56e0ee
# copy of this software and associated documentation files (the "Software"),
Packit 56e0ee
# to deal in the Software without restriction, including without limitation
Packit 56e0ee
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
Packit 56e0ee
# and/or sell copies of the Software, and to permit persons to whom the
Packit 56e0ee
# Software is furnished to do so, subject to the following conditions:
Packit 56e0ee
#
Packit 56e0ee
# The above copyright notice and this permission notice (including the next
Packit 56e0ee
# paragraph) shall be included in all copies or substantial portions of the
Packit 56e0ee
# Software.
Packit 56e0ee
#
Packit 56e0ee
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 56e0ee
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 56e0ee
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
Packit 56e0ee
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Packit 56e0ee
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
Packit 56e0ee
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
Packit 56e0ee
# DEALINGS IN THE SOFTWARE.
Packit 56e0ee
#
Packit 56e0ee
Packit 56e0ee
VPATH = @srcdir@
Packit 56e0ee
am__is_gnu_make = { \
Packit 56e0ee
  if test -z '$(MAKELEVEL)'; then \
Packit 56e0ee
    false; \
Packit 56e0ee
  elif test -n '$(MAKE_HOST)'; then \
Packit 56e0ee
    true; \
Packit 56e0ee
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit 56e0ee
    true; \
Packit 56e0ee
  else \
Packit 56e0ee
    false; \
Packit 56e0ee
  fi; \
Packit 56e0ee
}
Packit 56e0ee
am__make_running_with_option = \
Packit 56e0ee
  case $${target_option-} in \
Packit 56e0ee
      ?) ;; \
Packit 56e0ee
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit 56e0ee
              "target option '$${target_option-}' specified" >&2; \
Packit 56e0ee
         exit 1;; \
Packit 56e0ee
  esac; \
Packit 56e0ee
  has_opt=no; \
Packit 56e0ee
  sane_makeflags=$$MAKEFLAGS; \
Packit 56e0ee
  if $(am__is_gnu_make); then \
Packit 56e0ee
    sane_makeflags=$$MFLAGS; \
Packit 56e0ee
  else \
Packit 56e0ee
    case $$MAKEFLAGS in \
Packit 56e0ee
      *\\[\ \	]*) \
Packit 56e0ee
        bs=\\; \
Packit 56e0ee
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit 56e0ee
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit 56e0ee
    esac; \
Packit 56e0ee
  fi; \
Packit 56e0ee
  skip_next=no; \
Packit 56e0ee
  strip_trailopt () \
Packit 56e0ee
  { \
Packit 56e0ee
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit 56e0ee
  }; \
Packit 56e0ee
  for flg in $$sane_makeflags; do \
Packit 56e0ee
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit 56e0ee
    case $$flg in \
Packit 56e0ee
      *=*|--*) continue;; \
Packit 56e0ee
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit 56e0ee
      -*I?*) strip_trailopt 'I';; \
Packit 56e0ee
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit 56e0ee
      -*O?*) strip_trailopt 'O';; \
Packit 56e0ee
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit 56e0ee
      -*l?*) strip_trailopt 'l';; \
Packit 56e0ee
      -[dEDm]) skip_next=yes;; \
Packit 56e0ee
      -[JT]) skip_next=yes;; \
Packit 56e0ee
    esac; \
Packit 56e0ee
    case $$flg in \
Packit 56e0ee
      *$$target_option*) has_opt=yes; break;; \
Packit 56e0ee
    esac; \
Packit 56e0ee
  done; \
Packit 56e0ee
  test $$has_opt = yes
Packit 56e0ee
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit 56e0ee
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit 56e0ee
pkgdatadir = $(datadir)/@PACKAGE@
Packit 56e0ee
pkgincludedir = $(includedir)/@PACKAGE@
Packit 56e0ee
pkglibdir = $(libdir)/@PACKAGE@
Packit 56e0ee
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit 56e0ee
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit 56e0ee
install_sh_DATA = $(install_sh) -c -m 644
Packit 56e0ee
install_sh_PROGRAM = $(install_sh) -c
Packit 56e0ee
install_sh_SCRIPT = $(install_sh) -c
Packit 56e0ee
INSTALL_HEADER = $(INSTALL_DATA)
Packit 56e0ee
transform = $(program_transform_name)
Packit 56e0ee
NORMAL_INSTALL = :
Packit 56e0ee
PRE_INSTALL = :
Packit 56e0ee
POST_INSTALL = :
Packit 56e0ee
NORMAL_UNINSTALL = :
Packit 56e0ee
PRE_UNINSTALL = :
Packit 56e0ee
POST_UNINSTALL = :
Packit 56e0ee
build_triplet = @build@
Packit 56e0ee
host_triplet = @host@
Packit 56e0ee
subdir = man
Packit 56e0ee
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit 56e0ee
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
Packit 56e0ee
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit 56e0ee
	$(ACLOCAL_M4)
Packit 56e0ee
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
Packit 56e0ee
mkinstalldirs = $(install_sh) -d
Packit 56e0ee
CONFIG_HEADER = $(top_builddir)/config.h
Packit 56e0ee
CONFIG_CLEAN_FILES =
Packit 56e0ee
CONFIG_CLEAN_VPATH_FILES =
Packit 56e0ee
AM_V_P = $(am__v_P_@AM_V@)
Packit 56e0ee
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_P_0 = false
Packit 56e0ee
am__v_P_1 = :
Packit 56e0ee
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit 56e0ee
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_GEN_0 = @echo "  GEN     " $@;
Packit 56e0ee
am__v_GEN_1 = 
Packit 56e0ee
AM_V_at = $(am__v_at_@AM_V@)
Packit 56e0ee
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_at_0 = @
Packit 56e0ee
am__v_at_1 = 
Packit 56e0ee
SOURCES =
Packit 56e0ee
DIST_SOURCES =
Packit 56e0ee
am__can_run_installinfo = \
Packit 56e0ee
  case $$AM_UPDATE_INFO_DIR in \
Packit 56e0ee
    n|no|NO) false;; \
Packit 56e0ee
    *) (install-info --version) >/dev/null 2>&1;; \
Packit 56e0ee
  esac
Packit 56e0ee
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit 56e0ee
am__vpath_adj = case $$p in \
Packit 56e0ee
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit 56e0ee
    *) f=$$p;; \
Packit 56e0ee
  esac;
Packit 56e0ee
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
Packit 56e0ee
am__install_max = 40
Packit 56e0ee
am__nobase_strip_setup = \
Packit 56e0ee
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
Packit 56e0ee
am__nobase_strip = \
Packit 56e0ee
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
Packit 56e0ee
am__nobase_list = $(am__nobase_strip_setup); \
Packit 56e0ee
  for p in $$list; do echo "$$p $$p"; done | \
Packit 56e0ee
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
Packit 56e0ee
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
Packit 56e0ee
    if (++n[$$2] == $(am__install_max)) \
Packit 56e0ee
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
Packit 56e0ee
    END { for (dir in files) print dir, files[dir] }'
Packit 56e0ee
am__base_list = \
Packit 56e0ee
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
Packit 56e0ee
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Packit 56e0ee
am__uninstall_files_from_dir = { \
Packit 56e0ee
  test -z "$$files" \
Packit 56e0ee
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
Packit 56e0ee
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
Packit 56e0ee
         $(am__cd) "$$dir" && rm -f $$files; }; \
Packit 56e0ee
  }
Packit 56e0ee
am__installdirs = "$(DESTDIR)$(libmandir)"
Packit 56e0ee
DATA = $(libman_DATA)
Packit 56e0ee
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit 56e0ee
am__DIST_COMMON = $(srcdir)/Makefile.in
Packit 56e0ee
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 56e0ee
ACLOCAL = @ACLOCAL@
Packit 56e0ee
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
Packit 56e0ee
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
Packit 56e0ee
AMTAR = @AMTAR@
Packit 56e0ee
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit 56e0ee
APP_MAN_DIR = @APP_MAN_DIR@
Packit 56e0ee
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
Packit 56e0ee
AR = @AR@
Packit 56e0ee
AS = @AS@
Packit 56e0ee
AUTOCONF = @AUTOCONF@
Packit 56e0ee
AUTOHEADER = @AUTOHEADER@
Packit 56e0ee
AUTOMAKE = @AUTOMAKE@
Packit 56e0ee
AWK = @AWK@
Packit 56e0ee
BASE_CFLAGS = @BASE_CFLAGS@
Packit 56e0ee
CC = @CC@
Packit 56e0ee
CCDEPMODE = @CCDEPMODE@
Packit 56e0ee
CFLAGS = @CFLAGS@
Packit 56e0ee
CHANGELOG_CMD = @CHANGELOG_CMD@
Packit 56e0ee
CPP = @CPP@
Packit 56e0ee
CPPFLAGS = @CPPFLAGS@
Packit 56e0ee
CWARNFLAGS = @CWARNFLAGS@
Packit 56e0ee
CYGPATH_W = @CYGPATH_W@
Packit 56e0ee
DEFS = @DEFS@
Packit 56e0ee
DEPDIR = @DEPDIR@
Packit 56e0ee
DLLTOOL = @DLLTOOL@
Packit 56e0ee
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
Packit 56e0ee
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
Packit 56e0ee
DSYMUTIL = @DSYMUTIL@
Packit 56e0ee
DUMPBIN = @DUMPBIN@
Packit 56e0ee
ECHO_C = @ECHO_C@
Packit 56e0ee
ECHO_N = @ECHO_N@
Packit 56e0ee
ECHO_T = @ECHO_T@
Packit 56e0ee
EGREP = @EGREP@
Packit 56e0ee
EXEEXT = @EXEEXT@
Packit 56e0ee
FGREP = @FGREP@
Packit 56e0ee
FILE_MAN_DIR = @FILE_MAN_DIR@
Packit 56e0ee
FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
Packit 56e0ee
GREP = @GREP@
Packit 56e0ee
INSTALL = @INSTALL@
Packit 56e0ee
INSTALL_CMD = @INSTALL_CMD@
Packit 56e0ee
INSTALL_DATA = @INSTALL_DATA@
Packit 56e0ee
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit 56e0ee
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit 56e0ee
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit 56e0ee
LD = @LD@
Packit 56e0ee
LDFLAGS = @LDFLAGS@
Packit 56e0ee
LIBOBJS = @LIBOBJS@
Packit 56e0ee
LIBS = @LIBS@
Packit 56e0ee
LIBTOOL = @LIBTOOL@
Packit 56e0ee
LIB_MAN_DIR = @LIB_MAN_DIR@
Packit 56e0ee
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
Packit 56e0ee
LINT = @LINT@
Packit 56e0ee
LINTLIB = @LINTLIB@
Packit 56e0ee
LINT_FLAGS = @LINT_FLAGS@
Packit 56e0ee
LIPO = @LIPO@
Packit 56e0ee
LN_S = @LN_S@
Packit 56e0ee
LTLIBOBJS = @LTLIBOBJS@
Packit 56e0ee
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit 56e0ee
MAKEINFO = @MAKEINFO@
Packit 56e0ee
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit 56e0ee
MAN_SUBSTS = @MAN_SUBSTS@
Packit 56e0ee
MISC_MAN_DIR = @MISC_MAN_DIR@
Packit 56e0ee
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
Packit 56e0ee
MKDIR_P = @MKDIR_P@
Packit 56e0ee
NM = @NM@
Packit 56e0ee
NMEDIT = @NMEDIT@
Packit 56e0ee
OBJDUMP = @OBJDUMP@
Packit 56e0ee
OBJEXT = @OBJEXT@
Packit 56e0ee
OTOOL = @OTOOL@
Packit 56e0ee
OTOOL64 = @OTOOL64@
Packit 56e0ee
PACKAGE = @PACKAGE@
Packit 56e0ee
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit 56e0ee
PACKAGE_NAME = @PACKAGE_NAME@
Packit 56e0ee
PACKAGE_STRING = @PACKAGE_STRING@
Packit 56e0ee
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit 56e0ee
PACKAGE_URL = @PACKAGE_URL@
Packit 56e0ee
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit 56e0ee
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit 56e0ee
PKG_CONFIG = @PKG_CONFIG@
Packit 56e0ee
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit 56e0ee
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit 56e0ee
RANLIB = @RANLIB@
Packit 56e0ee
SED = @SED@
Packit 56e0ee
SET_MAKE = @SET_MAKE@
Packit 56e0ee
SHELL = @SHELL@
Packit 56e0ee
STRICT_CFLAGS = @STRICT_CFLAGS@
Packit 56e0ee
STRIP = @STRIP@
Packit 56e0ee
VERSION = @VERSION@
Packit 56e0ee
XAU_CFLAGS = @XAU_CFLAGS@
Packit 56e0ee
XAU_LIBS = @XAU_LIBS@
Packit 56e0ee
XORG_MAN_PAGE = @XORG_MAN_PAGE@
Packit 56e0ee
abs_builddir = @abs_builddir@
Packit 56e0ee
abs_srcdir = @abs_srcdir@
Packit 56e0ee
abs_top_builddir = @abs_top_builddir@
Packit 56e0ee
abs_top_srcdir = @abs_top_srcdir@
Packit 56e0ee
ac_ct_AR = @ac_ct_AR@
Packit 56e0ee
ac_ct_CC = @ac_ct_CC@
Packit 56e0ee
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit 56e0ee
am__include = @am__include@
Packit 56e0ee
am__leading_dot = @am__leading_dot@
Packit 56e0ee
am__quote = @am__quote@
Packit 56e0ee
am__tar = @am__tar@
Packit 56e0ee
am__untar = @am__untar@
Packit 56e0ee
bindir = @bindir@
Packit 56e0ee
build = @build@
Packit 56e0ee
build_alias = @build_alias@
Packit 56e0ee
build_cpu = @build_cpu@
Packit 56e0ee
build_os = @build_os@
Packit 56e0ee
build_vendor = @build_vendor@
Packit 56e0ee
builddir = @builddir@
Packit 56e0ee
datadir = @datadir@
Packit 56e0ee
datarootdir = @datarootdir@
Packit 56e0ee
docdir = @docdir@
Packit 56e0ee
dvidir = @dvidir@
Packit 56e0ee
exec_prefix = @exec_prefix@
Packit 56e0ee
host = @host@
Packit 56e0ee
host_alias = @host_alias@
Packit 56e0ee
host_cpu = @host_cpu@
Packit 56e0ee
host_os = @host_os@
Packit 56e0ee
host_vendor = @host_vendor@
Packit 56e0ee
htmldir = @htmldir@
Packit 56e0ee
includedir = @includedir@
Packit 56e0ee
infodir = @infodir@
Packit 56e0ee
install_sh = @install_sh@
Packit 56e0ee
libdir = @libdir@
Packit 56e0ee
libexecdir = @libexecdir@
Packit 56e0ee
localedir = @localedir@
Packit 56e0ee
localstatedir = @localstatedir@
Packit 56e0ee
mandir = @mandir@
Packit 56e0ee
mkdir_p = @mkdir_p@
Packit 56e0ee
oldincludedir = @oldincludedir@
Packit 56e0ee
pdfdir = @pdfdir@
Packit 56e0ee
prefix = @prefix@
Packit 56e0ee
program_transform_name = @program_transform_name@
Packit 56e0ee
psdir = @psdir@
Packit 56e0ee
sbindir = @sbindir@
Packit 56e0ee
sharedstatedir = @sharedstatedir@
Packit 56e0ee
srcdir = @srcdir@
Packit 56e0ee
sysconfdir = @sysconfdir@
Packit 56e0ee
target_alias = @target_alias@
Packit 56e0ee
top_build_prefix = @top_build_prefix@
Packit 56e0ee
top_builddir = @top_builddir@
Packit 56e0ee
top_srcdir = @top_srcdir@
Packit 56e0ee
libmandir = $(LIB_MAN_DIR)
Packit 56e0ee
libman_PRE = \
Packit 56e0ee
	Xau.man				\
Packit 56e0ee
	XauDisposeAuth.man		\
Packit 56e0ee
	XauFileName.man			\
Packit 56e0ee
	XauGetAuthByAddr.man		\
Packit 56e0ee
	XauGetBestAuthByAddr.man	\
Packit 56e0ee
	XauLockAuth.man			\
Packit 56e0ee
	XauReadAuth.man			\
Packit 56e0ee
	XauUnlockAuth.man		\
Packit 56e0ee
	XauWriteAuth.man
Packit 56e0ee
Packit 56e0ee
libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX))
Packit 56e0ee
EXTRA_DIST = $(libman_PRE)
Packit 56e0ee
CLEANFILES = $(libman_DATA)
Packit 56e0ee
Packit 56e0ee
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
Packit 56e0ee
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
Packit 56e0ee
all: all-am
Packit 56e0ee
Packit 56e0ee
.SUFFIXES:
Packit 56e0ee
.SUFFIXES: .$(LIB_MAN_SUFFIX) .man
Packit 56e0ee
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
Packit 56e0ee
	@for dep in $?; do \
Packit 56e0ee
	  case '$(am__configure_deps)' in \
Packit 56e0ee
	    *$$dep*) \
Packit 56e0ee
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
Packit 56e0ee
	        && { if test -f $@; then exit 0; else break; fi; }; \
Packit 56e0ee
	      exit 1;; \
Packit 56e0ee
	  esac; \
Packit 56e0ee
	done; \
Packit 56e0ee
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
Packit 56e0ee
	$(am__cd) $(top_srcdir) && \
Packit 56e0ee
	  $(AUTOMAKE) --foreign man/Makefile
Packit 56e0ee
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 56e0ee
	@case '$?' in \
Packit 56e0ee
	  *config.status*) \
Packit 56e0ee
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit 56e0ee
	  *) \
Packit 56e0ee
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit 56e0ee
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit 56e0ee
	esac;
Packit 56e0ee
Packit 56e0ee
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 56e0ee
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 56e0ee
Packit 56e0ee
$(top_srcdir)/configure:  $(am__configure_deps)
Packit 56e0ee
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 56e0ee
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit 56e0ee
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit 56e0ee
$(am__aclocal_m4_deps):
Packit 56e0ee
Packit 56e0ee
mostlyclean-libtool:
Packit 56e0ee
	-rm -f *.lo
Packit 56e0ee
Packit 56e0ee
clean-libtool:
Packit 56e0ee
	-rm -rf .libs _libs
Packit 56e0ee
install-libmanDATA: $(libman_DATA)
Packit 56e0ee
	@$(NORMAL_INSTALL)
Packit 56e0ee
	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
Packit 56e0ee
	if test -n "$$list"; then \
Packit 56e0ee
	  echo " $(MKDIR_P) '$(DESTDIR)$(libmandir)'"; \
Packit 56e0ee
	  $(MKDIR_P) "$(DESTDIR)$(libmandir)" || exit 1; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	for p in $$list; do \
Packit 56e0ee
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
Packit 56e0ee
	  echo "$$d$$p"; \
Packit 56e0ee
	done | $(am__base_list) | \
Packit 56e0ee
	while read files; do \
Packit 56e0ee
	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(libmandir)'"; \
Packit 56e0ee
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(libmandir)" || exit $$?; \
Packit 56e0ee
	done
Packit 56e0ee
Packit 56e0ee
uninstall-libmanDATA:
Packit 56e0ee
	@$(NORMAL_UNINSTALL)
Packit 56e0ee
	@list='$(libman_DATA)'; test -n "$(libmandir)" || list=; \
Packit 56e0ee
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 56e0ee
	dir='$(DESTDIR)$(libmandir)'; $(am__uninstall_files_from_dir)
Packit 56e0ee
tags TAGS:
Packit 56e0ee
Packit 56e0ee
ctags CTAGS:
Packit 56e0ee
Packit 56e0ee
cscope cscopelist:
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
distdir: $(DISTFILES)
Packit 56e0ee
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 56e0ee
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit 56e0ee
	list='$(DISTFILES)'; \
Packit 56e0ee
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit 56e0ee
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit 56e0ee
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit 56e0ee
	case $$dist_files in \
Packit 56e0ee
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit 56e0ee
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit 56e0ee
			   sort -u` ;; \
Packit 56e0ee
	esac; \
Packit 56e0ee
	for file in $$dist_files; do \
Packit 56e0ee
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit 56e0ee
	  if test -d $$d/$$file; then \
Packit 56e0ee
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit 56e0ee
	    if test -d "$(distdir)/$$file"; then \
Packit 56e0ee
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 56e0ee
	    fi; \
Packit 56e0ee
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit 56e0ee
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit 56e0ee
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit 56e0ee
	    fi; \
Packit 56e0ee
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit 56e0ee
	  else \
Packit 56e0ee
	    test -f "$(distdir)/$$file" \
Packit 56e0ee
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit 56e0ee
	    || exit 1; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	done
Packit 56e0ee
check-am: all-am
Packit 56e0ee
check: check-am
Packit 56e0ee
all-am: Makefile $(DATA)
Packit 56e0ee
installdirs:
Packit 56e0ee
	for dir in "$(DESTDIR)$(libmandir)"; do \
Packit 56e0ee
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 56e0ee
	done
Packit 56e0ee
install: install-am
Packit 56e0ee
install-exec: install-exec-am
Packit 56e0ee
install-data: install-data-am
Packit 56e0ee
uninstall: uninstall-am
Packit 56e0ee
Packit 56e0ee
install-am: all-am
Packit 56e0ee
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit 56e0ee
Packit 56e0ee
installcheck: installcheck-am
Packit 56e0ee
install-strip:
Packit 56e0ee
	if test -z '$(STRIP)'; then \
Packit 56e0ee
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 56e0ee
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 56e0ee
	      install; \
Packit 56e0ee
	else \
Packit 56e0ee
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit 56e0ee
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit 56e0ee
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit 56e0ee
	fi
Packit 56e0ee
mostlyclean-generic:
Packit 56e0ee
Packit 56e0ee
clean-generic:
Packit 56e0ee
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
Packit 56e0ee
Packit 56e0ee
distclean-generic:
Packit 56e0ee
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit 56e0ee
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit 56e0ee
Packit 56e0ee
maintainer-clean-generic:
Packit 56e0ee
	@echo "This command is intended for maintainers to use"
Packit 56e0ee
	@echo "it deletes files that may require special tools to rebuild."
Packit 56e0ee
clean: clean-am
Packit 56e0ee
Packit 56e0ee
clean-am: clean-generic clean-libtool mostlyclean-am
Packit 56e0ee
Packit 56e0ee
distclean: distclean-am
Packit 56e0ee
	-rm -f Makefile
Packit 56e0ee
distclean-am: clean-am distclean-generic
Packit 56e0ee
Packit 56e0ee
dvi: dvi-am
Packit 56e0ee
Packit 56e0ee
dvi-am:
Packit 56e0ee
Packit 56e0ee
html: html-am
Packit 56e0ee
Packit 56e0ee
html-am:
Packit 56e0ee
Packit 56e0ee
info: info-am
Packit 56e0ee
Packit 56e0ee
info-am:
Packit 56e0ee
Packit 56e0ee
install-data-am: install-libmanDATA
Packit 56e0ee
Packit 56e0ee
install-dvi: install-dvi-am
Packit 56e0ee
Packit 56e0ee
install-dvi-am:
Packit 56e0ee
Packit 56e0ee
install-exec-am:
Packit 56e0ee
Packit 56e0ee
install-html: install-html-am
Packit 56e0ee
Packit 56e0ee
install-html-am:
Packit 56e0ee
Packit 56e0ee
install-info: install-info-am
Packit 56e0ee
Packit 56e0ee
install-info-am:
Packit 56e0ee
Packit 56e0ee
install-man:
Packit 56e0ee
Packit 56e0ee
install-pdf: install-pdf-am
Packit 56e0ee
Packit 56e0ee
install-pdf-am:
Packit 56e0ee
Packit 56e0ee
install-ps: install-ps-am
Packit 56e0ee
Packit 56e0ee
install-ps-am:
Packit 56e0ee
Packit 56e0ee
installcheck-am:
Packit 56e0ee
Packit 56e0ee
maintainer-clean: maintainer-clean-am
Packit 56e0ee
	-rm -f Makefile
Packit 56e0ee
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 56e0ee
Packit 56e0ee
mostlyclean: mostlyclean-am
Packit 56e0ee
Packit 56e0ee
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit 56e0ee
Packit 56e0ee
pdf: pdf-am
Packit 56e0ee
Packit 56e0ee
pdf-am:
Packit 56e0ee
Packit 56e0ee
ps: ps-am
Packit 56e0ee
Packit 56e0ee
ps-am:
Packit 56e0ee
Packit 56e0ee
uninstall-am: uninstall-libmanDATA
Packit 56e0ee
Packit 56e0ee
.MAKE: install-am install-strip
Packit 56e0ee
Packit 56e0ee
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
Packit 56e0ee
	cscopelist-am ctags-am distclean distclean-generic \
Packit 56e0ee
	distclean-libtool distdir dvi dvi-am html html-am info info-am \
Packit 56e0ee
	install install-am install-data install-data-am install-dvi \
Packit 56e0ee
	install-dvi-am install-exec install-exec-am install-html \
Packit 56e0ee
	install-html-am install-info install-info-am \
Packit 56e0ee
	install-libmanDATA install-man install-pdf install-pdf-am \
Packit 56e0ee
	install-ps install-ps-am install-strip installcheck \
Packit 56e0ee
	installcheck-am installdirs maintainer-clean \
Packit 56e0ee
	maintainer-clean-generic mostlyclean mostlyclean-generic \
Packit 56e0ee
	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
Packit 56e0ee
	uninstall-am uninstall-libmanDATA
Packit 56e0ee
Packit 56e0ee
.PRECIOUS: Makefile
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
.man.$(LIB_MAN_SUFFIX):
Packit 56e0ee
	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
Packit 56e0ee
Packit 56e0ee
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit 56e0ee
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit 56e0ee
.NOEXPORT: