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