Blame Makefile.in

Packit ec106e
# Makefile.in generated by automake 1.11.6 from Makefile.am.
Packit ec106e
# @configure_input@
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
@SET_MAKE@
Packit ec106e
VPATH = @srcdir@
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)/@PACKAGE@
Packit ec106e
pkgincludedir = $(includedir)/@PACKAGE@
Packit ec106e
pkglibdir = $(libdir)/@PACKAGE@
Packit ec106e
pkglibexecdir = $(libexecdir)/@PACKAGE@
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 = @build@
Packit ec106e
host_triplet = @host@
Packit ec106e
@BUILD_TESTS_TRUE@am__append_1 = tests
Packit ec106e
subdir = .
Packit ec106e
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
Packit ec106e
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit ec106e
	$(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
Packit ec106e
	INSTALL NEWS config/ar-lib config/compile config/config.guess \
Packit ec106e
	config/config.rpath config/config.sub config/depcomp \
Packit ec106e
	config/install-sh config/ltmain.sh config/missing \
Packit ec106e
	config/mkinstalldirs config/ylwrap
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
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit ec106e
 configure.lineno config.status.lineno
Packit ec106e
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
Packit ec106e
CONFIG_HEADER = config.h
Packit ec106e
CONFIG_CLEAN_FILES =
Packit ec106e
CONFIG_CLEAN_VPATH_FILES =
Packit ec106e
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit ec106e
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit ec106e
am__v_GEN_0 = @echo "  GEN   " $@;
Packit ec106e
AM_V_at = $(am__v_at_@AM_V@)
Packit ec106e
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit ec106e
am__v_at_0 = @
Packit ec106e
SOURCES =
Packit ec106e
DIST_SOURCES =
Packit ec106e
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Packit ec106e
	html-recursive info-recursive install-data-recursive \
Packit ec106e
	install-dvi-recursive install-exec-recursive \
Packit ec106e
	install-html-recursive install-info-recursive \
Packit ec106e
	install-pdf-recursive install-ps-recursive install-recursive \
Packit ec106e
	installcheck-recursive installdirs-recursive pdf-recursive \
Packit ec106e
	ps-recursive uninstall-recursive
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
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit ec106e
  distclean-recursive maintainer-clean-recursive
Packit ec106e
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
Packit ec106e
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
Packit ec106e
	distdir dist dist-all distcheck
Packit ec106e
ETAGS = etags
Packit ec106e
CTAGS = ctags
Packit ec106e
DIST_SUBDIRS = src data po docs tests
Packit ec106e
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit ec106e
distdir = $(PACKAGE)-$(VERSION)
Packit ec106e
top_distdir = $(distdir)
Packit ec106e
am__remove_distdir = \
Packit ec106e
  if test -d "$(distdir)"; then \
Packit ec106e
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit ec106e
      && rm -rf "$(distdir)" \
Packit ec106e
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit ec106e
  else :; fi
Packit ec106e
am__relativize = \
Packit ec106e
  dir0=`pwd`; \
Packit ec106e
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit ec106e
  sed_rest='s,^[^/]*/*,,'; \
Packit ec106e
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit ec106e
  sed_butlast='s,/*[^/]*$$,,'; \
Packit ec106e
  while test -n "$$dir1"; do \
Packit ec106e
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit ec106e
    if test "$$first" != "."; then \
Packit ec106e
      if test "$$first" = ".."; then \
Packit ec106e
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit ec106e
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit ec106e
      else \
Packit ec106e
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit ec106e
        if test "$$first2" = "$$first"; then \
Packit ec106e
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit ec106e
        else \
Packit ec106e
          dir2="../$$dir2"; \
Packit ec106e
        fi; \
Packit ec106e
        dir0="$$dir0"/"$$first"; \
Packit ec106e
      fi; \
Packit ec106e
    fi; \
Packit ec106e
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit ec106e
  done; \
Packit ec106e
  reldir="$$dir2"
Packit ec106e
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
Packit ec106e
GZIP_ENV = --best
Packit ec106e
distuninstallcheck_listfiles = find . -type f -print
Packit ec106e
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit ec106e
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit ec106e
distcleancheck_listfiles = find . -type f -print
Packit ec106e
ACLOCAL = @ACLOCAL@
Packit ec106e
AMTAR = @AMTAR@
Packit ec106e
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit ec106e
AR = @AR@
Packit ec106e
AUTOCONF = @AUTOCONF@
Packit ec106e
AUTOHEADER = @AUTOHEADER@
Packit ec106e
AUTOMAKE = @AUTOMAKE@
Packit ec106e
AWK = @AWK@
Packit ec106e
CC = @CC@
Packit ec106e
CCDEPMODE = @CCDEPMODE@
Packit ec106e
CFLAGS = @CFLAGS@
Packit ec106e
CHECK_CFLAGS = @CHECK_CFLAGS@
Packit ec106e
CHECK_LIBS = @CHECK_LIBS@
Packit ec106e
CPP = @CPP@
Packit ec106e
CPPFLAGS = @CPPFLAGS@
Packit ec106e
CYGPATH_W = @CYGPATH_W@
Packit ec106e
DEFS = @DEFS@
Packit ec106e
DEPDIR = @DEPDIR@
Packit ec106e
DLLTOOL = @DLLTOOL@
Packit ec106e
DSYMUTIL = @DSYMUTIL@
Packit ec106e
DUMPBIN = @DUMPBIN@
Packit ec106e
ECHO_C = @ECHO_C@
Packit ec106e
ECHO_N = @ECHO_N@
Packit ec106e
ECHO_T = @ECHO_T@
Packit ec106e
EGREP = @EGREP@
Packit ec106e
EXEEXT = @EXEEXT@
Packit ec106e
FGREP = @FGREP@
Packit ec106e
GMSGFMT = @GMSGFMT@
Packit ec106e
GREP = @GREP@
Packit ec106e
HAVE_DOXYGEN = @HAVE_DOXYGEN@
Packit ec106e
INSTALL = @INSTALL@
Packit ec106e
INSTALL_DATA = @INSTALL_DATA@
Packit ec106e
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit ec106e
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit ec106e
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit ec106e
INTLLIBS = @INTLLIBS@
Packit ec106e
LD = @LD@
Packit ec106e
LDFLAGS = @LDFLAGS@
Packit ec106e
LEX = @LEX@
Packit ec106e
LEXLIB = @LEXLIB@
Packit ec106e
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
Packit ec106e
LIBICONV = @LIBICONV@
Packit ec106e
LIBINTL = @LIBINTL@
Packit ec106e
LIBOBJS = @LIBOBJS@
Packit ec106e
LIBS = @LIBS@
Packit ec106e
LIBTOOL = @LIBTOOL@
Packit ec106e
LIPO = @LIPO@
Packit ec106e
LN_S = @LN_S@
Packit ec106e
LTLIBICONV = @LTLIBICONV@
Packit ec106e
LTLIBINTL = @LTLIBINTL@
Packit ec106e
LTLIBOBJS = @LTLIBOBJS@
Packit ec106e
MAKEINFO = @MAKEINFO@
Packit ec106e
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit ec106e
MKDIR_P = @MKDIR_P@
Packit ec106e
MKINSTALLDIRS = @MKINSTALLDIRS@
Packit ec106e
MSGFMT = @MSGFMT@
Packit ec106e
MSGMERGE = @MSGMERGE@
Packit ec106e
NM = @NM@
Packit ec106e
NMEDIT = @NMEDIT@
Packit ec106e
OBJDUMP = @OBJDUMP@
Packit ec106e
OBJEXT = @OBJEXT@
Packit ec106e
OTOOL = @OTOOL@
Packit ec106e
OTOOL64 = @OTOOL64@
Packit ec106e
PACKAGE = @PACKAGE@
Packit ec106e
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit ec106e
PACKAGE_NAME = @PACKAGE_NAME@
Packit ec106e
PACKAGE_STRING = @PACKAGE_STRING@
Packit ec106e
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit ec106e
PACKAGE_URL = @PACKAGE_URL@
Packit ec106e
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit ec106e
PAM_LIBS = @PAM_LIBS@
Packit ec106e
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit ec106e
PKG_CONFIG = @PKG_CONFIG@
Packit ec106e
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
Packit ec106e
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
Packit ec106e
POSUB = @POSUB@
Packit ec106e
RANLIB = @RANLIB@
Packit ec106e
SED = @SED@
Packit ec106e
SET_MAKE = @SET_MAKE@
Packit ec106e
SHELL = @SHELL@
Packit ec106e
STRIP = @STRIP@
Packit ec106e
USE_NLS = @USE_NLS@
Packit ec106e
VERSION = @VERSION@
Packit ec106e
XGETTEXT = @XGETTEXT@
Packit ec106e
YACC = @YACC@
Packit ec106e
YFLAGS = @YFLAGS@
Packit ec106e
abs_builddir = @abs_builddir@
Packit ec106e
abs_srcdir = @abs_srcdir@
Packit ec106e
abs_top_builddir = @abs_top_builddir@
Packit ec106e
abs_top_srcdir = @abs_top_srcdir@
Packit ec106e
ac_ct_AR = @ac_ct_AR@
Packit ec106e
ac_ct_CC = @ac_ct_CC@
Packit ec106e
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit ec106e
am__include = @am__include@
Packit ec106e
am__leading_dot = @am__leading_dot@
Packit ec106e
am__quote = @am__quote@
Packit ec106e
am__tar = @am__tar@
Packit ec106e
am__untar = @am__untar@
Packit ec106e
bindir = @bindir@
Packit ec106e
build = @build@
Packit ec106e
build_alias = @build_alias@
Packit ec106e
build_cpu = @build_cpu@
Packit ec106e
build_os = @build_os@
Packit ec106e
build_vendor = @build_vendor@
Packit ec106e
builddir = @builddir@
Packit ec106e
datadir = @datadir@
Packit ec106e
datarootdir = @datarootdir@
Packit ec106e
docdir = @docdir@
Packit ec106e
dvidir = @dvidir@
Packit ec106e
exec_prefix = @exec_prefix@
Packit ec106e
host = @host@
Packit ec106e
host_alias = @host_alias@
Packit ec106e
host_cpu = @host_cpu@
Packit ec106e
host_os = @host_os@
Packit ec106e
host_vendor = @host_vendor@
Packit ec106e
htmldir = @htmldir@
Packit ec106e
includedir = @includedir@
Packit ec106e
infodir = @infodir@
Packit ec106e
install_sh = @install_sh@
Packit ec106e
libdir = @libdir@
Packit ec106e
libexecdir = @libexecdir@
Packit ec106e
localedir = @localedir@
Packit ec106e
localstatedir = @localstatedir@
Packit ec106e
mandir = @mandir@
Packit ec106e
mkdir_p = @mkdir_p@
Packit ec106e
oldincludedir = @oldincludedir@
Packit ec106e
pdfdir = @pdfdir@
Packit ec106e
prefix = @prefix@
Packit ec106e
program_transform_name = @program_transform_name@
Packit ec106e
psdir = @psdir@
Packit ec106e
sbindir = @sbindir@
Packit ec106e
sharedstatedir = @sharedstatedir@
Packit ec106e
srcdir = @srcdir@
Packit ec106e
sysconfdir = @sysconfdir@
Packit ec106e
target_alias = @target_alias@
Packit ec106e
top_build_prefix = @top_build_prefix@
Packit ec106e
top_builddir = @top_builddir@
Packit ec106e
top_srcdir = @top_srcdir@
Packit ec106e
AM_DISTCHECK_CONFIGURE_FLAGS = \
Packit ec106e
	--enable-libkeymap \
Packit ec106e
	--enable-optional-progs
Packit ec106e
Packit ec106e
ACLOCAL_AMFLAGS = -I m4
Packit ec106e
EXTRA_DIST = \
Packit ec106e
	CREDITS \
Packit ec106e
	contrib docs rc
Packit ec106e
Packit ec106e
SUBDIRS = src data po docs $(am__append_1)
Packit ec106e
all: config.h
Packit ec106e
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit ec106e
Packit ec106e
.SUFFIXES:
Packit ec106e
am--refresh: Makefile
Packit ec106e
	@:
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
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
Packit ec106e
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
Packit ec106e
		&& exit 0; \
Packit ec106e
	      exit 1;; \
Packit ec106e
	  esac; \
Packit ec106e
	done; \
Packit ec106e
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
Packit ec106e
	$(am__cd) $(top_srcdir) && \
Packit ec106e
	  $(AUTOMAKE) --gnu 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
	    echo ' $(SHELL) ./config.status'; \
Packit ec106e
	    $(SHELL) ./config.status;; \
Packit ec106e
	  *) \
Packit ec106e
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit ec106e
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit ec106e
	esac;
Packit ec106e
Packit ec106e
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit ec106e
	$(SHELL) ./config.status --recheck
Packit ec106e
Packit ec106e
$(top_srcdir)/configure:  $(am__configure_deps)
Packit ec106e
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit ec106e
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit ec106e
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit ec106e
$(am__aclocal_m4_deps):
Packit ec106e
Packit ec106e
config.h: stamp-h1
Packit ec106e
	@if test ! -f $@; then rm -f stamp-h1; else :; fi
Packit ec106e
	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
Packit ec106e
Packit ec106e
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit ec106e
	@rm -f stamp-h1
Packit ec106e
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit ec106e
$(srcdir)/config.h.in:  $(am__configure_deps) 
Packit ec106e
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit ec106e
	rm -f stamp-h1
Packit ec106e
	touch $@
Packit ec106e
Packit ec106e
distclean-hdr:
Packit ec106e
	-rm -f config.h stamp-h1
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
Packit ec106e
distclean-libtool:
Packit ec106e
	-rm -f libtool config.lt
Packit ec106e
Packit ec106e
# This directory's subdirectories are mostly independent; you can cd
Packit ec106e
# into them and run `make' without going through this Makefile.
Packit ec106e
# To change the values of `make' variables: instead of editing Makefiles,
Packit ec106e
# (1) if the variable is set in `config.status', edit `config.status'
Packit ec106e
#     (which will cause the Makefiles to be regenerated when you run `make');
Packit ec106e
# (2) otherwise, pass the desired values on the `make' command line.
Packit ec106e
$(RECURSIVE_TARGETS):
Packit ec106e
	@fail= failcom='exit 1'; \
Packit ec106e
	for f in x $$MAKEFLAGS; do \
Packit ec106e
	  case $$f in \
Packit ec106e
	    *=* | --[!k]*);; \
Packit ec106e
	    *k*) failcom='fail=yes';; \
Packit ec106e
	  esac; \
Packit ec106e
	done; \
Packit ec106e
	dot_seen=no; \
Packit ec106e
	target=`echo $@ | sed s/-recursive//`; \
Packit ec106e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit ec106e
	  echo "Making $$target in $$subdir"; \
Packit ec106e
	  if test "$$subdir" = "."; then \
Packit ec106e
	    dot_seen=yes; \
Packit ec106e
	    local_target="$$target-am"; \
Packit ec106e
	  else \
Packit ec106e
	    local_target="$$target"; \
Packit ec106e
	  fi; \
Packit ec106e
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit ec106e
	  || eval $$failcom; \
Packit ec106e
	done; \
Packit ec106e
	if test "$$dot_seen" = "no"; then \
Packit ec106e
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit ec106e
	fi; test -z "$$fail"
Packit ec106e
Packit ec106e
$(RECURSIVE_CLEAN_TARGETS):
Packit ec106e
	@fail= failcom='exit 1'; \
Packit ec106e
	for f in x $$MAKEFLAGS; do \
Packit ec106e
	  case $$f in \
Packit ec106e
	    *=* | --[!k]*);; \
Packit ec106e
	    *k*) failcom='fail=yes';; \
Packit ec106e
	  esac; \
Packit ec106e
	done; \
Packit ec106e
	dot_seen=no; \
Packit ec106e
	case "$@" in \
Packit ec106e
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit ec106e
	  *) list='$(SUBDIRS)' ;; \
Packit ec106e
	esac; \
Packit ec106e
	rev=''; for subdir in $$list; do \
Packit ec106e
	  if test "$$subdir" = "."; then :; else \
Packit ec106e
	    rev="$$subdir $$rev"; \
Packit ec106e
	  fi; \
Packit ec106e
	done; \
Packit ec106e
	rev="$$rev ."; \
Packit ec106e
	target=`echo $@ | sed s/-recursive//`; \
Packit ec106e
	for subdir in $$rev; do \
Packit ec106e
	  echo "Making $$target in $$subdir"; \
Packit ec106e
	  if test "$$subdir" = "."; then \
Packit ec106e
	    local_target="$$target-am"; \
Packit ec106e
	  else \
Packit ec106e
	    local_target="$$target"; \
Packit ec106e
	  fi; \
Packit ec106e
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit ec106e
	  || eval $$failcom; \
Packit ec106e
	done && test -z "$$fail"
Packit ec106e
tags-recursive:
Packit ec106e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit ec106e
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Packit ec106e
	done
Packit ec106e
ctags-recursive:
Packit ec106e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit ec106e
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Packit ec106e
	done
Packit ec106e
Packit ec106e
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Packit ec106e
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Packit ec106e
	unique=`for i in $$list; do \
Packit ec106e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit ec106e
	  done | \
Packit ec106e
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Packit ec106e
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
Packit ec106e
	mkid -fID $$unique
Packit ec106e
tags: TAGS
Packit ec106e
Packit ec106e
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
Packit ec106e
		$(TAGS_FILES) $(LISP)
Packit ec106e
	set x; \
Packit ec106e
	here=`pwd`; \
Packit ec106e
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit ec106e
	  include_option=--etags-include; \
Packit ec106e
	  empty_fix=.; \
Packit ec106e
	else \
Packit ec106e
	  include_option=--include; \
Packit ec106e
	  empty_fix=; \
Packit ec106e
	fi; \
Packit ec106e
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit ec106e
	  if test "$$subdir" = .; then :; else \
Packit ec106e
	    test ! -f $$subdir/TAGS || \
Packit ec106e
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit ec106e
	  fi; \
Packit ec106e
	done; \
Packit ec106e
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Packit ec106e
	unique=`for i in $$list; do \
Packit ec106e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit ec106e
	  done | \
Packit ec106e
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Packit ec106e
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
Packit ec106e
	shift; \
Packit ec106e
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit ec106e
	  test -n "$$unique" || unique=$$empty_fix; \
Packit ec106e
	  if test $$# -gt 0; then \
Packit ec106e
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit ec106e
	      "$$@" $$unique; \
Packit ec106e
	  else \
Packit ec106e
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit ec106e
	      $$unique; \
Packit ec106e
	  fi; \
Packit ec106e
	fi
Packit ec106e
ctags: CTAGS
Packit ec106e
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
Packit ec106e
		$(TAGS_FILES) $(LISP)
Packit ec106e
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
Packit ec106e
	unique=`for i in $$list; do \
Packit ec106e
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit ec106e
	  done | \
Packit ec106e
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
Packit ec106e
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
Packit ec106e
	test -z "$(CTAGS_ARGS)$$unique" \
Packit ec106e
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit ec106e
	     $$unique
Packit ec106e
Packit ec106e
GTAGS:
Packit ec106e
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit ec106e
	  && $(am__cd) $(top_srcdir) \
Packit ec106e
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit ec106e
Packit ec106e
distclean-tags:
Packit ec106e
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit ec106e
Packit ec106e
distdir: $(DISTFILES)
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
	test -d "$(distdir)" || mkdir "$(distdir)"
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
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit ec106e
	  if test "$$subdir" = .; then :; else \
Packit ec106e
	    $(am__make_dryrun) \
Packit ec106e
	      || test -d "$(distdir)/$$subdir" \
Packit ec106e
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit ec106e
	      || exit 1; \
Packit ec106e
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit ec106e
	    $(am__relativize); \
Packit ec106e
	    new_distdir=$$reldir; \
Packit ec106e
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit ec106e
	    $(am__relativize); \
Packit ec106e
	    new_top_distdir=$$reldir; \
Packit ec106e
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit ec106e
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit ec106e
	    ($(am__cd) $$subdir && \
Packit ec106e
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit ec106e
	        top_distdir="$$new_top_distdir" \
Packit ec106e
	        distdir="$$new_distdir" \
Packit ec106e
		am__remove_distdir=: \
Packit ec106e
		am__skip_length_check=: \
Packit ec106e
		am__skip_mode_fix=: \
Packit ec106e
	        distdir) \
Packit ec106e
	      || exit 1; \
Packit ec106e
	  fi; \
Packit ec106e
	done
Packit ec106e
	-test -n "$(am__skip_mode_fix)" \
Packit ec106e
	|| find "$(distdir)" -type d ! -perm -755 \
Packit ec106e
		-exec chmod u+rwx,go+rx {} \; -o \
Packit ec106e
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit ec106e
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit ec106e
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit ec106e
	|| chmod -R a+r "$(distdir)"
Packit ec106e
dist-gzip: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-bzip2: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-lzip: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-lzma: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
dist-xz: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-tarZ: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-shar: distdir
Packit ec106e
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist-zip: distdir
Packit ec106e
	-rm -f $(distdir).zip
Packit ec106e
	zip -rq $(distdir).zip $(distdir)
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
dist dist-all: distdir
Packit ec106e
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit ec106e
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
Packit ec106e
# This target untars the dist file and tries a VPATH configuration.  Then
Packit ec106e
# it guarantees that the distribution is self-contained by making another
Packit ec106e
# tarfile.
Packit ec106e
distcheck: dist
Packit ec106e
	case '$(DIST_ARCHIVES)' in \
Packit ec106e
	*.tar.gz*) \
Packit ec106e
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit ec106e
	*.tar.bz2*) \
Packit ec106e
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit ec106e
	*.tar.lzma*) \
Packit ec106e
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
Packit ec106e
	*.tar.lz*) \
Packit ec106e
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit ec106e
	*.tar.xz*) \
Packit ec106e
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit ec106e
	*.tar.Z*) \
Packit ec106e
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit ec106e
	*.shar.gz*) \
Packit ec106e
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit ec106e
	*.zip*) \
Packit ec106e
	  unzip $(distdir).zip ;;\
Packit ec106e
	esac
Packit ec106e
	chmod -R a-w $(distdir); chmod u+w $(distdir)
Packit ec106e
	mkdir $(distdir)/_build
Packit ec106e
	mkdir $(distdir)/_inst
Packit ec106e
	chmod a-w $(distdir)
Packit ec106e
	test -d $(distdir)/_build || exit 0; \
Packit ec106e
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit ec106e
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit ec106e
	  && am__cwd=`pwd` \
Packit ec106e
	  && $(am__cd) $(distdir)/_build \
Packit ec106e
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
Packit ec106e
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit ec106e
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit ec106e
	        distuninstallcheck \
Packit ec106e
	  && chmod -R a-w "$$dc_install_base" \
Packit ec106e
	  && ({ \
Packit ec106e
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit ec106e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit ec106e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit ec106e
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit ec106e
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit ec106e
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit ec106e
	  && rm -rf "$$dc_destdir" \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit ec106e
	  && rm -rf $(DIST_ARCHIVES) \
Packit ec106e
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit ec106e
	  && cd "$$am__cwd" \
Packit ec106e
	  || exit 1
Packit ec106e
	$(am__remove_distdir)
Packit ec106e
	@(echo "$(distdir) archives ready for distribution: "; \
Packit ec106e
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit ec106e
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit ec106e
distuninstallcheck:
Packit ec106e
	@test -n '$(distuninstallcheck_dir)' || { \
Packit ec106e
	  echo 'ERROR: trying to run $@ with an empty' \
Packit ec106e
	       '$$(distuninstallcheck_dir)' >&2; \
Packit ec106e
	  exit 1; \
Packit ec106e
	}; \
Packit ec106e
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit ec106e
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit ec106e
	  exit 1; \
Packit ec106e
	}; \
Packit ec106e
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit ec106e
	   || { echo "ERROR: files left after uninstall:" ; \
Packit ec106e
	        if test -n "$(DESTDIR)"; then \
Packit ec106e
	          echo "  (check DESTDIR support)"; \
Packit ec106e
	        fi ; \
Packit ec106e
	        $(distuninstallcheck_listfiles) ; \
Packit ec106e
	        exit 1; } >&2
Packit ec106e
distcleancheck: distclean
Packit ec106e
	@if test '$(srcdir)' = . ; then \
Packit ec106e
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit ec106e
	  exit 1 ; \
Packit ec106e
	fi
Packit ec106e
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit ec106e
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit ec106e
	       $(distcleancheck_listfiles) ; \
Packit ec106e
	       exit 1; } >&2
Packit ec106e
check-am: all-am
Packit ec106e
check: check-recursive
Packit ec106e
all-am: Makefile config.h
Packit ec106e
installdirs: installdirs-recursive
Packit ec106e
installdirs-am:
Packit ec106e
install: install-recursive
Packit ec106e
install-exec: install-exec-recursive
Packit ec106e
install-data: install-data-recursive
Packit ec106e
uninstall: uninstall-recursive
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-recursive
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-recursive
Packit ec106e
Packit ec106e
clean-am: clean-generic clean-libtool mostlyclean-am
Packit ec106e
Packit ec106e
distclean: distclean-recursive
Packit ec106e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit ec106e
	-rm -f Makefile
Packit ec106e
distclean-am: clean-am distclean-generic distclean-hdr \
Packit ec106e
	distclean-libtool distclean-tags
Packit ec106e
Packit ec106e
dvi: dvi-recursive
Packit ec106e
Packit ec106e
dvi-am:
Packit ec106e
Packit ec106e
html: html-recursive
Packit ec106e
Packit ec106e
html-am:
Packit ec106e
Packit ec106e
info: info-recursive
Packit ec106e
Packit ec106e
info-am:
Packit ec106e
Packit ec106e
install-data-am:
Packit ec106e
Packit ec106e
install-dvi: install-dvi-recursive
Packit ec106e
Packit ec106e
install-dvi-am:
Packit ec106e
Packit ec106e
install-exec-am:
Packit ec106e
Packit ec106e
install-html: install-html-recursive
Packit ec106e
Packit ec106e
install-html-am:
Packit ec106e
Packit ec106e
install-info: install-info-recursive
Packit ec106e
Packit ec106e
install-info-am:
Packit ec106e
Packit ec106e
install-man:
Packit ec106e
Packit ec106e
install-pdf: install-pdf-recursive
Packit ec106e
Packit ec106e
install-pdf-am:
Packit ec106e
Packit ec106e
install-ps: install-ps-recursive
Packit ec106e
Packit ec106e
install-ps-am:
Packit ec106e
Packit ec106e
installcheck-am:
Packit ec106e
Packit ec106e
maintainer-clean: maintainer-clean-recursive
Packit ec106e
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit ec106e
	-rm -rf $(top_srcdir)/autom4te.cache
Packit ec106e
	-rm -f Makefile
Packit ec106e
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit ec106e
Packit ec106e
mostlyclean: mostlyclean-recursive
Packit ec106e
Packit ec106e
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit ec106e
Packit ec106e
pdf: pdf-recursive
Packit ec106e
Packit ec106e
pdf-am:
Packit ec106e
Packit ec106e
ps: ps-recursive
Packit ec106e
Packit ec106e
ps-am:
Packit ec106e
Packit ec106e
uninstall-am:
Packit ec106e
Packit ec106e
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
Packit ec106e
	ctags-recursive install-am install-strip tags-recursive
Packit ec106e
Packit ec106e
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
Packit ec106e
	all all-am am--refresh check check-am clean clean-generic \
Packit ec106e
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
Packit ec106e
	dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
Packit ec106e
	dist-zip distcheck distclean distclean-generic distclean-hdr \
Packit ec106e
	distclean-libtool distclean-tags distcleancheck distdir \
Packit ec106e
	distuninstallcheck dvi dvi-am html html-am info info-am \
Packit ec106e
	install install-am install-data install-data-am 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-pdf install-pdf-am install-ps install-ps-am \
Packit ec106e
	install-strip installcheck installcheck-am installdirs \
Packit ec106e
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit ec106e
	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
Packit ec106e
	ps ps-am tags tags-recursive uninstall uninstall-am
Packit ec106e
Packit ec106e
Packit ec106e
kbd-$(VERSION).tar.xz:
Packit ec106e
	make distcheck
Packit ec106e
Packit ec106e
kbd-$(VERSION).tar.sign:
Packit ec106e
	xz -d -c kbd-$(VERSION).tar.xz | \
Packit ec106e
	    gpg --armor --detach-sign \
Packit ec106e
	        --default-key $(GPG_KEY) \
Packit ec106e
	        --output kbd-$(VERSION).tar.sign
Packit ec106e
Packit ec106e
tar: kbd-$(VERSION).tar.xz kbd-$(VERSION).tar.sign
Packit ec106e
Packit ec106e
tar-sync: kbd-$(VERSION).tar.xz kbd-$(VERSION).tar.sign
Packit ec106e
	kup put \
Packit ec106e
	    kbd-$(VERSION).tar.xz \
Packit ec106e
	    kbd-$(VERSION).tar.sign \
Packit ec106e
	    /pub/linux/utils/kbd/
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: