Makefile.in revision 6c3c2bce
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90TESTS = test_xauth$(EXEEXT)
91check_PROGRAMS = test_xauth$(EXEEXT)
92subdir = tests
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_HEADER = $(top_builddir)/config.h
100CONFIG_CLEAN_FILES =
101CONFIG_CLEAN_VPATH_FILES =
102am_test_xauth_OBJECTS = test_xauth.$(OBJEXT)
103test_xauth_OBJECTS = $(am_test_xauth_OBJECTS)
104test_xauth_LDADD = $(LDADD)
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 = 
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 = 
117DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
118depcomp = $(SHELL) $(top_srcdir)/depcomp
119am__maybe_remake_depfiles = depfiles
120am__depfiles_remade = ./$(DEPDIR)/test_xauth.Po
121am__mv = mv -f
122COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124AM_V_CC = $(am__v_CC_@AM_V@)
125am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
126am__v_CC_0 = @echo "  CC      " $@;
127am__v_CC_1 = 
128CCLD = $(CC)
129LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
130AM_V_CCLD = $(am__v_CCLD_@AM_V@)
131am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
132am__v_CCLD_0 = @echo "  CCLD    " $@;
133am__v_CCLD_1 = 
134SOURCES = $(test_xauth_SOURCES)
135DIST_SOURCES = $(test_xauth_SOURCES)
136am__can_run_installinfo = \
137  case $$AM_UPDATE_INFO_DIR in \
138    n|no|NO) false;; \
139    *) (install-info --version) >/dev/null 2>&1;; \
140  esac
141am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates.  Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146  BEGIN { nonempty = 0; } \
147  { items[$$0] = 1; nonempty = 1; } \
148  END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique.  This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154  list='$(am__tagged_files)'; \
155  unique=`for i in $$list; do \
156    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157  done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160am__tty_colors_dummy = \
161  mgn= red= grn= lgn= blu= brg= std=; \
162  am__color_tests=no
163am__tty_colors = { \
164  $(am__tty_colors_dummy); \
165  if test "X$(AM_COLOR_TESTS)" = Xno; then \
166    am__color_tests=no; \
167  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
168    am__color_tests=yes; \
169  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
170    am__color_tests=yes; \
171  fi; \
172  if test $$am__color_tests = yes; then \
173    red='[0;31m'; \
174    grn='[0;32m'; \
175    lgn='[1;32m'; \
176    blu='[1;34m'; \
177    mgn='[0;35m'; \
178    brg='[1m'; \
179    std='[m'; \
180  fi; \
181}
182am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
183am__vpath_adj = case $$p in \
184    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
185    *) f=$$p;; \
186  esac;
187am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
188am__install_max = 40
189am__nobase_strip_setup = \
190  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
191am__nobase_strip = \
192  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
193am__nobase_list = $(am__nobase_strip_setup); \
194  for p in $$list; do echo "$$p $$p"; done | \
195  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
196  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
197    if (++n[$$2] == $(am__install_max)) \
198      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
199    END { for (dir in files) print dir, files[dir] }'
200am__base_list = \
201  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
202  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
203am__uninstall_files_from_dir = { \
204  test -z "$$files" \
205    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
206    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
207         $(am__cd) "$$dir" && rm -f $$files; }; \
208  }
209am__recheck_rx = ^[ 	]*:recheck:[ 	]*
210am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
211am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
212# A command that, given a newline-separated list of test names on the
213# standard input, print the name of the tests that are to be re-run
214# upon "make recheck".
215am__list_recheck_tests = $(AWK) '{ \
216  recheck = 1; \
217  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
218    { \
219      if (rc < 0) \
220        { \
221          if ((getline line2 < ($$0 ".log")) < 0) \
222	    recheck = 0; \
223          break; \
224        } \
225      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
226        { \
227          recheck = 0; \
228          break; \
229        } \
230      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
231        { \
232          break; \
233        } \
234    }; \
235  if (recheck) \
236    print $$0; \
237  close ($$0 ".trs"); \
238  close ($$0 ".log"); \
239}'
240# A command that, given a newline-separated list of test names on the
241# standard input, create the global log from their .trs and .log files.
242am__create_global_log = $(AWK) ' \
243function fatal(msg) \
244{ \
245  print "fatal: making $@: " msg | "cat >&2"; \
246  exit 1; \
247} \
248function rst_section(header) \
249{ \
250  print header; \
251  len = length(header); \
252  for (i = 1; i <= len; i = i + 1) \
253    printf "="; \
254  printf "\n\n"; \
255} \
256{ \
257  copy_in_global_log = 1; \
258  global_test_result = "RUN"; \
259  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
260    { \
261      if (rc < 0) \
262         fatal("failed to read from " $$0 ".trs"); \
263      if (line ~ /$(am__global_test_result_rx)/) \
264        { \
265          sub("$(am__global_test_result_rx)", "", line); \
266          sub("[ 	]*$$", "", line); \
267          global_test_result = line; \
268        } \
269      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
270        copy_in_global_log = 0; \
271    }; \
272  if (copy_in_global_log) \
273    { \
274      rst_section(global_test_result ": " $$0); \
275      while ((rc = (getline line < ($$0 ".log"))) != 0) \
276      { \
277        if (rc < 0) \
278          fatal("failed to read from " $$0 ".log"); \
279        print line; \
280      }; \
281      printf "\n"; \
282    }; \
283  close ($$0 ".trs"); \
284  close ($$0 ".log"); \
285}'
286# Restructured Text title.
287am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
288# Solaris 10 'make', and several other traditional 'make' implementations,
289# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
290# by disabling -e (using the XSI extension "set +e") if it's set.
291am__sh_e_setup = case $$- in *e*) set +e;; esac
292# Default flags passed to test drivers.
293am__common_driver_flags = \
294  --color-tests "$$am__color_tests" \
295  --enable-hard-errors "$$am__enable_hard_errors" \
296  --expect-failure "$$am__expect_failure"
297# To be inserted before the command running the test.  Creates the
298# directory for the log if needed.  Stores in $dir the directory
299# containing $f, in $tst the test, in $log the log.  Executes the
300# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
301# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
302# will run the test scripts (or their associated LOG_COMPILER, if
303# thy have one).
304am__check_pre = \
305$(am__sh_e_setup);					\
306$(am__vpath_adj_setup) $(am__vpath_adj)			\
307$(am__tty_colors);					\
308srcdir=$(srcdir); export srcdir;			\
309case "$@" in						\
310  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
311    *) am__odir=.;; 					\
312esac;							\
313test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
314  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
315if test -f "./$$f"; then dir=./;			\
316elif test -f "$$f"; then dir=;				\
317else dir="$(srcdir)/"; fi;				\
318tst=$$dir$$f; log='$@'; 				\
319if test -n '$(DISABLE_HARD_ERRORS)'; then		\
320  am__enable_hard_errors=no; 				\
321else							\
322  am__enable_hard_errors=yes; 				\
323fi; 							\
324case " $(XFAIL_TESTS) " in				\
325  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
326    am__expect_failure=yes;;				\
327  *)							\
328    am__expect_failure=no;;				\
329esac; 							\
330$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
331# A shell command to get the names of the tests scripts with any registered
332# extension removed (i.e., equivalently, the names of the test logs, with
333# the '.log' extension removed).  The result is saved in the shell variable
334# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
335# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
336# since that might cause problem with VPATH rewrites for suffix-less tests.
337# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
338am__set_TESTS_bases = \
339  bases='$(TEST_LOGS)'; \
340  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
341  bases=`echo $$bases`
342RECHECK_LOGS = $(TEST_LOGS)
343AM_RECURSIVE_TARGETS = check recheck
344TEST_SUITE_LOG = test-suite.log
345TEST_EXTENSIONS = @EXEEXT@ .test
346LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
347LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
348am__set_b = \
349  case '$@' in \
350    */*) \
351      case '$*' in \
352        */*) b='$*';; \
353          *) b=`echo '$@' | sed 's/\.log$$//'`; \
354       esac;; \
355    *) \
356      b='$*';; \
357  esac
358am__test_logs1 = $(TESTS:=.log)
359am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
360TEST_LOGS = $(am__test_logs2:.test.log=.log)
361TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
362TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
363	$(TEST_LOG_FLAGS)
364am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
365	$(top_srcdir)/test-driver
366DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
367ACLOCAL = @ACLOCAL@
368ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
369ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
370AMTAR = @AMTAR@
371AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
372APP_MAN_DIR = @APP_MAN_DIR@
373APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
374AUTOCONF = @AUTOCONF@
375AUTOHEADER = @AUTOHEADER@
376AUTOMAKE = @AUTOMAKE@
377AWK = @AWK@
378BASE_CFLAGS = @BASE_CFLAGS@
379CC = @CC@
380CCDEPMODE = @CCDEPMODE@
381CFLAGS = @CFLAGS@
382CHANGELOG_CMD = @CHANGELOG_CMD@
383CPP = @CPP@
384CPPFLAGS = @CPPFLAGS@
385CWARNFLAGS = @CWARNFLAGS@
386CYGPATH_W = @CYGPATH_W@
387DEFS = @DEFS@
388DEPDIR = @DEPDIR@
389DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
390DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
391ECHO_C = @ECHO_C@
392ECHO_N = @ECHO_N@
393ECHO_T = @ECHO_T@
394EGREP = @EGREP@
395EXEEXT = @EXEEXT@
396FILE_MAN_DIR = @FILE_MAN_DIR@
397FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
398GREP = @GREP@
399INSTALL = @INSTALL@
400INSTALL_CMD = @INSTALL_CMD@
401INSTALL_DATA = @INSTALL_DATA@
402INSTALL_PROGRAM = @INSTALL_PROGRAM@
403INSTALL_SCRIPT = @INSTALL_SCRIPT@
404INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
405LDFLAGS = @LDFLAGS@
406LIBOBJS = @LIBOBJS@
407LIBS = @LIBS@
408LIB_MAN_DIR = @LIB_MAN_DIR@
409LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
410LINT = @LINT@
411LINT_FLAGS = @LINT_FLAGS@
412LTLIBOBJS = @LTLIBOBJS@
413MAKEINFO = @MAKEINFO@
414MAN_SUBSTS = @MAN_SUBSTS@
415MISC_MAN_DIR = @MISC_MAN_DIR@
416MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
417MKDIR_P = @MKDIR_P@
418OBJEXT = @OBJEXT@
419PACKAGE = @PACKAGE@
420PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
421PACKAGE_NAME = @PACKAGE_NAME@
422PACKAGE_STRING = @PACKAGE_STRING@
423PACKAGE_TARNAME = @PACKAGE_TARNAME@
424PACKAGE_URL = @PACKAGE_URL@
425PACKAGE_VERSION = @PACKAGE_VERSION@
426PATH_SEPARATOR = @PATH_SEPARATOR@
427PKG_CONFIG = @PKG_CONFIG@
428PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
429PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
430SED = @SED@
431SET_MAKE = @SET_MAKE@
432SHELL = @SHELL@
433STRICT_CFLAGS = @STRICT_CFLAGS@
434STRIP = @STRIP@
435VERSION = @VERSION@
436XAUTH_CFLAGS = @XAUTH_CFLAGS@
437XAUTH_LIBS = @XAUTH_LIBS@
438XORG_MAN_PAGE = @XORG_MAN_PAGE@
439abs_builddir = @abs_builddir@
440abs_srcdir = @abs_srcdir@
441abs_top_builddir = @abs_top_builddir@
442abs_top_srcdir = @abs_top_srcdir@
443ac_ct_CC = @ac_ct_CC@
444am__include = @am__include@
445am__leading_dot = @am__leading_dot@
446am__quote = @am__quote@
447am__tar = @am__tar@
448am__untar = @am__untar@
449bindir = @bindir@
450build = @build@
451build_alias = @build_alias@
452build_cpu = @build_cpu@
453build_os = @build_os@
454build_vendor = @build_vendor@
455builddir = @builddir@
456datadir = @datadir@
457datarootdir = @datarootdir@
458docdir = @docdir@
459dvidir = @dvidir@
460exec_prefix = @exec_prefix@
461host = @host@
462host_alias = @host_alias@
463host_cpu = @host_cpu@
464host_os = @host_os@
465host_vendor = @host_vendor@
466htmldir = @htmldir@
467includedir = @includedir@
468infodir = @infodir@
469install_sh = @install_sh@
470libdir = @libdir@
471libexecdir = @libexecdir@
472localedir = @localedir@
473localstatedir = @localstatedir@
474mandir = @mandir@
475mkdir_p = @mkdir_p@
476oldincludedir = @oldincludedir@
477pdfdir = @pdfdir@
478prefix = @prefix@
479program_transform_name = @program_transform_name@
480psdir = @psdir@
481sbindir = @sbindir@
482sharedstatedir = @sharedstatedir@
483srcdir = @srcdir@
484sysconfdir = @sysconfdir@
485target_alias = @target_alias@
486top_build_prefix = @top_build_prefix@
487top_builddir = @top_builddir@
488top_srcdir = @top_srcdir@
489EXTRA_DIST = setup-sourced \
490             010-xauth-add-inet.script 010-xauth-add-inet.stdout \
491             020-xauth-add-local.script  020-xauth-add-local.stdout \
492             030-xauth-extract.script  030-xauth-extract.stdout \
493             040-xauth-source.script 040-xauth-source.stdout \
494             090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout
495
496test_xauth_SOURCES = test_xauth.c
497all: all-am
498
499.SUFFIXES:
500.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
501$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
502	@for dep in $?; do \
503	  case '$(am__configure_deps)' in \
504	    *$$dep*) \
505	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
506	        && { if test -f $@; then exit 0; else break; fi; }; \
507	      exit 1;; \
508	  esac; \
509	done; \
510	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
511	$(am__cd) $(top_srcdir) && \
512	  $(AUTOMAKE) --foreign tests/Makefile
513Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
514	@case '$?' in \
515	  *config.status*) \
516	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
517	  *) \
518	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
519	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
520	esac;
521
522$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
523	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
524
525$(top_srcdir)/configure:  $(am__configure_deps)
526	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
527$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
528	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
529$(am__aclocal_m4_deps):
530
531clean-checkPROGRAMS:
532	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
533
534test_xauth$(EXEEXT): $(test_xauth_OBJECTS) $(test_xauth_DEPENDENCIES) $(EXTRA_test_xauth_DEPENDENCIES) 
535	@rm -f test_xauth$(EXEEXT)
536	$(AM_V_CCLD)$(LINK) $(test_xauth_OBJECTS) $(test_xauth_LDADD) $(LIBS)
537
538mostlyclean-compile:
539	-rm -f *.$(OBJEXT)
540
541distclean-compile:
542	-rm -f *.tab.c
543
544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_xauth.Po@am__quote@ # am--include-marker
545
546$(am__depfiles_remade):
547	@$(MKDIR_P) $(@D)
548	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
549
550am--depfiles: $(am__depfiles_remade)
551
552.c.o:
553@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
554@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
556@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
557@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
558
559.c.obj:
560@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
561@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
565
566ID: $(am__tagged_files)
567	$(am__define_uniq_tagged_files); mkid -fID $$unique
568tags: tags-am
569TAGS: tags
570
571tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
572	set x; \
573	here=`pwd`; \
574	$(am__define_uniq_tagged_files); \
575	shift; \
576	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
577	  test -n "$$unique" || unique=$$empty_fix; \
578	  if test $$# -gt 0; then \
579	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580	      "$$@" $$unique; \
581	  else \
582	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
583	      $$unique; \
584	  fi; \
585	fi
586ctags: ctags-am
587
588CTAGS: ctags
589ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590	$(am__define_uniq_tagged_files); \
591	test -z "$(CTAGS_ARGS)$$unique" \
592	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
593	     $$unique
594
595GTAGS:
596	here=`$(am__cd) $(top_builddir) && pwd` \
597	  && $(am__cd) $(top_srcdir) \
598	  && gtags -i $(GTAGS_ARGS) "$$here"
599cscopelist: cscopelist-am
600
601cscopelist-am: $(am__tagged_files)
602	list='$(am__tagged_files)'; \
603	case "$(srcdir)" in \
604	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
605	  *) sdir=$(subdir)/$(srcdir) ;; \
606	esac; \
607	for i in $$list; do \
608	  if test -f "$$i"; then \
609	    echo "$(subdir)/$$i"; \
610	  else \
611	    echo "$$sdir/$$i"; \
612	  fi; \
613	done >> $(top_builddir)/cscope.files
614
615distclean-tags:
616	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617
618# Recover from deleted '.trs' file; this should ensure that
619# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
620# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
621# to avoid problems with "make -n".
622.log.trs:
623	rm -f $< $@
624	$(MAKE) $(AM_MAKEFLAGS) $<
625
626# Leading 'am--fnord' is there to ensure the list of targets does not
627# expand to empty, as could happen e.g. with make check TESTS=''.
628am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
629am--force-recheck:
630	@:
631
632$(TEST_SUITE_LOG): $(TEST_LOGS)
633	@$(am__set_TESTS_bases); \
634	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
635	redo_bases=`for i in $$bases; do \
636	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
637	            done`; \
638	if test -n "$$redo_bases"; then \
639	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
640	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
641	  if $(am__make_dryrun); then :; else \
642	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
643	  fi; \
644	fi; \
645	if test -n "$$am__remaking_logs"; then \
646	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
647	       "recursion detected" >&2; \
648	elif test -n "$$redo_logs"; then \
649	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
650	fi; \
651	if $(am__make_dryrun); then :; else \
652	  st=0;  \
653	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
654	  for i in $$redo_bases; do \
655	    test -f $$i.trs && test -r $$i.trs \
656	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
657	    test -f $$i.log && test -r $$i.log \
658	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
659	  done; \
660	  test $$st -eq 0 || exit 1; \
661	fi
662	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
663	ws='[ 	]'; \
664	results=`for b in $$bases; do echo $$b.trs; done`; \
665	test -n "$$results" || results=/dev/null; \
666	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
667	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
668	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
669	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
670	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
671	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
672	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
673	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
674	  success=true; \
675	else \
676	  success=false; \
677	fi; \
678	br='==================='; br=$$br$$br$$br$$br; \
679	result_count () \
680	{ \
681	    if test x"$$1" = x"--maybe-color"; then \
682	      maybe_colorize=yes; \
683	    elif test x"$$1" = x"--no-color"; then \
684	      maybe_colorize=no; \
685	    else \
686	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
687	    fi; \
688	    shift; \
689	    desc=$$1 count=$$2; \
690	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
691	      color_start=$$3 color_end=$$std; \
692	    else \
693	      color_start= color_end=; \
694	    fi; \
695	    echo "$${color_start}# $$desc $$count$${color_end}"; \
696	}; \
697	create_testsuite_report () \
698	{ \
699	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
700	  result_count $$1 "PASS: " $$pass  "$$grn"; \
701	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
702	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
703	  result_count $$1 "FAIL: " $$fail  "$$red"; \
704	  result_count $$1 "XPASS:" $$xpass "$$red"; \
705	  result_count $$1 "ERROR:" $$error "$$mgn"; \
706	}; \
707	{								\
708	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
709	    $(am__rst_title);						\
710	  create_testsuite_report --no-color;				\
711	  echo;								\
712	  echo ".. contents:: :depth: 2";				\
713	  echo;								\
714	  for b in $$bases; do echo $$b; done				\
715	    | $(am__create_global_log);					\
716	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
717	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
718	if $$success; then						\
719	  col="$$grn";							\
720	 else								\
721	  col="$$red";							\
722	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
723	fi;								\
724	echo "$${col}$$br$${std}"; 					\
725	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
726	echo "$${col}$$br$${std}"; 					\
727	create_testsuite_report --maybe-color;				\
728	echo "$$col$$br$$std";						\
729	if $$success; then :; else					\
730	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
731	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
732	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
733	  fi;								\
734	  echo "$$col$$br$$std";					\
735	fi;								\
736	$$success || exit 1
737
738check-TESTS: $(check_PROGRAMS)
739	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
740	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
741	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
742	@set +e; $(am__set_TESTS_bases); \
743	log_list=`for i in $$bases; do echo $$i.log; done`; \
744	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
745	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
746	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
747	exit $$?;
748recheck: all $(check_PROGRAMS)
749	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
750	@set +e; $(am__set_TESTS_bases); \
751	bases=`for i in $$bases; do echo $$i; done \
752	         | $(am__list_recheck_tests)` || exit 1; \
753	log_list=`for i in $$bases; do echo $$i.log; done`; \
754	log_list=`echo $$log_list`; \
755	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
756	        am__force_recheck=am--force-recheck \
757	        TEST_LOGS="$$log_list"; \
758	exit $$?
759test_xauth.log: test_xauth$(EXEEXT)
760	@p='test_xauth$(EXEEXT)'; \
761	b='test_xauth'; \
762	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
763	--log-file $$b.log --trs-file $$b.trs \
764	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
765	"$$tst" $(AM_TESTS_FD_REDIRECT)
766.test.log:
767	@p='$<'; \
768	$(am__set_b); \
769	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
770	--log-file $$b.log --trs-file $$b.trs \
771	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
772	"$$tst" $(AM_TESTS_FD_REDIRECT)
773@am__EXEEXT_TRUE@.test$(EXEEXT).log:
774@am__EXEEXT_TRUE@	@p='$<'; \
775@am__EXEEXT_TRUE@	$(am__set_b); \
776@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
777@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
778@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
779@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
780
781distdir: $(BUILT_SOURCES)
782	$(MAKE) $(AM_MAKEFLAGS) distdir-am
783
784distdir-am: $(DISTFILES)
785	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
787	list='$(DISTFILES)'; \
788	  dist_files=`for file in $$list; do echo $$file; done | \
789	  sed -e "s|^$$srcdirstrip/||;t" \
790	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
791	case $$dist_files in \
792	  */*) $(MKDIR_P) `echo "$$dist_files" | \
793			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
794			   sort -u` ;; \
795	esac; \
796	for file in $$dist_files; do \
797	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
798	  if test -d $$d/$$file; then \
799	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
800	    if test -d "$(distdir)/$$file"; then \
801	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
802	    fi; \
803	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
804	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
805	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
806	    fi; \
807	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
808	  else \
809	    test -f "$(distdir)/$$file" \
810	    || cp -p $$d/$$file "$(distdir)/$$file" \
811	    || exit 1; \
812	  fi; \
813	done
814check-am: all-am
815	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
816	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
817check: check-am
818all-am: Makefile
819installdirs:
820install: install-am
821install-exec: install-exec-am
822install-data: install-data-am
823uninstall: uninstall-am
824
825install-am: all-am
826	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
827
828installcheck: installcheck-am
829install-strip:
830	if test -z '$(STRIP)'; then \
831	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
832	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
833	      install; \
834	else \
835	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
836	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
837	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
838	fi
839mostlyclean-generic:
840	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
841	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
842	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
843
844clean-generic:
845
846distclean-generic:
847	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
848	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
849
850maintainer-clean-generic:
851	@echo "This command is intended for maintainers to use"
852	@echo "it deletes files that may require special tools to rebuild."
853clean: clean-am
854
855clean-am: clean-checkPROGRAMS clean-generic mostlyclean-am
856
857distclean: distclean-am
858		-rm -f ./$(DEPDIR)/test_xauth.Po
859	-rm -f Makefile
860distclean-am: clean-am distclean-compile distclean-generic \
861	distclean-tags
862
863dvi: dvi-am
864
865dvi-am:
866
867html: html-am
868
869html-am:
870
871info: info-am
872
873info-am:
874
875install-data-am:
876
877install-dvi: install-dvi-am
878
879install-dvi-am:
880
881install-exec-am:
882
883install-html: install-html-am
884
885install-html-am:
886
887install-info: install-info-am
888
889install-info-am:
890
891install-man:
892
893install-pdf: install-pdf-am
894
895install-pdf-am:
896
897install-ps: install-ps-am
898
899install-ps-am:
900
901installcheck-am:
902
903maintainer-clean: maintainer-clean-am
904		-rm -f ./$(DEPDIR)/test_xauth.Po
905	-rm -f Makefile
906maintainer-clean-am: distclean-am maintainer-clean-generic
907
908mostlyclean: mostlyclean-am
909
910mostlyclean-am: mostlyclean-compile mostlyclean-generic
911
912pdf: pdf-am
913
914pdf-am:
915
916ps: ps-am
917
918ps-am:
919
920uninstall-am:
921
922.MAKE: check-am install-am install-strip
923
924.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
925	check-am clean clean-checkPROGRAMS clean-generic cscopelist-am \
926	ctags ctags-am distclean distclean-compile distclean-generic \
927	distclean-tags distdir dvi dvi-am html html-am info info-am \
928	install install-am install-data install-data-am install-dvi \
929	install-dvi-am install-exec install-exec-am install-html \
930	install-html-am install-info install-info-am install-man \
931	install-pdf install-pdf-am install-ps install-ps-am \
932	install-strip installcheck installcheck-am installdirs \
933	maintainer-clean maintainer-clean-generic mostlyclean \
934	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
935	recheck tags tags-am uninstall uninstall-am
936
937.PRECIOUS: Makefile
938
939
940# Tell versions [3.59,3.63) of GNU make to not export all variables.
941# Otherwise a system limit (for SysV at least) may be exceeded.
942.NOEXPORT:
943