Blame 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
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
check_PROGRAMS = Autest$(EXEEXT)
Packit 56e0ee
TESTS = Autest$(EXEEXT)
Packit 56e0ee
subdir = .
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 $(top_srcdir)/configure \
Packit 56e0ee
	$(am__configure_deps) $(xauinclude_HEADERS) $(am__DIST_COMMON)
Packit 56e0ee
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
Packit 56e0ee
 configure.lineno config.status.lineno
Packit 56e0ee
mkinstalldirs = $(install_sh) -d
Packit 56e0ee
CONFIG_HEADER = config.h
Packit 56e0ee
CONFIG_CLEAN_FILES = xau.pc
Packit 56e0ee
CONFIG_CLEAN_VPATH_FILES =
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)$(libdir)" "$(DESTDIR)$(lintlibdir)" \
Packit 56e0ee
	"$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xauincludedir)"
Packit 56e0ee
LTLIBRARIES = $(lib_LTLIBRARIES)
Packit 56e0ee
am__DEPENDENCIES_1 =
Packit 56e0ee
libXau_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
Packit 56e0ee
am_libXau_la_OBJECTS = AuDispose.lo AuFileName.lo AuGetAddr.lo \
Packit 56e0ee
	AuGetBest.lo AuLock.lo AuRead.lo AuUnlock.lo AuWrite.lo
Packit 56e0ee
libXau_la_OBJECTS = $(am_libXau_la_OBJECTS)
Packit 56e0ee
AM_V_lt = $(am__v_lt_@AM_V@)
Packit 56e0ee
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_lt_0 = --silent
Packit 56e0ee
am__v_lt_1 = 
Packit 56e0ee
libXau_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 56e0ee
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit 56e0ee
	$(libXau_la_LDFLAGS) $(LDFLAGS) -o $@
Packit 56e0ee
am_Autest_OBJECTS = Autest.$(OBJEXT)
Packit 56e0ee
Autest_OBJECTS = $(am_Autest_OBJECTS)
Packit 56e0ee
Autest_DEPENDENCIES = libXau.la
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
DEFAULT_INCLUDES = -I.@am__isrc@
Packit 56e0ee
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit 56e0ee
am__depfiles_maybe = depfiles
Packit 56e0ee
am__mv = mv -f
Packit 56e0ee
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit 56e0ee
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit 56e0ee
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 56e0ee
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
Packit 56e0ee
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit 56e0ee
	$(AM_CFLAGS) $(CFLAGS)
Packit 56e0ee
AM_V_CC = $(am__v_CC_@AM_V@)
Packit 56e0ee
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_CC_0 = @echo "  CC      " $@;
Packit 56e0ee
am__v_CC_1 = 
Packit 56e0ee
CCLD = $(CC)
Packit 56e0ee
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Packit 56e0ee
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit 56e0ee
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit 56e0ee
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
Packit 56e0ee
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
Packit 56e0ee
am__v_CCLD_0 = @echo "  CCLD    " $@;
Packit 56e0ee
am__v_CCLD_1 = 
Packit 56e0ee
SOURCES = $(libXau_la_SOURCES) $(Autest_SOURCES)
Packit 56e0ee
DIST_SOURCES = $(libXau_la_SOURCES) $(Autest_SOURCES)
Packit 56e0ee
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
Packit 56e0ee
	ctags-recursive dvi-recursive html-recursive info-recursive \
Packit 56e0ee
	install-data-recursive install-dvi-recursive \
Packit 56e0ee
	install-exec-recursive install-html-recursive \
Packit 56e0ee
	install-info-recursive install-pdf-recursive \
Packit 56e0ee
	install-ps-recursive install-recursive installcheck-recursive \
Packit 56e0ee
	installdirs-recursive pdf-recursive ps-recursive \
Packit 56e0ee
	tags-recursive uninstall-recursive
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
DATA = $(lintlib_DATA) $(pkgconfig_DATA)
Packit 56e0ee
HEADERS = $(xauinclude_HEADERS)
Packit 56e0ee
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
Packit 56e0ee
  distclean-recursive maintainer-clean-recursive
Packit 56e0ee
am__recursive_targets = \
Packit 56e0ee
  $(RECURSIVE_TARGETS) \
Packit 56e0ee
  $(RECURSIVE_CLEAN_TARGETS) \
Packit 56e0ee
  $(am__extra_recursive_targets)
Packit 56e0ee
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
Packit 56e0ee
	cscope check recheck distdir dist dist-all distcheck
Packit 56e0ee
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
Packit 56e0ee
	$(LISP)config.h.in
Packit 56e0ee
# Read a list of newline-separated strings from the standard input,
Packit 56e0ee
# and print each of them once, without duplicates.  Input order is
Packit 56e0ee
# *not* preserved.
Packit 56e0ee
am__uniquify_input = $(AWK) '\
Packit 56e0ee
  BEGIN { nonempty = 0; } \
Packit 56e0ee
  { items[$$0] = 1; nonempty = 1; } \
Packit 56e0ee
  END { if (nonempty) { for (i in items) print i; }; } \
Packit 56e0ee
'
Packit 56e0ee
# Make sure the list of sources is unique.  This is necessary because,
Packit 56e0ee
# e.g., the same source file might be shared among _SOURCES variables
Packit 56e0ee
# for different programs/libraries.
Packit 56e0ee
am__define_uniq_tagged_files = \
Packit 56e0ee
  list='$(am__tagged_files)'; \
Packit 56e0ee
  unique=`for i in $$list; do \
Packit 56e0ee
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit 56e0ee
  done | $(am__uniquify_input)`
Packit 56e0ee
ETAGS = etags
Packit 56e0ee
CTAGS = ctags
Packit 56e0ee
CSCOPE = cscope
Packit 56e0ee
am__tty_colors_dummy = \
Packit 56e0ee
  mgn= red= grn= lgn= blu= brg= std=; \
Packit 56e0ee
  am__color_tests=no
Packit 56e0ee
am__tty_colors = { \
Packit 56e0ee
  $(am__tty_colors_dummy); \
Packit 56e0ee
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
Packit 56e0ee
    am__color_tests=no; \
Packit 56e0ee
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
Packit 56e0ee
    am__color_tests=yes; \
Packit 56e0ee
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
Packit 56e0ee
    am__color_tests=yes; \
Packit 56e0ee
  fi; \
Packit 56e0ee
  if test $$am__color_tests = yes; then \
Packit 56e0ee
    red='?[0;31m'; \
Packit 56e0ee
    grn='?[0;32m'; \
Packit 56e0ee
    lgn='?[1;32m'; \
Packit 56e0ee
    blu='?[1;34m'; \
Packit 56e0ee
    mgn='?[0;35m'; \
Packit 56e0ee
    brg='?[1m'; \
Packit 56e0ee
    std='?[m'; \
Packit 56e0ee
  fi; \
Packit 56e0ee
}
Packit 56e0ee
am__recheck_rx = ^[ 	]*:recheck:[ 	]*
Packit 56e0ee
am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
Packit 56e0ee
am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
Packit 56e0ee
# A command that, given a newline-separated list of test names on the
Packit 56e0ee
# standard input, print the name of the tests that are to be re-run
Packit 56e0ee
# upon "make recheck".
Packit 56e0ee
am__list_recheck_tests = $(AWK) '{ \
Packit 56e0ee
  recheck = 1; \
Packit 56e0ee
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
Packit 56e0ee
    { \
Packit 56e0ee
      if (rc < 0) \
Packit 56e0ee
        { \
Packit 56e0ee
          if ((getline line2 < ($$0 ".log")) < 0) \
Packit 56e0ee
	    recheck = 0; \
Packit 56e0ee
          break; \
Packit 56e0ee
        } \
Packit 56e0ee
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
Packit 56e0ee
        { \
Packit 56e0ee
          recheck = 0; \
Packit 56e0ee
          break; \
Packit 56e0ee
        } \
Packit 56e0ee
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
Packit 56e0ee
        { \
Packit 56e0ee
          break; \
Packit 56e0ee
        } \
Packit 56e0ee
    }; \
Packit 56e0ee
  if (recheck) \
Packit 56e0ee
    print $$0; \
Packit 56e0ee
  close ($$0 ".trs"); \
Packit 56e0ee
  close ($$0 ".log"); \
Packit 56e0ee
}'
Packit 56e0ee
# A command that, given a newline-separated list of test names on the
Packit 56e0ee
# standard input, create the global log from their .trs and .log files.
Packit 56e0ee
am__create_global_log = $(AWK) ' \
Packit 56e0ee
function fatal(msg) \
Packit 56e0ee
{ \
Packit 56e0ee
  print "fatal: making $@: " msg | "cat >&2;; \
Packit 56e0ee
  exit 1; \
Packit 56e0ee
} \
Packit 56e0ee
function rst_section(header) \
Packit 56e0ee
{ \
Packit 56e0ee
  print header; \
Packit 56e0ee
  len = length(header); \
Packit 56e0ee
  for (i = 1; i <= len; i = i + 1) \
Packit 56e0ee
    printf "="; \
Packit 56e0ee
  printf "\n\n"; \
Packit 56e0ee
} \
Packit 56e0ee
{ \
Packit 56e0ee
  copy_in_global_log = 1; \
Packit 56e0ee
  global_test_result = "RUN"; \
Packit 56e0ee
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
Packit 56e0ee
    { \
Packit 56e0ee
      if (rc < 0) \
Packit 56e0ee
         fatal("failed to read from " $$0 ".trs"); \
Packit 56e0ee
      if (line ~ /$(am__global_test_result_rx)/) \
Packit 56e0ee
        { \
Packit 56e0ee
          sub("$(am__global_test_result_rx)", "", line); \
Packit 56e0ee
          sub("[ 	]*$$", "", line); \
Packit 56e0ee
          global_test_result = line; \
Packit 56e0ee
        } \
Packit 56e0ee
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
Packit 56e0ee
        copy_in_global_log = 0; \
Packit 56e0ee
    }; \
Packit 56e0ee
  if (copy_in_global_log) \
Packit 56e0ee
    { \
Packit 56e0ee
      rst_section(global_test_result ": " $$0); \
Packit 56e0ee
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
Packit 56e0ee
      { \
Packit 56e0ee
        if (rc < 0) \
Packit 56e0ee
          fatal("failed to read from " $$0 ".log"); \
Packit 56e0ee
        print line; \
Packit 56e0ee
      }; \
Packit 56e0ee
      printf "\n"; \
Packit 56e0ee
    }; \
Packit 56e0ee
  close ($$0 ".trs"); \
Packit 56e0ee
  close ($$0 ".log"); \
Packit 56e0ee
}'
Packit 56e0ee
# Restructured Text title.
Packit 56e0ee
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
Packit 56e0ee
# Solaris 10 'make', and several other traditional 'make' implementations,
Packit 56e0ee
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
Packit 56e0ee
# by disabling -e (using the XSI extension "set +e") if it's set.
Packit 56e0ee
am__sh_e_setup = case $$- in *e*) set +e;; esac
Packit 56e0ee
# Default flags passed to test drivers.
Packit 56e0ee
am__common_driver_flags = \
Packit 56e0ee
  --color-tests "$$am__color_tests" \
Packit 56e0ee
  --enable-hard-errors "$$am__enable_hard_errors" \
Packit 56e0ee
  --expect-failure "$$am__expect_failure"
Packit 56e0ee
# To be inserted before the command running the test.  Creates the
Packit 56e0ee
# directory for the log if needed.  Stores in $dir the directory
Packit 56e0ee
# containing $f, in $tst the test, in $log the log.  Executes the
Packit 56e0ee
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
Packit 56e0ee
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
Packit 56e0ee
# will run the test scripts (or their associated LOG_COMPILER, if
Packit 56e0ee
# thy have one).
Packit 56e0ee
am__check_pre = \
Packit 56e0ee
$(am__sh_e_setup);					\
Packit 56e0ee
$(am__vpath_adj_setup) $(am__vpath_adj)			\
Packit 56e0ee
$(am__tty_colors);					\
Packit 56e0ee
srcdir=$(srcdir); export srcdir;			\
Packit 56e0ee
case "$@" in						\
Packit 56e0ee
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
Packit 56e0ee
    *) am__odir=.;; 					\
Packit 56e0ee
esac;							\
Packit 56e0ee
test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
Packit 56e0ee
  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
Packit 56e0ee
if test -f "./$$f"; then dir=./;			\
Packit 56e0ee
elif test -f "$$f"; then dir=;				\
Packit 56e0ee
else dir="$(srcdir)/"; fi;				\
Packit 56e0ee
tst=$$dir$$f; log='$@'; 				\
Packit 56e0ee
if test -n '$(DISABLE_HARD_ERRORS)'; then		\
Packit 56e0ee
  am__enable_hard_errors=no; 				\
Packit 56e0ee
else							\
Packit 56e0ee
  am__enable_hard_errors=yes; 				\
Packit 56e0ee
fi; 							\
Packit 56e0ee
case " $(XFAIL_TESTS) " in				\
Packit 56e0ee
  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
Packit 56e0ee
    am__expect_failure=yes;;				\
Packit 56e0ee
  *)							\
Packit 56e0ee
    am__expect_failure=no;;				\
Packit 56e0ee
esac; 							\
Packit 56e0ee
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
Packit 56e0ee
# A shell command to get the names of the tests scripts with any registered
Packit 56e0ee
# extension removed (i.e., equivalently, the names of the test logs, with
Packit 56e0ee
# the '.log' extension removed).  The result is saved in the shell variable
Packit 56e0ee
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
Packit 56e0ee
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
Packit 56e0ee
# since that might cause problem with VPATH rewrites for suffix-less tests.
Packit 56e0ee
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
Packit 56e0ee
am__set_TESTS_bases = \
Packit 56e0ee
  bases='$(TEST_LOGS)'; \
Packit 56e0ee
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
Packit 56e0ee
  bases=`echo $$bases`
Packit 56e0ee
RECHECK_LOGS = $(TEST_LOGS)
Packit 56e0ee
TEST_SUITE_LOG = test-suite.log
Packit 56e0ee
TEST_EXTENSIONS = @EXEEXT@ .test
Packit 56e0ee
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
Packit 56e0ee
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
Packit 56e0ee
am__set_b = \
Packit 56e0ee
  case '$@' in \
Packit 56e0ee
    */*) \
Packit 56e0ee
      case '$*' in \
Packit 56e0ee
        */*) b='$*';; \
Packit 56e0ee
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
Packit 56e0ee
       esac;; \
Packit 56e0ee
    *) \
Packit 56e0ee
      b='$*';; \
Packit 56e0ee
  esac
Packit 56e0ee
am__test_logs1 = $(TESTS:=.log)
Packit 56e0ee
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
Packit 56e0ee
TEST_LOGS = $(am__test_logs2:.test.log=.log)
Packit 56e0ee
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
Packit 56e0ee
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
Packit 56e0ee
	$(TEST_LOG_FLAGS)
Packit 56e0ee
DIST_SUBDIRS = $(SUBDIRS)
Packit 56e0ee
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
Packit 56e0ee
	$(srcdir)/xau.pc.in AUTHORS COPYING ChangeLog INSTALL README \
Packit 56e0ee
	compile config.guess config.sub depcomp install-sh ltmain.sh \
Packit 56e0ee
	missing test-driver
Packit 56e0ee
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit 56e0ee
distdir = $(PACKAGE)-$(VERSION)
Packit 56e0ee
top_distdir = $(distdir)
Packit 56e0ee
am__remove_distdir = \
Packit 56e0ee
  if test -d "$(distdir)"; then \
Packit 56e0ee
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
Packit 56e0ee
      && rm -rf "$(distdir)" \
Packit 56e0ee
      || { sleep 5 && rm -rf "$(distdir)"; }; \
Packit 56e0ee
  else :; fi
Packit 56e0ee
am__post_remove_distdir = $(am__remove_distdir)
Packit 56e0ee
am__relativize = \
Packit 56e0ee
  dir0=`pwd`; \
Packit 56e0ee
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
Packit 56e0ee
  sed_rest='s,^[^/]*/*,,'; \
Packit 56e0ee
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
Packit 56e0ee
  sed_butlast='s,/*[^/]*$$,,'; \
Packit 56e0ee
  while test -n "$$dir1"; do \
Packit 56e0ee
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
Packit 56e0ee
    if test "$$first" != "."; then \
Packit 56e0ee
      if test "$$first" = ".."; then \
Packit 56e0ee
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
Packit 56e0ee
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
Packit 56e0ee
      else \
Packit 56e0ee
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
Packit 56e0ee
        if test "$$first2" = "$$first"; then \
Packit 56e0ee
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
Packit 56e0ee
        else \
Packit 56e0ee
          dir2="../$$dir2"; \
Packit 56e0ee
        fi; \
Packit 56e0ee
        dir0="$$dir0"/"$$first"; \
Packit 56e0ee
      fi; \
Packit 56e0ee
    fi; \
Packit 56e0ee
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
Packit 56e0ee
  done; \
Packit 56e0ee
  reldir="$$dir2"
Packit 56e0ee
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
Packit 56e0ee
GZIP_ENV = --best
Packit 56e0ee
DIST_TARGETS = dist-bzip2 dist-gzip
Packit 56e0ee
distuninstallcheck_listfiles = find . -type f -print
Packit 56e0ee
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
Packit 56e0ee
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
Packit 56e0ee
distcleancheck_listfiles = find . -type f -print
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
SUBDIRS = man
Packit 56e0ee
lib_LTLIBRARIES = libXau.la
Packit 56e0ee
AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS)
Packit 56e0ee
AM_CPPFLAGS = -I${top_srcdir}/include
Packit 56e0ee
libXau_la_LDFLAGS = -version-number 6:0:0 -no-undefined
Packit 56e0ee
libXau_la_LIBADD = $(XAU_LIBS)
Packit 56e0ee
libXau_la_SOURCES = \
Packit 56e0ee
	AuDispose.c \
Packit 56e0ee
	AuFileName.c \
Packit 56e0ee
	AuGetAddr.c \
Packit 56e0ee
	AuGetBest.c \
Packit 56e0ee
	AuLock.c \
Packit 56e0ee
	AuRead.c \
Packit 56e0ee
	AuUnlock.c \
Packit 56e0ee
	AuWrite.c
Packit 56e0ee
Packit 56e0ee
xauincludedir = $(includedir)/X11
Packit 56e0ee
xauinclude_HEADERS = include/X11/Xauth.h
Packit 56e0ee
pkgconfigdir = $(libdir)/pkgconfig
Packit 56e0ee
pkgconfig_DATA = xau.pc
Packit 56e0ee
Autest_SOURCES = Autest.c
Packit 56e0ee
Autest_LDADD = libXau.la
Packit 56e0ee
@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
Packit 56e0ee
@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS)
Packit 56e0ee
Packit 56e0ee
@MAKE_LINT_LIB_TRUE@lintlibdir = $(libdir)
Packit 56e0ee
@MAKE_LINT_LIB_TRUE@lintlib_DATA = $(LINTLIB)
Packit 56e0ee
CLEANFILES = $(lintlib_DATA)
Packit 56e0ee
MAINTAINERCLEANFILES = ChangeLog INSTALL
Packit 56e0ee
all: config.h
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
Packit 56e0ee
Packit 56e0ee
.SUFFIXES:
Packit 56e0ee
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
Packit 56e0ee
am--refresh: Makefile
Packit 56e0ee
	@:
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
	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
Packit 56e0ee
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
Packit 56e0ee
		&& exit 0; \
Packit 56e0ee
	      exit 1;; \
Packit 56e0ee
	  esac; \
Packit 56e0ee
	done; \
Packit 56e0ee
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
Packit 56e0ee
	$(am__cd) $(top_srcdir) && \
Packit 56e0ee
	  $(AUTOMAKE) --foreign Makefile
Packit 56e0ee
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit 56e0ee
	@case '$?' in \
Packit 56e0ee
	  *config.status*) \
Packit 56e0ee
	    echo ' $(SHELL) ./config.status'; \
Packit 56e0ee
	    $(SHELL) ./config.status;; \
Packit 56e0ee
	  *) \
Packit 56e0ee
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
Packit 56e0ee
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
Packit 56e0ee
	esac;
Packit 56e0ee
Packit 56e0ee
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit 56e0ee
	$(SHELL) ./config.status --recheck
Packit 56e0ee
Packit 56e0ee
$(top_srcdir)/configure:  $(am__configure_deps)
Packit 56e0ee
	$(am__cd) $(srcdir) && $(AUTOCONF)
Packit 56e0ee
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
Packit 56e0ee
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
Packit 56e0ee
$(am__aclocal_m4_deps):
Packit 56e0ee
Packit 56e0ee
config.h: stamp-h1
Packit 56e0ee
	@test -f $@ || rm -f stamp-h1
Packit 56e0ee
	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
Packit 56e0ee
Packit 56e0ee
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
Packit 56e0ee
	@rm -f stamp-h1
Packit 56e0ee
	cd $(top_builddir) && $(SHELL) ./config.status config.h
Packit 56e0ee
$(srcdir)/config.h.in:  $(am__configure_deps) 
Packit 56e0ee
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
Packit 56e0ee
	rm -f stamp-h1
Packit 56e0ee
	touch $@
Packit 56e0ee
Packit 56e0ee
distclean-hdr:
Packit 56e0ee
	-rm -f config.h stamp-h1
Packit 56e0ee
xau.pc: $(top_builddir)/config.status $(srcdir)/xau.pc.in
Packit 56e0ee
	cd $(top_builddir) && $(SHELL) ./config.status $@
Packit 56e0ee
Packit 56e0ee
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Packit 56e0ee
	@$(NORMAL_INSTALL)
Packit 56e0ee
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit 56e0ee
	list2=; for p in $$list; do \
Packit 56e0ee
	  if test -f $$p; then \
Packit 56e0ee
	    list2="$$list2 $$p"; \
Packit 56e0ee
	  else :; fi; \
Packit 56e0ee
	done; \
Packit 56e0ee
	test -z "$$list2" || { \
Packit 56e0ee
	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
Packit 56e0ee
	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Packit 56e0ee
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
Packit 56e0ee
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
Packit 56e0ee
	}
Packit 56e0ee
Packit 56e0ee
uninstall-libLTLIBRARIES:
Packit 56e0ee
	@$(NORMAL_UNINSTALL)
Packit 56e0ee
	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
Packit 56e0ee
	for p in $$list; do \
Packit 56e0ee
	  $(am__strip_dir) \
Packit 56e0ee
	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
Packit 56e0ee
	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
Packit 56e0ee
	done
Packit 56e0ee
Packit 56e0ee
clean-libLTLIBRARIES:
Packit 56e0ee
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Packit 56e0ee
	@list='$(lib_LTLIBRARIES)'; \
Packit 56e0ee
	locs=`for p in $$list; do echo $$p; done | \
Packit 56e0ee
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
Packit 56e0ee
	      sort -u`; \
Packit 56e0ee
	test -z "$$locs" || { \
Packit 56e0ee
	  echo rm -f $${locs}; \
Packit 56e0ee
	  rm -f $${locs}; \
Packit 56e0ee
	}
Packit 56e0ee
Packit 56e0ee
libXau.la: $(libXau_la_OBJECTS) $(libXau_la_DEPENDENCIES) $(EXTRA_libXau_la_DEPENDENCIES) 
Packit 56e0ee
	$(AM_V_CCLD)$(libXau_la_LINK) -rpath $(libdir) $(libXau_la_OBJECTS) $(libXau_la_LIBADD) $(LIBS)
Packit 56e0ee
Packit 56e0ee
clean-checkPROGRAMS:
Packit 56e0ee
	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
Packit 56e0ee
	echo " rm -f" $$list; \
Packit 56e0ee
	rm -f $$list || exit $$?; \
Packit 56e0ee
	test -n "$(EXEEXT)" || exit 0; \
Packit 56e0ee
	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
Packit 56e0ee
	echo " rm -f" $$list; \
Packit 56e0ee
	rm -f $$list
Packit 56e0ee
Packit 56e0ee
Autest$(EXEEXT): $(Autest_OBJECTS) $(Autest_DEPENDENCIES) $(EXTRA_Autest_DEPENDENCIES) 
Packit 56e0ee
	@rm -f Autest$(EXEEXT)
Packit 56e0ee
	$(AM_V_CCLD)$(LINK) $(Autest_OBJECTS) $(Autest_LDADD) $(LIBS)
Packit 56e0ee
Packit 56e0ee
mostlyclean-compile:
Packit 56e0ee
	-rm -f *.$(OBJEXT)
Packit 56e0ee
Packit 56e0ee
distclean-compile:
Packit 56e0ee
	-rm -f *.tab.c
Packit 56e0ee
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuDispose.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuFileName.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuGetAddr.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuGetBest.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuLock.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuRead.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuUnlock.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AuWrite.Plo@am__quote@
Packit 56e0ee
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Autest.Po@am__quote@
Packit 56e0ee
Packit 56e0ee
.c.o:
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 56e0ee
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Packit 56e0ee
Packit 56e0ee
.c.obj:
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 56e0ee
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Packit 56e0ee
Packit 56e0ee
.c.lo:
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
Packit 56e0ee
@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit 56e0ee
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit 56e0ee
@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
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
Packit 56e0ee
distclean-libtool:
Packit 56e0ee
	-rm -f libtool config.lt
Packit 56e0ee
install-lintlibDATA: $(lintlib_DATA)
Packit 56e0ee
	@$(NORMAL_INSTALL)
Packit 56e0ee
	@list='$(lintlib_DATA)'; test -n "$(lintlibdir)" || list=; \
Packit 56e0ee
	if test -n "$$list"; then \
Packit 56e0ee
	  echo " $(MKDIR_P) '$(DESTDIR)$(lintlibdir)'"; \
Packit 56e0ee
	  $(MKDIR_P) "$(DESTDIR)$(lintlibdir)" || 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)$(lintlibdir)'"; \
Packit 56e0ee
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(lintlibdir)" || exit $$?; \
Packit 56e0ee
	done
Packit 56e0ee
Packit 56e0ee
uninstall-lintlibDATA:
Packit 56e0ee
	@$(NORMAL_UNINSTALL)
Packit 56e0ee
	@list='$(lintlib_DATA)'; test -n "$(lintlibdir)" || list=; \
Packit 56e0ee
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 56e0ee
	dir='$(DESTDIR)$(lintlibdir)'; $(am__uninstall_files_from_dir)
Packit 56e0ee
install-pkgconfigDATA: $(pkgconfig_DATA)
Packit 56e0ee
	@$(NORMAL_INSTALL)
Packit 56e0ee
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 56e0ee
	if test -n "$$list"; then \
Packit 56e0ee
	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
Packit 56e0ee
	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || 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)$(pkgconfigdir)'"; \
Packit 56e0ee
	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
Packit 56e0ee
	done
Packit 56e0ee
Packit 56e0ee
uninstall-pkgconfigDATA:
Packit 56e0ee
	@$(NORMAL_UNINSTALL)
Packit 56e0ee
	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
Packit 56e0ee
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 56e0ee
	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
Packit 56e0ee
install-xauincludeHEADERS: $(xauinclude_HEADERS)
Packit 56e0ee
	@$(NORMAL_INSTALL)
Packit 56e0ee
	@list='$(xauinclude_HEADERS)'; test -n "$(xauincludedir)" || list=; \
Packit 56e0ee
	if test -n "$$list"; then \
Packit 56e0ee
	  echo " $(MKDIR_P) '$(DESTDIR)$(xauincludedir)'"; \
Packit 56e0ee
	  $(MKDIR_P) "$(DESTDIR)$(xauincludedir)" || 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_HEADER) $$files '$(DESTDIR)$(xauincludedir)'"; \
Packit 56e0ee
	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(xauincludedir)" || exit $$?; \
Packit 56e0ee
	done
Packit 56e0ee
Packit 56e0ee
uninstall-xauincludeHEADERS:
Packit 56e0ee
	@$(NORMAL_UNINSTALL)
Packit 56e0ee
	@list='$(xauinclude_HEADERS)'; test -n "$(xauincludedir)" || list=; \
Packit 56e0ee
	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Packit 56e0ee
	dir='$(DESTDIR)$(xauincludedir)'; $(am__uninstall_files_from_dir)
Packit 56e0ee
Packit 56e0ee
# This directory's subdirectories are mostly independent; you can cd
Packit 56e0ee
# into them and run 'make' without going through this Makefile.
Packit 56e0ee
# To change the values of 'make' variables: instead of editing Makefiles,
Packit 56e0ee
# (1) if the variable is set in 'config.status', edit 'config.status'
Packit 56e0ee
#     (which will cause the Makefiles to be regenerated when you run 'make');
Packit 56e0ee
# (2) otherwise, pass the desired values on the 'make' command line.
Packit 56e0ee
$(am__recursive_targets):
Packit 56e0ee
	@fail=; \
Packit 56e0ee
	if $(am__make_keepgoing); then \
Packit 56e0ee
	  failcom='fail=yes'; \
Packit 56e0ee
	else \
Packit 56e0ee
	  failcom='exit 1'; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	dot_seen=no; \
Packit 56e0ee
	target=`echo $@ | sed s/-recursive//`; \
Packit 56e0ee
	case "$@" in \
Packit 56e0ee
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit 56e0ee
	  *) list='$(SUBDIRS)' ;; \
Packit 56e0ee
	esac; \
Packit 56e0ee
	for subdir in $$list; do \
Packit 56e0ee
	  echo "Making $$target in $$subdir"; \
Packit 56e0ee
	  if test "$$subdir" = "."; then \
Packit 56e0ee
	    dot_seen=yes; \
Packit 56e0ee
	    local_target="$$target-am"; \
Packit 56e0ee
	  else \
Packit 56e0ee
	    local_target="$$target"; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit 56e0ee
	  || eval $$failcom; \
Packit 56e0ee
	done; \
Packit 56e0ee
	if test "$$dot_seen" = "no"; then \
Packit 56e0ee
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit 56e0ee
	fi; test -z "$$fail"
Packit 56e0ee
Packit 56e0ee
ID: $(am__tagged_files)
Packit 56e0ee
	$(am__define_uniq_tagged_files); mkid -fID $$unique
Packit 56e0ee
tags: tags-recursive
Packit 56e0ee
TAGS: tags
Packit 56e0ee
Packit 56e0ee
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 56e0ee
	set x; \
Packit 56e0ee
	here=`pwd`; \
Packit 56e0ee
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit 56e0ee
	  include_option=--etags-include; \
Packit 56e0ee
	  empty_fix=.; \
Packit 56e0ee
	else \
Packit 56e0ee
	  include_option=--include; \
Packit 56e0ee
	  empty_fix=; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit 56e0ee
	  if test "$$subdir" = .; then :; else \
Packit 56e0ee
	    test ! -f $$subdir/TAGS || \
Packit 56e0ee
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	done; \
Packit 56e0ee
	$(am__define_uniq_tagged_files); \
Packit 56e0ee
	shift; \
Packit 56e0ee
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
Packit 56e0ee
	  test -n "$$unique" || unique=$$empty_fix; \
Packit 56e0ee
	  if test $$# -gt 0; then \
Packit 56e0ee
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 56e0ee
	      "$$@" $$unique; \
Packit 56e0ee
	  else \
Packit 56e0ee
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit 56e0ee
	      $$unique; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	fi
Packit 56e0ee
ctags: ctags-recursive
Packit 56e0ee
Packit 56e0ee
CTAGS: ctags
Packit 56e0ee
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Packit 56e0ee
	$(am__define_uniq_tagged_files); \
Packit 56e0ee
	test -z "$(CTAGS_ARGS)$$unique" \
Packit 56e0ee
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit 56e0ee
	     $$unique
Packit 56e0ee
Packit 56e0ee
GTAGS:
Packit 56e0ee
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit 56e0ee
	  && $(am__cd) $(top_srcdir) \
Packit 56e0ee
	  && gtags -i $(GTAGS_ARGS) "$$here"
Packit 56e0ee
cscope: cscope.files
Packit 56e0ee
	test ! -s cscope.files \
Packit 56e0ee
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
Packit 56e0ee
clean-cscope:
Packit 56e0ee
	-rm -f cscope.files
Packit 56e0ee
cscope.files: clean-cscope cscopelist
Packit 56e0ee
cscopelist: cscopelist-recursive
Packit 56e0ee
Packit 56e0ee
cscopelist-am: $(am__tagged_files)
Packit 56e0ee
	list='$(am__tagged_files)'; \
Packit 56e0ee
	case "$(srcdir)" in \
Packit 56e0ee
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
Packit 56e0ee
	  *) sdir=$(subdir)/$(srcdir) ;; \
Packit 56e0ee
	esac; \
Packit 56e0ee
	for i in $$list; do \
Packit 56e0ee
	  if test -f "$$i"; then \
Packit 56e0ee
	    echo "$(subdir)/$$i"; \
Packit 56e0ee
	  else \
Packit 56e0ee
	    echo "$$sdir/$$i"; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	done >> $(top_builddir)/cscope.files
Packit 56e0ee
Packit 56e0ee
distclean-tags:
Packit 56e0ee
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit 56e0ee
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
Packit 56e0ee
Packit 56e0ee
# Recover from deleted '.trs' file; this should ensure that
Packit 56e0ee
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
Packit 56e0ee
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
Packit 56e0ee
# to avoid problems with "make -n".
Packit 56e0ee
.log.trs:
Packit 56e0ee
	rm -f $< $@
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) $<
Packit 56e0ee
Packit 56e0ee
# Leading 'am--fnord' is there to ensure the list of targets does not
Packit 56e0ee
# expand to empty, as could happen e.g. with make check TESTS=''.
Packit 56e0ee
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
Packit 56e0ee
am--force-recheck:
Packit 56e0ee
	@:
Packit 56e0ee
Packit 56e0ee
$(TEST_SUITE_LOG): $(TEST_LOGS)
Packit 56e0ee
	@$(am__set_TESTS_bases); \
Packit 56e0ee
	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
Packit 56e0ee
	redo_bases=`for i in $$bases; do \
Packit 56e0ee
	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
Packit 56e0ee
	            done`; \
Packit 56e0ee
	if test -n "$$redo_bases"; then \
Packit 56e0ee
	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
Packit 56e0ee
	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
Packit 56e0ee
	  if $(am__make_dryrun); then :; else \
Packit 56e0ee
	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	if test -n "$$am__remaking_logs"; then \
Packit 56e0ee
	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
Packit 56e0ee
	       "recursion detected" >&2; \
Packit 56e0ee
	elif test -n "$$redo_logs"; then \
Packit 56e0ee
	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	if $(am__make_dryrun); then :; else \
Packit 56e0ee
	  st=0;  \
Packit 56e0ee
	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
Packit 56e0ee
	  for i in $$redo_bases; do \
Packit 56e0ee
	    test -f $$i.trs && test -r $$i.trs \
Packit 56e0ee
	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
Packit 56e0ee
	    test -f $$i.log && test -r $$i.log \
Packit 56e0ee
	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
Packit 56e0ee
	  done; \
Packit 56e0ee
	  test $$st -eq 0 || exit 1; \
Packit 56e0ee
	fi
Packit 56e0ee
	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
Packit 56e0ee
	ws='[ 	]'; \
Packit 56e0ee
	results=`for b in $$bases; do echo $$b.trs; done`; \
Packit 56e0ee
	test -n "$$results" || results=/dev/null; \
Packit 56e0ee
	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
Packit 56e0ee
	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
Packit 56e0ee
	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
Packit 56e0ee
	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
Packit 56e0ee
	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
Packit 56e0ee
	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
Packit 56e0ee
	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
Packit 56e0ee
	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
Packit 56e0ee
	  success=true; \
Packit 56e0ee
	else \
Packit 56e0ee
	  success=false; \
Packit 56e0ee
	fi; \
Packit 56e0ee
	br='==================='; br=$$br$$br$$br$$br; \
Packit 56e0ee
	result_count () \
Packit 56e0ee
	{ \
Packit 56e0ee
	    if test x"$$1" = x"--maybe-color"; then \
Packit 56e0ee
	      maybe_colorize=yes; \
Packit 56e0ee
	    elif test x"$$1" = x"--no-color"; then \
Packit 56e0ee
	      maybe_colorize=no; \
Packit 56e0ee
	    else \
Packit 56e0ee
	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
Packit 56e0ee
	    fi; \
Packit 56e0ee
	    shift; \
Packit 56e0ee
	    desc=$$1 count=$$2; \
Packit 56e0ee
	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
Packit 56e0ee
	      color_start=$$3 color_end=$$std; \
Packit 56e0ee
	    else \
Packit 56e0ee
	      color_start= color_end=; \
Packit 56e0ee
	    fi; \
Packit 56e0ee
	    echo "$${color_start}# $$desc $$count$${color_end}"; \
Packit 56e0ee
	}; \
Packit 56e0ee
	create_testsuite_report () \
Packit 56e0ee
	{ \
Packit 56e0ee
	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
Packit 56e0ee
	  result_count $$1 "PASS: " $$pass  "$$grn"; \
Packit 56e0ee
	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
Packit 56e0ee
	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
Packit 56e0ee
	  result_count $$1 "FAIL: " $$fail  "$$red"; \
Packit 56e0ee
	  result_count $$1 "XPASS:" $$xpass "$$red"; \
Packit 56e0ee
	  result_count $$1 "ERROR:" $$error "$$mgn"; \
Packit 56e0ee
	}; \
Packit 56e0ee
	{								\
Packit 56e0ee
	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
Packit 56e0ee
	    $(am__rst_title);						\
Packit 56e0ee
	  create_testsuite_report --no-color;				\
Packit 56e0ee
	  echo;								\
Packit 56e0ee
	  echo ".. contents:: :depth: 2";				\
Packit 56e0ee
	  echo;								\
Packit 56e0ee
	  for b in $$bases; do echo $$b; done				\
Packit 56e0ee
	    | $(am__create_global_log);					\
Packit 56e0ee
	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
Packit 56e0ee
	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
Packit 56e0ee
	if $$success; then						\
Packit 56e0ee
	  col="$$grn";							\
Packit 56e0ee
	 else								\
Packit 56e0ee
	  col="$$red";							\
Packit 56e0ee
	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
Packit 56e0ee
	fi;								\
Packit 56e0ee
	echo "$${col}$$br$${std}"; 					\
Packit 56e0ee
	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
Packit 56e0ee
	echo "$${col}$$br$${std}"; 					\
Packit 56e0ee
	create_testsuite_report --maybe-color;				\
Packit 56e0ee
	echo "$$col$$br$$std";						\
Packit 56e0ee
	if $$success; then :; else					\
Packit 56e0ee
	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
Packit 56e0ee
	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
Packit 56e0ee
	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
Packit 56e0ee
	  fi;								\
Packit 56e0ee
	  echo "$$col$$br$$std";					\
Packit 56e0ee
	fi;								\
Packit 56e0ee
	$$success || exit 1
Packit 56e0ee
Packit 56e0ee
check-TESTS:
Packit 56e0ee
	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
Packit 56e0ee
	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
Packit 56e0ee
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Packit 56e0ee
	@set +e; $(am__set_TESTS_bases); \
Packit 56e0ee
	log_list=`for i in $$bases; do echo $$i.log; done`; \
Packit 56e0ee
	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
Packit 56e0ee
	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
Packit 56e0ee
	exit $$?;
Packit 56e0ee
recheck: all $(check_PROGRAMS)
Packit 56e0ee
	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
Packit 56e0ee
	@set +e; $(am__set_TESTS_bases); \
Packit 56e0ee
	bases=`for i in $$bases; do echo $$i; done \
Packit 56e0ee
	         | $(am__list_recheck_tests)` || exit 1; \
Packit 56e0ee
	log_list=`for i in $$bases; do echo $$i.log; done`; \
Packit 56e0ee
	log_list=`echo $$log_list`; \
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
Packit 56e0ee
	        am__force_recheck=am--force-recheck \
Packit 56e0ee
	        TEST_LOGS="$$log_list"; \
Packit 56e0ee
	exit $$?
Packit 56e0ee
Autest.log: Autest$(EXEEXT)
Packit 56e0ee
	@p='Autest$(EXEEXT)'; \
Packit 56e0ee
	b='Autest'; \
Packit 56e0ee
	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
Packit 56e0ee
	--log-file $$b.log --trs-file $$b.trs \
Packit 56e0ee
	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
Packit 56e0ee
	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit 56e0ee
.test.log:
Packit 56e0ee
	@p='$<'; \
Packit 56e0ee
	$(am__set_b); \
Packit 56e0ee
	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
Packit 56e0ee
	--log-file $$b.log --trs-file $$b.trs \
Packit 56e0ee
	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
Packit 56e0ee
	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit 56e0ee
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
Packit 56e0ee
@am__EXEEXT_TRUE@	@p='$<'; \
Packit 56e0ee
@am__EXEEXT_TRUE@	$(am__set_b); \
Packit 56e0ee
@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
Packit 56e0ee
@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
Packit 56e0ee
@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
Packit 56e0ee
@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
Packit 56e0ee
Packit 56e0ee
distdir: $(DISTFILES)
Packit 56e0ee
	$(am__remove_distdir)
Packit 56e0ee
	test -d "$(distdir)" || mkdir "$(distdir)"
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
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit 56e0ee
	  if test "$$subdir" = .; then :; else \
Packit 56e0ee
	    $(am__make_dryrun) \
Packit 56e0ee
	      || test -d "$(distdir)/$$subdir" \
Packit 56e0ee
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
Packit 56e0ee
	      || exit 1; \
Packit 56e0ee
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
Packit 56e0ee
	    $(am__relativize); \
Packit 56e0ee
	    new_distdir=$$reldir; \
Packit 56e0ee
	    dir1=$$subdir; dir2="$(top_distdir)"; \
Packit 56e0ee
	    $(am__relativize); \
Packit 56e0ee
	    new_top_distdir=$$reldir; \
Packit 56e0ee
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
Packit 56e0ee
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
Packit 56e0ee
	    ($(am__cd) $$subdir && \
Packit 56e0ee
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit 56e0ee
	        top_distdir="$$new_top_distdir" \
Packit 56e0ee
	        distdir="$$new_distdir" \
Packit 56e0ee
		am__remove_distdir=: \
Packit 56e0ee
		am__skip_length_check=: \
Packit 56e0ee
		am__skip_mode_fix=: \
Packit 56e0ee
	        distdir) \
Packit 56e0ee
	      || exit 1; \
Packit 56e0ee
	  fi; \
Packit 56e0ee
	done
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) \
Packit 56e0ee
	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
Packit 56e0ee
	  dist-hook
Packit 56e0ee
	-test -n "$(am__skip_mode_fix)" \
Packit 56e0ee
	|| find "$(distdir)" -type d ! -perm -755 \
Packit 56e0ee
		-exec chmod u+rwx,go+rx {} \; -o \
Packit 56e0ee
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Packit 56e0ee
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
Packit 56e0ee
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
Packit 56e0ee
	|| chmod -R a+r "$(distdir)"
Packit 56e0ee
dist-gzip: distdir
Packit 56e0ee
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
dist-bzip2: distdir
Packit 56e0ee
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist-lzip: distdir
Packit 56e0ee
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist-xz: distdir
Packit 56e0ee
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist-tarZ: distdir
Packit 56e0ee
	@echo WARNING: "Support for distribution archives compressed with" \
Packit 56e0ee
		       "legacy program 'compress' is deprecated." >&2
Packit 56e0ee
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 56e0ee
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist-shar: distdir
Packit 56e0ee
	@echo WARNING: "Support for shar distribution archives is" \
Packit 56e0ee
	               "deprecated." >&2
Packit 56e0ee
	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
Packit 56e0ee
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist-zip: distdir
Packit 56e0ee
	-rm -f $(distdir).zip
Packit 56e0ee
	zip -rq $(distdir).zip $(distdir)
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
dist dist-all:
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
Packit 56e0ee
# This target untars the dist file and tries a VPATH configuration.  Then
Packit 56e0ee
# it guarantees that the distribution is self-contained by making another
Packit 56e0ee
# tarfile.
Packit 56e0ee
distcheck: dist
Packit 56e0ee
	case '$(DIST_ARCHIVES)' in \
Packit 56e0ee
	*.tar.gz*) \
Packit 56e0ee
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
Packit 56e0ee
	*.tar.bz2*) \
Packit 56e0ee
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
Packit 56e0ee
	*.tar.lz*) \
Packit 56e0ee
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
Packit 56e0ee
	*.tar.xz*) \
Packit 56e0ee
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
Packit 56e0ee
	*.tar.Z*) \
Packit 56e0ee
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
Packit 56e0ee
	*.shar.gz*) \
Packit 56e0ee
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
Packit 56e0ee
	*.zip*) \
Packit 56e0ee
	  unzip $(distdir).zip ;;\
Packit 56e0ee
	esac
Packit 56e0ee
	chmod -R a-w $(distdir)
Packit 56e0ee
	chmod u+w $(distdir)
Packit 56e0ee
	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
Packit 56e0ee
	chmod a-w $(distdir)
Packit 56e0ee
	test -d $(distdir)/_build || exit 0; \
Packit 56e0ee
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
Packit 56e0ee
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
Packit 56e0ee
	  && am__cwd=`pwd` \
Packit 56e0ee
	  && $(am__cd) $(distdir)/_build/sub \
Packit 56e0ee
	  && ../../configure \
Packit 56e0ee
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
Packit 56e0ee
	    $(DISTCHECK_CONFIGURE_FLAGS) \
Packit 56e0ee
	    --srcdir=../.. --prefix="$$dc_install_base" \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) check \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) install \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
Packit 56e0ee
	        distuninstallcheck \
Packit 56e0ee
	  && chmod -R a-w "$$dc_install_base" \
Packit 56e0ee
	  && ({ \
Packit 56e0ee
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
Packit 56e0ee
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
Packit 56e0ee
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
Packit 56e0ee
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
Packit 56e0ee
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
Packit 56e0ee
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
Packit 56e0ee
	  && rm -rf "$$dc_destdir" \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
Packit 56e0ee
	  && rm -rf $(DIST_ARCHIVES) \
Packit 56e0ee
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
Packit 56e0ee
	  && cd "$$am__cwd" \
Packit 56e0ee
	  || exit 1
Packit 56e0ee
	$(am__post_remove_distdir)
Packit 56e0ee
	@(echo "$(distdir) archives ready for distribution: "; \
Packit 56e0ee
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
Packit 56e0ee
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
Packit 56e0ee
distuninstallcheck:
Packit 56e0ee
	@test -n '$(distuninstallcheck_dir)' || { \
Packit 56e0ee
	  echo 'ERROR: trying to run $@ with an empty' \
Packit 56e0ee
	       '$$(distuninstallcheck_dir)' >&2; \
Packit 56e0ee
	  exit 1; \
Packit 56e0ee
	}; \
Packit 56e0ee
	$(am__cd) '$(distuninstallcheck_dir)' || { \
Packit 56e0ee
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
Packit 56e0ee
	  exit 1; \
Packit 56e0ee
	}; \
Packit 56e0ee
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
Packit 56e0ee
	   || { echo "ERROR: files left after uninstall:" ; \
Packit 56e0ee
	        if test -n "$(DESTDIR)"; then \
Packit 56e0ee
	          echo "  (check DESTDIR support)"; \
Packit 56e0ee
	        fi ; \
Packit 56e0ee
	        $(distuninstallcheck_listfiles) ; \
Packit 56e0ee
	        exit 1; } >&2
Packit 56e0ee
distcleancheck: distclean
Packit 56e0ee
	@if test '$(srcdir)' = . ; then \
Packit 56e0ee
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
Packit 56e0ee
	  exit 1 ; \
Packit 56e0ee
	fi
Packit 56e0ee
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
Packit 56e0ee
	  || { echo "ERROR: files left in build directory after distclean:" ; \
Packit 56e0ee
	       $(distcleancheck_listfiles) ; \
Packit 56e0ee
	       exit 1; } >&2
Packit 56e0ee
check-am: all-am
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
Packit 56e0ee
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
Packit 56e0ee
check: check-recursive
Packit 56e0ee
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) config.h
Packit 56e0ee
installdirs: installdirs-recursive
Packit 56e0ee
installdirs-am:
Packit 56e0ee
	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(lintlibdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xauincludedir)"; do \
Packit 56e0ee
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
Packit 56e0ee
	done
Packit 56e0ee
install: install-recursive
Packit 56e0ee
install-exec: install-exec-recursive
Packit 56e0ee
install-data: install-data-recursive
Packit 56e0ee
uninstall: uninstall-recursive
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-recursive
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
	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
Packit 56e0ee
	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
Packit 56e0ee
	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
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
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
Packit 56e0ee
clean: clean-recursive
Packit 56e0ee
Packit 56e0ee
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
Packit 56e0ee
	clean-libtool mostlyclean-am
Packit 56e0ee
Packit 56e0ee
distclean: distclean-recursive
Packit 56e0ee
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 56e0ee
	-rm -rf ./$(DEPDIR)
Packit 56e0ee
	-rm -f Makefile
Packit 56e0ee
distclean-am: clean-am distclean-compile distclean-generic \
Packit 56e0ee
	distclean-hdr distclean-libtool distclean-tags
Packit 56e0ee
Packit 56e0ee
dvi: dvi-recursive
Packit 56e0ee
Packit 56e0ee
dvi-am:
Packit 56e0ee
Packit 56e0ee
html: html-recursive
Packit 56e0ee
Packit 56e0ee
html-am:
Packit 56e0ee
Packit 56e0ee
info: info-recursive
Packit 56e0ee
Packit 56e0ee
info-am:
Packit 56e0ee
Packit 56e0ee
install-data-am: install-lintlibDATA install-pkgconfigDATA \
Packit 56e0ee
	install-xauincludeHEADERS
Packit 56e0ee
Packit 56e0ee
install-dvi: install-dvi-recursive
Packit 56e0ee
Packit 56e0ee
install-dvi-am:
Packit 56e0ee
Packit 56e0ee
install-exec-am: install-libLTLIBRARIES
Packit 56e0ee
Packit 56e0ee
install-html: install-html-recursive
Packit 56e0ee
Packit 56e0ee
install-html-am:
Packit 56e0ee
Packit 56e0ee
install-info: install-info-recursive
Packit 56e0ee
Packit 56e0ee
install-info-am:
Packit 56e0ee
Packit 56e0ee
install-man:
Packit 56e0ee
Packit 56e0ee
install-pdf: install-pdf-recursive
Packit 56e0ee
Packit 56e0ee
install-pdf-am:
Packit 56e0ee
Packit 56e0ee
install-ps: install-ps-recursive
Packit 56e0ee
Packit 56e0ee
install-ps-am:
Packit 56e0ee
Packit 56e0ee
installcheck-am:
Packit 56e0ee
Packit 56e0ee
maintainer-clean: maintainer-clean-recursive
Packit 56e0ee
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
Packit 56e0ee
	-rm -rf $(top_srcdir)/autom4te.cache
Packit 56e0ee
	-rm -rf ./$(DEPDIR)
Packit 56e0ee
	-rm -f Makefile
Packit 56e0ee
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit 56e0ee
Packit 56e0ee
mostlyclean: mostlyclean-recursive
Packit 56e0ee
Packit 56e0ee
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit 56e0ee
	mostlyclean-libtool
Packit 56e0ee
Packit 56e0ee
pdf: pdf-recursive
Packit 56e0ee
Packit 56e0ee
pdf-am:
Packit 56e0ee
Packit 56e0ee
ps: ps-recursive
Packit 56e0ee
Packit 56e0ee
ps-am:
Packit 56e0ee
Packit 56e0ee
uninstall-am: uninstall-libLTLIBRARIES uninstall-lintlibDATA \
Packit 56e0ee
	uninstall-pkgconfigDATA uninstall-xauincludeHEADERS
Packit 56e0ee
Packit 56e0ee
.MAKE: $(am__recursive_targets) all check-am install-am install-strip
Packit 56e0ee
Packit 56e0ee
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
Packit 56e0ee
	am--refresh check check-TESTS check-am clean \
Packit 56e0ee
	clean-checkPROGRAMS clean-cscope clean-generic \
Packit 56e0ee
	clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
Packit 56e0ee
	ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
Packit 56e0ee
	dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
Packit 56e0ee
	distclean distclean-compile distclean-generic distclean-hdr \
Packit 56e0ee
	distclean-libtool distclean-tags distcleancheck distdir \
Packit 56e0ee
	distuninstallcheck 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-libLTLIBRARIES install-lintlibDATA install-man \
Packit 56e0ee
	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
Packit 56e0ee
	install-ps-am install-strip install-xauincludeHEADERS \
Packit 56e0ee
	installcheck installcheck-am installdirs installdirs-am \
Packit 56e0ee
	maintainer-clean maintainer-clean-generic mostlyclean \
Packit 56e0ee
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Packit 56e0ee
	pdf pdf-am ps ps-am recheck tags tags-am uninstall \
Packit 56e0ee
	uninstall-am uninstall-libLTLIBRARIES uninstall-lintlibDATA \
Packit 56e0ee
	uninstall-pkgconfigDATA uninstall-xauincludeHEADERS
Packit 56e0ee
Packit 56e0ee
.PRECIOUS: Makefile
Packit 56e0ee
Packit 56e0ee
Packit 56e0ee
@LINT_TRUE@lint:
Packit 56e0ee
@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
Packit 56e0ee
Packit 56e0ee
@MAKE_LINT_LIB_TRUE@$(LINTLIB): $(libXau_la_SOURCES)
Packit 56e0ee
@MAKE_LINT_LIB_TRUE@	$(LINT) -y -oXau -x $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
Packit 56e0ee
Packit 56e0ee
.PHONY: ChangeLog INSTALL
Packit 56e0ee
Packit 56e0ee
INSTALL:
Packit 56e0ee
	$(INSTALL_CMD)
Packit 56e0ee
Packit 56e0ee
ChangeLog:
Packit 56e0ee
	$(CHANGELOG_CMD)
Packit 56e0ee
Packit 56e0ee
dist-hook: ChangeLog INSTALL
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: