Blame Makefile.in

Packit Service db8eaa
# Makefile.in generated by automake 1.16.1 from Makefile.am.
Packit Service db8eaa
# @configure_input@
Packit Service db8eaa
Packit Service db8eaa
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
Packit Service db8eaa
Packit Service db8eaa
# This Makefile.in is free software; the Free Software Foundation
Packit Service db8eaa
# gives unlimited permission to copy and/or distribute it,
Packit Service db8eaa
# with or without modifications, as long as this notice is preserved.
Packit Service db8eaa
Packit Service db8eaa
# This program is distributed in the hope that it will be useful,
Packit Service db8eaa
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service db8eaa
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service db8eaa
# PARTICULAR PURPOSE.
Packit Service db8eaa
Packit Service db8eaa
@SET_MAKE@
Packit Service db8eaa
VPATH = @srcdir@
Packit Service db8eaa
am__is_gnu_make = { \
Packit Service db8eaa
  if test -z '$(MAKELEVEL)'; then \
Packit Service db8eaa
    false; \
Packit Service db8eaa
  elif test -n '$(MAKE_HOST)'; then \
Packit Service db8eaa
    true; \
Packit Service db8eaa
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
Packit Service db8eaa
    true; \
Packit Service db8eaa
  else \
Packit Service db8eaa
    false; \
Packit Service db8eaa
  fi; \
Packit Service db8eaa
}
Packit Service db8eaa
am__make_running_with_option = \
Packit Service db8eaa
  case $${target_option-} in \
Packit Service db8eaa
      ?) ;; \
Packit Service db8eaa
      *) echo "am__make_running_with_option: internal error: invalid" \
Packit Service db8eaa
              "target option '$${target_option-}' specified" >&2; \
Packit Service db8eaa
         exit 1;; \
Packit Service db8eaa
  esac; \
Packit Service db8eaa
  has_opt=no; \
Packit Service db8eaa
  sane_makeflags=$$MAKEFLAGS; \
Packit Service db8eaa
  if $(am__is_gnu_make); then \
Packit Service db8eaa
    sane_makeflags=$$MFLAGS; \
Packit Service db8eaa
  else \
Packit Service db8eaa
    case $$MAKEFLAGS in \
Packit Service db8eaa
      *\\[\ \	]*) \
Packit Service db8eaa
        bs=\\; \
Packit Service db8eaa
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
Packit Service db8eaa
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
  fi; \
Packit Service db8eaa
  skip_next=no; \
Packit Service db8eaa
  strip_trailopt () \
Packit Service db8eaa
  { \
Packit Service db8eaa
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
Packit Service db8eaa
  }; \
Packit Service db8eaa
  for flg in $$sane_makeflags; do \
Packit Service db8eaa
    test $$skip_next = yes && { skip_next=no; continue; }; \
Packit Service db8eaa
    case $$flg in \
Packit Service db8eaa
      *=*|--*) continue;; \
Packit Service db8eaa
        -*I) strip_trailopt 'I'; skip_next=yes;; \
Packit Service db8eaa
      -*I?*) strip_trailopt 'I';; \
Packit Service db8eaa
        -*O) strip_trailopt 'O'; skip_next=yes;; \
Packit Service db8eaa
      -*O?*) strip_trailopt 'O';; \
Packit Service db8eaa
        -*l) strip_trailopt 'l'; skip_next=yes;; \
Packit Service db8eaa
      -*l?*) strip_trailopt 'l';; \
Packit Service db8eaa
      -[dEDm]) skip_next=yes;; \
Packit Service db8eaa
      -[JT]) skip_next=yes;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
    case $$flg in \
Packit Service db8eaa
      *$$target_option*) has_opt=yes; break;; \
Packit Service db8eaa
    esac; \
Packit Service db8eaa
  done; \
Packit Service db8eaa
  test $$has_opt = yes
Packit Service db8eaa
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
Packit Service db8eaa
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Packit Service db8eaa
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service db8eaa
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service db8eaa
pkglibdir = $(libdir)/@PACKAGE@
Packit Service db8eaa
pkglibexecdir = $(libexecdir)/@PACKAGE@
Packit Service db8eaa
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service db8eaa
install_sh_DATA = $(install_sh) -c -m 644
Packit Service db8eaa
install_sh_PROGRAM = $(install_sh) -c
Packit Service db8eaa
install_sh_SCRIPT = $(install_sh) -c
Packit Service db8eaa
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service db8eaa
transform = $(program_transform_name)
Packit Service db8eaa
NORMAL_INSTALL = :
Packit Service db8eaa
PRE_INSTALL = :
Packit Service db8eaa
POST_INSTALL = :
Packit Service db8eaa
NORMAL_UNINSTALL = :
Packit Service db8eaa
PRE_UNINSTALL = :
Packit Service db8eaa
POST_UNINSTALL = :
Packit Service db8eaa
build_triplet = @build@
Packit Service db8eaa
host_triplet = @host@
Packit Service db8eaa
@BUILD_TOPOLOGY_TRUE@am__append_1 = src/topology
Packit Service db8eaa
@BUILD_MODULES_TRUE@am__append_2 = modules
Packit Service db8eaa
@BUILD_PCM_PLUGIN_SHM_TRUE@am__append_3 = aserver
Packit Service db8eaa
@BUILD_ALISP_TRUE@@BUILD_MIXER_TRUE@am__append_4 = alsalisp
Packit Service db8eaa
subdir = .
Packit Service db8eaa
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service db8eaa
am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
Packit Service db8eaa
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
Packit Service db8eaa
	$(top_srcdir)/configure.ac
Packit Service db8eaa
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service db8eaa
	$(ACLOCAL_M4)
Packit Service db8eaa
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
Packit Service db8eaa
	$(am__configure_deps) $(am__DIST_COMMON)
Packit Service db8eaa
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit Service db8eaa
 configure.lineno config.status.lineno
Packit Service db8eaa
mkinstalldirs = $(install_sh) -d
Packit Service db8eaa
CONFIG_HEADER = $(top_builddir)/include/config.h
Packit Service db8eaa
CONFIG_CLEAN_FILES =
Packit Service db8eaa
CONFIG_CLEAN_VPATH_FILES =
Packit Service db8eaa
AM_V_P = $(am__v_P_@AM_V@)
Packit Service db8eaa
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_P_0 = false
Packit Service db8eaa
am__v_P_1 = :
Packit Service db8eaa
AM_V_GEN = $(am__v_GEN_@AM_V@)
Packit Service db8eaa
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_GEN_0 = @echo "  GEN     " $@;
Packit Service db8eaa
am__v_GEN_1 = 
Packit Service db8eaa
AM_V_at = $(am__v_at_@AM_V@)
Packit Service db8eaa
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
Packit Service db8eaa
am__v_at_0 = @
Packit Service db8eaa
am__v_at_1 = 
Packit Service db8eaa
SOURCES =
Packit Service db8eaa
DIST_SOURCES =
Packit Service db8eaa
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit Service db8eaa
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit Service db8eaa
	install-data-recursive install-dvi-recursive \
Packit Service db8eaa
	install-exec-recursive install-html-recursive \
Packit Service db8eaa
	install-info-recursive install-pdf-recursive \
Packit Service db8eaa
	install-ps-recursive install-recursive installcheck-recursive \
Packit Service db8eaa
	installdirs-recursive pdf-recursive ps-recursive \
Packit Service db8eaa
	tags-recursive uninstall-recursive
Packit Service db8eaa
am__can_run_installinfo = \
Packit Service db8eaa
  case $$AM_UPDATE_INFO_DIR in \
Packit Service db8eaa
    n|no|NO) false;; \
Packit Service db8eaa
    *) (install-info --version) >/dev/null 2>&1;; \
Packit Service db8eaa
  esac
Packit Service db8eaa
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit Service db8eaa
  distclean-recursive maintainer-clean-recursive
Packit Service db8eaa
am__recursive_targets = \
Packit Service db8eaa
  $(RECURSIVE_TARGETS) \
Packit Service db8eaa
  $(RECURSIVE_CLEAN_TARGETS) \
Packit Service db8eaa
  $(am__extra_recursive_targets)
Packit Service db8eaa
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit Service db8eaa
	cscope distdir distdir-am dist dist-all distcheck
Packit Service db8eaa
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
Packit Service db8eaa
# Read a list of newline-separated strings from the standard input,
Packit Service db8eaa
# and print each of them once, without duplicates.  Input order is
Packit Service db8eaa
# *not* preserved.
Packit Service db8eaa
am__uniquify_input = $(AWK) '\
Packit Service db8eaa
  BEGIN { nonempty = 0; } \
Packit Service db8eaa
  { items[$$0] = 1; nonempty = 1; } \
Packit Service db8eaa
  END { if (nonempty) { for (i in items) print i; }; } \
Packit Service db8eaa
'
Packit Service db8eaa
# Make sure the list of sources is unique.  This is necessary because,
Packit Service db8eaa
# e.g., the same source file might be shared among _SOURCES variables
Packit Service db8eaa
# for different programs/libraries.
Packit Service db8eaa
am__define_uniq_tagged_files = \
Packit Service db8eaa
  list='$(am__tagged_files)'; \
Packit Service db8eaa
  unique=`for i in $$list; do \
Packit Service db8eaa
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service db8eaa
  done | $(am__uniquify_input)`
Packit Service db8eaa
ETAGS = etags
Packit Service db8eaa
CTAGS = ctags
Packit Service db8eaa
CSCOPE = cscope
Packit Service db8eaa
DIST_SUBDIRS = doc include src src/topology modules aserver alsalisp \
Packit Service db8eaa
	test utils
Packit Service db8eaa
am__DIST_COMMON = $(srcdir)/Makefile.in COPYING ChangeLog INSTALL TODO \
Packit Service db8eaa
	compile config.guess config.sub install-sh ltconfig ltmain.sh \
Packit Service db8eaa
	missing
Packit Service db8eaa
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service db8eaa
distdir = $(PACKAGE)-$(VERSION)
Packit Service db8eaa
top_distdir = $(distdir)
Packit Service db8eaa
am__remove_distdir = \
Packit Service db8eaa
  if test -d "$(distdir)"; then \
Packit Service db8eaa
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit Service db8eaa
      && rm -rf "$(distdir)" \
Packit Service db8eaa
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit Service db8eaa
  else :; fi
Packit Service db8eaa
am__post_remove_distdir = $(am__remove_distdir)
Packit Service db8eaa
am__relativize = \
Packit Service db8eaa
  dir0=`pwd`; \
Packit Service db8eaa
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit Service db8eaa
  sed_rest='s,^[^/]*/*,,'; \
Packit Service db8eaa
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit Service db8eaa
  sed_butlast='s,/*[^/]*$$,,'; \
Packit Service db8eaa
  while test -n "$$dir1"; do \
Packit Service db8eaa
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit Service db8eaa
    if test "$$first" != "."; then \
Packit Service db8eaa
      if test "$$first" = ".."; then \
Packit Service db8eaa
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit Service db8eaa
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit Service db8eaa
      else \
Packit Service db8eaa
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit Service db8eaa
        if test "$$first2" = "$$first"; then \
Packit Service db8eaa
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit Service db8eaa
        else \
Packit Service db8eaa
          dir2="../$$dir2"; \
Packit Service db8eaa
        fi; \
Packit Service db8eaa
        dir0="$$dir0"/"$$first"; \
Packit Service db8eaa
      fi; \
Packit Service db8eaa
    fi; \
Packit Service db8eaa
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit Service db8eaa
  done; \
Packit Service db8eaa
  reldir="$$dir2"
Packit Service db8eaa
DIST_ARCHIVES = $(distdir).tar.gz
Packit Service db8eaa
GZIP_ENV = --best
Packit Service db8eaa
DIST_TARGETS = dist-gzip
Packit Service db8eaa
distuninstallcheck_listfiles = find . -type f -print
Packit Service db8eaa
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit Service db8eaa
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit Service db8eaa
distcleancheck_listfiles = find . -type f -print
Packit Service db8eaa
ACLOCAL = @ACLOCAL@
Packit Service db8eaa
ALSA_CONFIG_DIR = @ALSA_CONFIG_DIR@
Packit Service db8eaa
ALSA_DEPLIBS = @ALSA_DEPLIBS@
Packit Service db8eaa
ALSA_PKGCONF_DIR = @ALSA_PKGCONF_DIR@
Packit Service db8eaa
ALSA_PLUGIN_DIR = @ALSA_PLUGIN_DIR@
Packit Service db8eaa
AMTAR = @AMTAR@
Packit Service db8eaa
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
Packit Service db8eaa
AR = @AR@
Packit Service db8eaa
AUTOCONF = @AUTOCONF@
Packit Service db8eaa
AUTOHEADER = @AUTOHEADER@
Packit Service db8eaa
AUTOMAKE = @AUTOMAKE@
Packit Service db8eaa
AWK = @AWK@
Packit Service db8eaa
CC = @CC@
Packit Service db8eaa
CCDEPMODE = @CCDEPMODE@
Packit Service db8eaa
CFLAGS = @CFLAGS@
Packit Service db8eaa
CPP = @CPP@
Packit Service db8eaa
CPPFLAGS = @CPPFLAGS@
Packit Service db8eaa
CYGPATH_W = @CYGPATH_W@
Packit Service db8eaa
DEFS = @DEFS@
Packit Service db8eaa
DEPDIR = @DEPDIR@
Packit Service db8eaa
DLLTOOL = @DLLTOOL@
Packit Service db8eaa
DSYMUTIL = @DSYMUTIL@
Packit Service db8eaa
DUMPBIN = @DUMPBIN@
Packit Service db8eaa
ECHO_C = @ECHO_C@
Packit Service db8eaa
ECHO_N = @ECHO_N@
Packit Service db8eaa
ECHO_T = @ECHO_T@
Packit Service db8eaa
EGREP = @EGREP@
Packit Service db8eaa
EXEEXT = @EXEEXT@
Packit Service db8eaa
FGREP = @FGREP@
Packit Service db8eaa
GREP = @GREP@
Packit Service db8eaa
INSTALL = @INSTALL@
Packit Service db8eaa
INSTALL_DATA = @INSTALL_DATA@
Packit Service db8eaa
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service db8eaa
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service db8eaa
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service db8eaa
LD = @LD@
Packit Service db8eaa
LDFLAGS = @LDFLAGS@
Packit Service db8eaa
LDFLAGS_NOUNDEFINED = @LDFLAGS_NOUNDEFINED@
Packit Service db8eaa
LIBOBJS = @LIBOBJS@
Packit Service db8eaa
LIBS = @LIBS@
Packit Service db8eaa
LIBTOOL = @LIBTOOL@
Packit Service db8eaa
LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
Packit Service db8eaa
LIPO = @LIPO@
Packit Service db8eaa
LN_S = @LN_S@
Packit Service db8eaa
LTLIBOBJS = @LTLIBOBJS@
Packit Service db8eaa
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
Packit Service db8eaa
MAINT = @MAINT@
Packit Service db8eaa
MAKEINFO = @MAKEINFO@
Packit Service db8eaa
MANIFEST_TOOL = @MANIFEST_TOOL@
Packit Service db8eaa
MKDIR_P = @MKDIR_P@
Packit Service db8eaa
NM = @NM@
Packit Service db8eaa
NMEDIT = @NMEDIT@
Packit Service db8eaa
OBJDUMP = @OBJDUMP@
Packit Service db8eaa
OBJEXT = @OBJEXT@
Packit Service db8eaa
OTOOL = @OTOOL@
Packit Service db8eaa
OTOOL64 = @OTOOL64@
Packit Service db8eaa
PACKAGE = @PACKAGE@
Packit Service db8eaa
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service db8eaa
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service db8eaa
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service db8eaa
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service db8eaa
PACKAGE_URL = @PACKAGE_URL@
Packit Service db8eaa
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service db8eaa
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service db8eaa
PYTHON_INCLUDES = @PYTHON_INCLUDES@
Packit Service db8eaa
PYTHON_LIBS = @PYTHON_LIBS@
Packit Service db8eaa
RANLIB = @RANLIB@
Packit Service db8eaa
SED = @SED@
Packit Service db8eaa
SET_MAKE = @SET_MAKE@
Packit Service db8eaa
SHELL = @SHELL@
Packit Service db8eaa
SND_LIB_EXTRAVER = @SND_LIB_EXTRAVER@
Packit Service db8eaa
SND_LIB_MAJOR = @SND_LIB_MAJOR@
Packit Service db8eaa
SND_LIB_MINOR = @SND_LIB_MINOR@
Packit Service db8eaa
SND_LIB_SUBMINOR = @SND_LIB_SUBMINOR@
Packit Service db8eaa
SND_LIB_VERSION = @SND_LIB_VERSION@
Packit Service db8eaa
STRIP = @STRIP@
Packit Service db8eaa
SYMBOL_PREFIX = @SYMBOL_PREFIX@
Packit Service db8eaa
VERSION = @VERSION@
Packit Service db8eaa
abs_builddir = @abs_builddir@
Packit Service db8eaa
abs_srcdir = @abs_srcdir@
Packit Service db8eaa
abs_top_builddir = @abs_top_builddir@
Packit Service db8eaa
abs_top_srcdir = @abs_top_srcdir@
Packit Service db8eaa
ac_ct_AR = @ac_ct_AR@
Packit Service db8eaa
ac_ct_CC = @ac_ct_CC@
Packit Service db8eaa
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Packit Service db8eaa
am__include = @am__include@
Packit Service db8eaa
am__leading_dot = @am__leading_dot@
Packit Service db8eaa
am__quote = @am__quote@
Packit Service db8eaa
am__tar = @am__tar@
Packit Service db8eaa
am__untar = @am__untar@
Packit Service db8eaa
bindir = @bindir@
Packit Service db8eaa
build = @build@
Packit Service db8eaa
build_alias = @build_alias@
Packit Service db8eaa
build_cpu = @build_cpu@
Packit Service db8eaa
build_os = @build_os@
Packit Service db8eaa
build_vendor = @build_vendor@
Packit Service db8eaa
builddir = @builddir@
Packit Service db8eaa
datadir = @datadir@
Packit Service db8eaa
datarootdir = @datarootdir@
Packit Service db8eaa
docdir = @docdir@
Packit Service db8eaa
dvidir = @dvidir@
Packit Service db8eaa
exec_prefix = @exec_prefix@
Packit Service db8eaa
host = @host@
Packit Service db8eaa
host_alias = @host_alias@
Packit Service db8eaa
host_cpu = @host_cpu@
Packit Service db8eaa
host_os = @host_os@
Packit Service db8eaa
host_vendor = @host_vendor@
Packit Service db8eaa
htmldir = @htmldir@
Packit Service db8eaa
includedir = @includedir@
Packit Service db8eaa
infodir = @infodir@
Packit Service db8eaa
install_sh = @install_sh@
Packit Service db8eaa
libdir = @libdir@
Packit Service db8eaa
libexecdir = @libexecdir@
Packit Service db8eaa
localedir = @localedir@
Packit Service db8eaa
localstatedir = @localstatedir@
Packit Service db8eaa
mandir = @mandir@
Packit Service db8eaa
mkdir_p = @mkdir_p@
Packit Service db8eaa
oldincludedir = @oldincludedir@
Packit Service db8eaa
pdfdir = @pdfdir@
Packit Service db8eaa
prefix = @prefix@
Packit Service db8eaa
program_transform_name = @program_transform_name@
Packit Service db8eaa
psdir = @psdir@
Packit Service db8eaa
sbindir = @sbindir@
Packit Service db8eaa
sharedstatedir = @sharedstatedir@
Packit Service db8eaa
srcdir = @srcdir@
Packit Service db8eaa
sysconfdir = @sysconfdir@
Packit Service db8eaa
target_alias = @target_alias@
Packit Service db8eaa
top_build_prefix = @top_build_prefix@
Packit Service db8eaa
top_builddir = @top_builddir@
Packit Service db8eaa
top_srcdir = @top_srcdir@
Packit Service db8eaa
ACLOCAL_AMFLAGS = -I m4
Packit Service db8eaa
SUBDIRS = doc include src $(am__append_1) $(am__append_2) \
Packit Service db8eaa
	$(am__append_3) $(am__append_4) test utils
Packit Service db8eaa
EXTRA_DIST = ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
Packit Service db8eaa
	   depcomp version MEMORY-LEAK m4/attributes.m4
Packit Service db8eaa
Packit Service db8eaa
AUTOMAKE_OPTIONS = foreign
Packit Service db8eaa
AM_CPPFLAGS = -I$(top_srcdir)/include
Packit Service db8eaa
all: all-recursive
Packit Service db8eaa
Packit Service db8eaa
.SUFFIXES:
Packit Service db8eaa
am--refresh: Makefile
Packit Service db8eaa
	@:
Packit Service db8eaa
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service db8eaa
	@for dep in $?; do \
Packit Service db8eaa
	  case '$(am__configure_deps)' in \
Packit Service db8eaa
	    *$$dep*) \
Packit Service db8eaa
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit Service db8eaa
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit Service db8eaa
		&& exit 0; \
Packit Service db8eaa
	      exit 1;; \
Packit Service db8eaa
	  esac; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit Service db8eaa
	$(am__cd) $(top_srcdir) && \
Packit Service db8eaa
	  $(AUTOMAKE) --foreign Makefile
Packit Service db8eaa
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service db8eaa
	@case '$?' in \
Packit Service db8eaa
	  *config.status*) \
Packit Service db8eaa
	    echo ' $(SHELL) ./config.status'; \
Packit Service db8eaa
	    $(SHELL) ./config.status;; \
Packit Service db8eaa
	  *) \
Packit Service db8eaa
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
Packit Service db8eaa
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
Packit Service db8eaa
	esac;
Packit Service db8eaa
Packit Service db8eaa
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service db8eaa
	$(SHELL) ./config.status --recheck
Packit Service db8eaa
Packit Service db8eaa
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service db8eaa
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit Service db8eaa
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service db8eaa
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit Service db8eaa
$(am__aclocal_m4_deps):
Packit Service db8eaa
Packit Service db8eaa
mostlyclean-libtool:
Packit Service db8eaa
	-rm -f *.lo
Packit Service db8eaa
Packit Service db8eaa
clean-libtool:
Packit Service db8eaa
	-rm -rf .libs _libs
Packit Service db8eaa
Packit Service db8eaa
distclean-libtool:
Packit Service db8eaa
	-rm -f libtool config.lt
Packit Service db8eaa
Packit Service db8eaa
# This directory's subdirectories are mostly independent; you can cd
Packit Service db8eaa
# into them and run 'make' without going through this Makefile.
Packit Service db8eaa
# To change the values of 'make' variables: instead of editing Makefiles,
Packit Service db8eaa
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit Service db8eaa
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit Service db8eaa
# (2) otherwise, pass the desired values on the 'make' command line.
Packit Service db8eaa
$(am__recursive_targets):
Packit Service db8eaa
	@fail=; \
Packit Service db8eaa
	if $(am__make_keepgoing); then \
Packit Service db8eaa
	  failcom='fail=yes'; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  failcom='exit 1'; \
Packit Service db8eaa
	fi; \
Packit Service db8eaa
	dot_seen=no; \
Packit Service db8eaa
	target=`echo $@ | sed s/-recursive//`; \
Packit Service db8eaa
	case "$@" in \
Packit Service db8eaa
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service db8eaa
	  *) list='$(SUBDIRS)' ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for subdir in $$list; do \
Packit Service db8eaa
	  echo "Making $$target in $$subdir"; \
Packit Service db8eaa
	  if test "$$subdir" = "."; then \
Packit Service db8eaa
	    dot_seen=yes; \
Packit Service db8eaa
	    local_target="$$target-am"; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    local_target="$$target"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service db8eaa
	  || eval $$failcom; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	if test "$$dot_seen" = "no"; then \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service db8eaa
	fi; test -z "$$fail"
Packit Service db8eaa
Packit Service db8eaa
ID: $(am__tagged_files)
Packit Service db8eaa
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit Service db8eaa
tags: tags-recursive
Packit Service db8eaa
TAGS: tags
Packit Service db8eaa
Packit Service db8eaa
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service db8eaa
	set x; \
Packit Service db8eaa
	here=`pwd`; \
Packit Service db8eaa
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service db8eaa
	  include_option=--etags-include; \
Packit Service db8eaa
	  empty_fix=.; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  include_option=--include; \
Packit Service db8eaa
	  empty_fix=; \
Packit Service db8eaa
	fi; \
Packit Service db8eaa
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service db8eaa
	  if test "$$subdir" = .; then :; else \
Packit Service db8eaa
	    test ! -f $$subdir/TAGS || \
Packit Service db8eaa
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done; \
Packit Service db8eaa
	$(am__define_uniq_tagged_files); \
Packit Service db8eaa
	shift; \
Packit Service db8eaa
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit Service db8eaa
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service db8eaa
	  if test $$# -gt 0; then \
Packit Service db8eaa
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service db8eaa
	      "$$@" $$unique; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service db8eaa
	      $$unique; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	fi
Packit Service db8eaa
ctags: ctags-recursive
Packit Service db8eaa
Packit Service db8eaa
CTAGS: ctags
Packit Service db8eaa
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit Service db8eaa
	$(am__define_uniq_tagged_files); \
Packit Service db8eaa
	test -z "$(CTAGS_ARGS)$$unique" \
Packit Service db8eaa
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service db8eaa
	     $$unique
Packit Service db8eaa
Packit Service db8eaa
GTAGS:
Packit Service db8eaa
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service db8eaa
	  && $(am__cd) $(top_srcdir) \
Packit Service db8eaa
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit Service db8eaa
cscope: cscope.files
Packit Service db8eaa
	test ! -s cscope.files \
Packit Service db8eaa
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit Service db8eaa
clean-cscope:
Packit Service db8eaa
	-rm -f cscope.files
Packit Service db8eaa
cscope.files: clean-cscope cscopelist
Packit Service db8eaa
cscopelist: cscopelist-recursive
Packit Service db8eaa
Packit Service db8eaa
cscopelist-am: $(am__tagged_files)
Packit Service db8eaa
	list='$(am__tagged_files)'; \
Packit Service db8eaa
	case "$(srcdir)" in \
Packit Service db8eaa
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit Service db8eaa
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for i in $$list; do \
Packit Service db8eaa
	  if test -f "$$i"; then \
Packit Service db8eaa
	    echo "$(subdir)/$$i"; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    echo "$$sdir/$$i"; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done >> $(top_builddir)/cscope.files
Packit Service db8eaa
Packit Service db8eaa
distclean-tags:
Packit Service db8eaa
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service db8eaa
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit Service db8eaa
Packit Service db8eaa
distdir: $(BUILT_SOURCES)
Packit Service db8eaa
	$(MAKE) $(AM_MAKEFLAGS) distdir-am
Packit Service db8eaa
Packit Service db8eaa
distdir-am: $(DISTFILES)
Packit Service db8eaa
	$(am__remove_distdir)
Packit Service db8eaa
	test -d "$(distdir)" || mkdir "$(distdir)"
Packit Service db8eaa
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service db8eaa
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Packit Service db8eaa
	list='$(DISTFILES)'; \
Packit Service db8eaa
	  dist_files=`for file in $$list; do echo $$file; done | \
Packit Service db8eaa
	  sed -e "s|^$$srcdirstrip/||;t" \
Packit Service db8eaa
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
Packit Service db8eaa
	case $$dist_files in \
Packit Service db8eaa
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
Packit Service db8eaa
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
Packit Service db8eaa
			   sort -u` ;; \
Packit Service db8eaa
	esac; \
Packit Service db8eaa
	for file in $$dist_files; do \
Packit Service db8eaa
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service db8eaa
	  if test -d $$d/$$file; then \
Packit Service db8eaa
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service db8eaa
	    if test -d "$(distdir)/$$file"; then \
Packit Service db8eaa
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service db8eaa
	    fi; \
Packit Service db8eaa
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service db8eaa
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
Packit Service db8eaa
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
Packit Service db8eaa
	    fi; \
Packit Service db8eaa
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
Packit Service db8eaa
	  else \
Packit Service db8eaa
	    test -f "$(distdir)/$$file" \
Packit Service db8eaa
	    || cp -p $$d/$$file "$(distdir)/$$file" \
Packit Service db8eaa
	    || exit 1; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done
Packit Service db8eaa
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service db8eaa
	  if test "$$subdir" = .; then :; else \
Packit Service db8eaa
	    $(am__make_dryrun) \
Packit Service db8eaa
	      || test -d "$(distdir)/$$subdir" \
Packit Service db8eaa
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit Service db8eaa
	      || exit 1; \
Packit Service db8eaa
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit Service db8eaa
	    $(am__relativize); \
Packit Service db8eaa
	    new_distdir=$$reldir; \
Packit Service db8eaa
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit Service db8eaa
	    $(am__relativize); \
Packit Service db8eaa
	    new_top_distdir=$$reldir; \
Packit Service db8eaa
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit Service db8eaa
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit Service db8eaa
	    ($(am__cd) $$subdir && \
Packit Service db8eaa
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service db8eaa
	        top_distdir="$$new_top_distdir" \
Packit Service db8eaa
	        distdir="$$new_distdir" \
Packit Service db8eaa
		am__remove_distdir=: \
Packit Service db8eaa
		am__skip_length_check=: \
Packit Service db8eaa
		am__skip_mode_fix=: \
Packit Service db8eaa
	        distdir) \
Packit Service db8eaa
	      || exit 1; \
Packit Service db8eaa
	  fi; \
Packit Service db8eaa
	done
Packit Service db8eaa
	$(MAKE) $(AM_MAKEFLAGS) \
Packit Service db8eaa
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit Service db8eaa
	  dist-hook
Packit Service db8eaa
	-test -n "$(am__skip_mode_fix)" \
Packit Service db8eaa
	|| find "$(distdir)" -type d ! -perm -755 \
Packit Service db8eaa
		-exec chmod u+rwx,go+rx {} \; -o \
Packit Service db8eaa
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit Service db8eaa
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit Service db8eaa
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit Service db8eaa
	|| chmod -R a+r "$(distdir)"
Packit Service db8eaa
dist-gzip: distdir
Packit Service db8eaa
	tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-bzip2: distdir
Packit Service db8eaa
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-lzip: distdir
Packit Service db8eaa
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-xz: distdir
Packit Service db8eaa
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-tarZ: distdir
Packit Service db8eaa
	@echo WARNING: "Support for distribution archives compressed with" \
Packit Service db8eaa
		       "legacy program 'compress' is deprecated." >&2
Packit Service db8eaa
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service db8eaa
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-shar: distdir
Packit Service db8eaa
	@echo WARNING: "Support for shar distribution archives is" \
Packit Service db8eaa
	               "deprecated." >&2
Packit Service db8eaa
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit Service db8eaa
	shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist-zip: distdir
Packit Service db8eaa
	-rm -f $(distdir).zip
Packit Service db8eaa
	zip -rq $(distdir).zip $(distdir)
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
dist dist-all:
Packit Service db8eaa
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
Packit Service db8eaa
# This target untars the dist file and tries a VPATH configuration.  Then
Packit Service db8eaa
# it guarantees that the distribution is self-contained by making another
Packit Service db8eaa
# tarfile.
Packit Service db8eaa
distcheck: dist
Packit Service db8eaa
	case '$(DIST_ARCHIVES)' in \
Packit Service db8eaa
	*.tar.gz*) \
Packit Service db8eaa
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit Service db8eaa
	*.tar.bz2*) \
Packit Service db8eaa
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit Service db8eaa
	*.tar.lz*) \
Packit Service db8eaa
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit Service db8eaa
	*.tar.xz*) \
Packit Service db8eaa
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit Service db8eaa
	*.tar.Z*) \
Packit Service db8eaa
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit Service db8eaa
	*.shar.gz*) \
Packit Service db8eaa
	  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
Packit Service db8eaa
	*.zip*) \
Packit Service db8eaa
	  unzip $(distdir).zip ;;\
Packit Service db8eaa
	esac
Packit Service db8eaa
	chmod -R a-w $(distdir)
Packit Service db8eaa
	chmod u+w $(distdir)
Packit Service db8eaa
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit Service db8eaa
	chmod a-w $(distdir)
Packit Service db8eaa
	test -d $(distdir)/_build || exit 0; \
Packit Service db8eaa
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit Service db8eaa
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit Service db8eaa
	  && am__cwd=`pwd` \
Packit Service db8eaa
	  && $(am__cd) $(distdir)/_build/sub \
Packit Service db8eaa
	  && ../../configure \
Packit Service db8eaa
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit Service db8eaa
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit Service db8eaa
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit Service db8eaa
	        distuninstallcheck \
Packit Service db8eaa
	  && chmod -R a-w "$$dc_install_base" \
Packit Service db8eaa
	  && ({ \
Packit Service db8eaa
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit Service db8eaa
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit Service db8eaa
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit Service db8eaa
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit Service db8eaa
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit Service db8eaa
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit Service db8eaa
	  && rm -rf "$$dc_destdir" \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit Service db8eaa
	  && rm -rf $(DIST_ARCHIVES) \
Packit Service db8eaa
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit Service db8eaa
	  && cd "$$am__cwd" \
Packit Service db8eaa
	  || exit 1
Packit Service db8eaa
	$(am__post_remove_distdir)
Packit Service db8eaa
	@(echo "$(distdir) archives ready for distribution: "; \
Packit Service db8eaa
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit Service db8eaa
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit Service db8eaa
distuninstallcheck:
Packit Service db8eaa
	@test -n '$(distuninstallcheck_dir)' || { \
Packit Service db8eaa
	  echo 'ERROR: trying to run $@ with an empty' \
Packit Service db8eaa
	       '$$(distuninstallcheck_dir)' >&2; \
Packit Service db8eaa
	  exit 1; \
Packit Service db8eaa
	}; \
Packit Service db8eaa
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit Service db8eaa
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit Service db8eaa
	  exit 1; \
Packit Service db8eaa
	}; \
Packit Service db8eaa
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit Service db8eaa
	   || { echo "ERROR: files left after uninstall:" ; \
Packit Service db8eaa
	        if test -n "$(DESTDIR)"; then \
Packit Service db8eaa
	          echo "  (check DESTDIR support)"; \
Packit Service db8eaa
	        fi ; \
Packit Service db8eaa
	        $(distuninstallcheck_listfiles) ; \
Packit Service db8eaa
	        exit 1; } >&2
Packit Service db8eaa
distcleancheck: distclean
Packit Service db8eaa
	@if test '$(srcdir)' = . ; then \
Packit Service db8eaa
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit Service db8eaa
	  exit 1 ; \
Packit Service db8eaa
	fi
Packit Service db8eaa
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit Service db8eaa
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit Service db8eaa
	       $(distcleancheck_listfiles) ; \
Packit Service db8eaa
	       exit 1; } >&2
Packit Service db8eaa
check-am: all-am
Packit Service db8eaa
check: check-recursive
Packit Service db8eaa
all-am: Makefile
Packit Service db8eaa
installdirs: installdirs-recursive
Packit Service db8eaa
installdirs-am:
Packit Service db8eaa
install: install-recursive
Packit Service db8eaa
install-exec: install-exec-recursive
Packit Service db8eaa
install-data: install-data-recursive
Packit Service db8eaa
uninstall: uninstall-recursive
Packit Service db8eaa
Packit Service db8eaa
install-am: all-am
Packit Service db8eaa
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service db8eaa
Packit Service db8eaa
installcheck: installcheck-recursive
Packit Service db8eaa
install-strip:
Packit Service db8eaa
	if test -z '$(STRIP)'; then \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service db8eaa
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service db8eaa
	      install; \
Packit Service db8eaa
	else \
Packit Service db8eaa
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service db8eaa
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service db8eaa
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
Packit Service db8eaa
	fi
Packit Service db8eaa
mostlyclean-generic:
Packit Service db8eaa
Packit Service db8eaa
clean-generic:
Packit Service db8eaa
Packit Service db8eaa
distclean-generic:
Packit Service db8eaa
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service db8eaa
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
Packit Service db8eaa
Packit Service db8eaa
maintainer-clean-generic:
Packit Service db8eaa
	@echo "This command is intended for maintainers to use"
Packit Service db8eaa
	@echo "it deletes files that may require special tools to rebuild."
Packit Service db8eaa
clean: clean-recursive
Packit Service db8eaa
Packit Service db8eaa
clean-am: clean-generic clean-libtool mostlyclean-am
Packit Service db8eaa
Packit Service db8eaa
distclean: distclean-recursive
Packit Service db8eaa
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service db8eaa
	-rm -f Makefile
Packit Service db8eaa
distclean-am: clean-am distclean-generic distclean-libtool \
Packit Service db8eaa
	distclean-tags
Packit Service db8eaa
Packit Service db8eaa
dvi: dvi-recursive
Packit Service db8eaa
Packit Service db8eaa
dvi-am:
Packit Service db8eaa
Packit Service db8eaa
html: html-recursive
Packit Service db8eaa
Packit Service db8eaa
html-am:
Packit Service db8eaa
Packit Service db8eaa
info: info-recursive
Packit Service db8eaa
Packit Service db8eaa
info-am:
Packit Service db8eaa
Packit Service db8eaa
install-data-am:
Packit Service db8eaa
Packit Service db8eaa
install-dvi: install-dvi-recursive
Packit Service db8eaa
Packit Service db8eaa
install-dvi-am:
Packit Service db8eaa
Packit Service db8eaa
install-exec-am:
Packit Service db8eaa
Packit Service db8eaa
install-html: install-html-recursive
Packit Service db8eaa
Packit Service db8eaa
install-html-am:
Packit Service db8eaa
Packit Service db8eaa
install-info: install-info-recursive
Packit Service db8eaa
Packit Service db8eaa
install-info-am:
Packit Service db8eaa
Packit Service db8eaa
install-man:
Packit Service db8eaa
Packit Service db8eaa
install-pdf: install-pdf-recursive
Packit Service db8eaa
Packit Service db8eaa
install-pdf-am:
Packit Service db8eaa
Packit Service db8eaa
install-ps: install-ps-recursive
Packit Service db8eaa
Packit Service db8eaa
install-ps-am:
Packit Service db8eaa
Packit Service db8eaa
installcheck-am:
Packit Service db8eaa
Packit Service db8eaa
maintainer-clean: maintainer-clean-recursive
Packit Service db8eaa
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit Service db8eaa
	-rm -rf $(top_srcdir)/autom4te.cache
Packit Service db8eaa
	-rm -f Makefile
Packit Service db8eaa
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service db8eaa
Packit Service db8eaa
mostlyclean: mostlyclean-recursive
Packit Service db8eaa
Packit Service db8eaa
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
Packit Service db8eaa
Packit Service db8eaa
pdf: pdf-recursive
Packit Service db8eaa
Packit Service db8eaa
pdf-am:
Packit Service db8eaa
Packit Service db8eaa
ps: ps-recursive
Packit Service db8eaa
Packit Service db8eaa
ps-am:
Packit Service db8eaa
Packit Service db8eaa
uninstall-am:
Packit Service db8eaa
Packit Service db8eaa
.MAKE: $(am__recursive_targets) install-am install-strip
Packit Service db8eaa
Packit Service db8eaa
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit Service db8eaa
	am--refresh check check-am clean clean-cscope clean-generic \
Packit Service db8eaa
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
Packit Service db8eaa
	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
Packit Service db8eaa
	dist-tarZ dist-xz dist-zip distcheck distclean \
Packit Service db8eaa
	distclean-generic distclean-libtool distclean-tags \
Packit Service db8eaa
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
Packit Service db8eaa
	html-am info info-am install install-am install-data \
Packit Service db8eaa
	install-data-am install-dvi install-dvi-am install-exec \
Packit Service db8eaa
	install-exec-am install-html install-html-am install-info \
Packit Service db8eaa
	install-info-am install-man install-pdf install-pdf-am \
Packit Service db8eaa
	install-ps install-ps-am install-strip installcheck \
Packit Service db8eaa
	installcheck-am installdirs installdirs-am maintainer-clean \
Packit Service db8eaa
	maintainer-clean-generic mostlyclean mostlyclean-generic \
Packit Service db8eaa
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
Packit Service db8eaa
	uninstall-am
Packit Service db8eaa
Packit Service db8eaa
.PRECIOUS: Makefile
Packit Service db8eaa
Packit Service db8eaa
Packit Service db8eaa
rpm: dist
Packit Service db8eaa
	$(MAKE) -C utils rpm
Packit Service db8eaa
Packit Service db8eaa
dist-hook:
Packit Service db8eaa
	-chmod -R a+r $(distdir)
Packit Service db8eaa
	@if ! test -z "$(AMTAR)"; then \
Packit Service db8eaa
		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
Packit Service db8eaa
	else \
Packit Service db8eaa
		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
Packit Service db8eaa
	fi
Packit Service db8eaa
Packit Service db8eaa
doc-dummy:
Packit Service db8eaa
Packit Service db8eaa
doc: doc-dummy
Packit Service db8eaa
	$(MAKE) -C include all
Packit Service db8eaa
	$(MAKE) -C doc doc
Packit Service db8eaa
Packit Service db8eaa
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service db8eaa
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service db8eaa
.NOEXPORT: