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@
16
17# Copyright (C) 2002-2020 Free Software Foundation, Inc.
18#
19# This file is free software; you can redistribute it and/or modify
20# it under the terms of the GNU General Public License as published by
21# the Free Software Foundation; either version 3 of the License, or
22# (at your option) any later version.
23#
24# This file is distributed in the hope that it will be useful,
25# but WITHOUT ANY WARRANTY; without even the implied warranty of
26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27# GNU General Public License for more details.
28#
29# You should have received a copy of the GNU General Public License
30# along with this file.  If not, see <https://www.gnu.org/licenses/>.
31#
32# As a special exception to the GNU General Public License,
33# this file may be distributed as part of a program that
34# contains a configuration script generated by Autoconf, under
35# the same distribution terms as the rest of that program.
36#
37# Generated by gnulib-tool.
38
39
40
41VPATH = @srcdir@
42am__is_gnu_make = { \
43  if test -z '$(MAKELEVEL)'; then \
44    false; \
45  elif test -n '$(MAKE_HOST)'; then \
46    true; \
47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48    true; \
49  else \
50    false; \
51  fi; \
52}
53am__make_running_with_option = \
54  case $${target_option-} in \
55      ?) ;; \
56      *) echo "am__make_running_with_option: internal error: invalid" \
57              "target option '$${target_option-}' specified" >&2; \
58         exit 1;; \
59  esac; \
60  has_opt=no; \
61  sane_makeflags=$$MAKEFLAGS; \
62  if $(am__is_gnu_make); then \
63    sane_makeflags=$$MFLAGS; \
64  else \
65    case $$MAKEFLAGS in \
66      *\\[\ \	]*) \
67        bs=\\; \
68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
70    esac; \
71  fi; \
72  skip_next=no; \
73  strip_trailopt () \
74  { \
75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76  }; \
77  for flg in $$sane_makeflags; do \
78    test $$skip_next = yes && { skip_next=no; continue; }; \
79    case $$flg in \
80      *=*|--*) continue;; \
81        -*I) strip_trailopt 'I'; skip_next=yes;; \
82      -*I?*) strip_trailopt 'I';; \
83        -*O) strip_trailopt 'O'; skip_next=yes;; \
84      -*O?*) strip_trailopt 'O';; \
85        -*l) strip_trailopt 'l'; skip_next=yes;; \
86      -*l?*) strip_trailopt 'l';; \
87      -[dEDm]) skip_next=yes;; \
88      -[JT]) skip_next=yes;; \
89    esac; \
90    case $$flg in \
91      *$$target_option*) has_opt=yes; break;; \
92    esac; \
93  done; \
94  test $$has_opt = yes
95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115TESTS = test-byteswap$(EXEEXT) test-des$(EXEEXT) test-md4$(EXEEXT) \
116	test-intprops$(EXEEXT) test-inttypes$(EXEEXT) \
117	test-limits-h$(EXEEXT) test-stdalign$(EXEEXT) \
118	test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \
119	test-stdint$(EXEEXT) test-string$(EXEEXT) \
120	test-strverscmp$(EXEEXT) test-sys_types$(EXEEXT) test-init.sh \
121	test-unistd$(EXEEXT) test-update-copyright.sh \
122	test-vc-list-files-git.sh test-vc-list-files-cvs.sh \
123	test-verify$(EXEEXT) test-verify.sh test-wchar$(EXEEXT)
124XFAIL_TESTS =
125noinst_PROGRAMS =
126check_PROGRAMS = test-byteswap$(EXEEXT) test-des$(EXEEXT) \
127	test-md4$(EXEEXT) test-intprops$(EXEEXT) \
128	test-inttypes$(EXEEXT) test-limits-h$(EXEEXT) \
129	test-stdalign$(EXEEXT) test-stdbool$(EXEEXT) \
130	test-stddef$(EXEEXT) test-stdint$(EXEEXT) test-string$(EXEEXT) \
131	test-strverscmp$(EXEEXT) test-sys_types$(EXEEXT) \
132	test-unistd$(EXEEXT) test-verify$(EXEEXT) test-wchar$(EXEEXT)
133EXTRA_PROGRAMS = test-verify-try$(EXEEXT)
134subdir = gl/tests
135ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
136am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \
137	$(top_srcdir)/gl/m4/__inline.m4 \
138	$(top_srcdir)/gl/m4/absolute-header.m4 \
139	$(top_srcdir)/gl/m4/autobuild.m4 \
140	$(top_srcdir)/gl/m4/byteswap.m4 \
141	$(top_srcdir)/gl/m4/extensions.m4 \
142	$(top_srcdir)/gl/m4/extern-inline.m4 \
143	$(top_srcdir)/gl/m4/gnulib-common.m4 \
144	$(top_srcdir)/gl/m4/gnulib-comp.m4 \
145	$(top_srcdir)/gl/m4/include_next.m4 \
146	$(top_srcdir)/gl/m4/inline.m4 \
147	$(top_srcdir)/gl/m4/inttypes-pri.m4 \
148	$(top_srcdir)/gl/m4/inttypes.m4 \
149	$(top_srcdir)/gl/m4/limits-h.m4 \
150	$(top_srcdir)/gl/m4/manywarnings.m4 $(top_srcdir)/gl/m4/md4.m4 \
151	$(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \
152	$(top_srcdir)/gl/m4/ssize_t.m4 $(top_srcdir)/gl/m4/stdalign.m4 \
153	$(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \
154	$(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/string_h.m4 \
155	$(top_srcdir)/gl/m4/strverscmp.m4 \
156	$(top_srcdir)/gl/m4/sys_types_h.m4 \
157	$(top_srcdir)/gl/m4/unistd_h.m4 \
158	$(top_srcdir)/gl/m4/valgrind-tests.m4 \
159	$(top_srcdir)/gl/m4/warn-on-use.m4 \
160	$(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \
161	$(top_srcdir)/gl/m4/wchar_t.m4 $(top_srcdir)/gl/m4/wint_t.m4 \
162	$(top_srcdir)/gl/m4/zzgnulib.m4 $(top_srcdir)/m4/libtool.m4 \
163	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
164	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
165	$(top_srcdir)/configure.ac
166am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
167	$(ACLOCAL_M4)
168DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
169	$(am__DIST_COMMON)
170mkinstalldirs = $(install_sh) -d
171CONFIG_HEADER = $(top_builddir)/config.h
172CONFIG_CLEAN_FILES =
173CONFIG_CLEAN_VPATH_FILES =
174PROGRAMS = $(noinst_PROGRAMS)
175LIBRARIES = $(noinst_LIBRARIES)
176AM_V_AR = $(am__v_AR_@AM_V@)
177am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
178am__v_AR_0 = @echo "  AR      " $@;
179am__v_AR_1 =
180libtests_a_AR = $(AR) $(ARFLAGS)
181am__DEPENDENCIES_1 =
182am_libtests_a_OBJECTS = dummy.$(OBJEXT)
183libtests_a_OBJECTS = $(am_libtests_a_OBJECTS)
184test_byteswap_SOURCES = test-byteswap.c
185test_byteswap_OBJECTS = test-byteswap.$(OBJEXT)
186test_byteswap_LDADD = $(LDADD)
187test_byteswap_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
188	$(am__DEPENDENCIES_1)
189AM_V_lt = $(am__v_lt_@AM_V@)
190am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
191am__v_lt_0 = --silent
192am__v_lt_1 =
193test_des_SOURCES = test-des.c
194test_des_OBJECTS = test-des.$(OBJEXT)
195test_des_LDADD = $(LDADD)
196test_des_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
197	$(am__DEPENDENCIES_1)
198test_intprops_SOURCES = test-intprops.c
199test_intprops_OBJECTS = test-intprops.$(OBJEXT)
200test_intprops_LDADD = $(LDADD)
201test_intprops_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
202	$(am__DEPENDENCIES_1)
203test_inttypes_SOURCES = test-inttypes.c
204test_inttypes_OBJECTS = test-inttypes.$(OBJEXT)
205test_inttypes_LDADD = $(LDADD)
206test_inttypes_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
207	$(am__DEPENDENCIES_1)
208test_limits_h_SOURCES = test-limits-h.c
209test_limits_h_OBJECTS = test-limits-h.$(OBJEXT)
210test_limits_h_LDADD = $(LDADD)
211test_limits_h_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
212	$(am__DEPENDENCIES_1)
213test_md4_SOURCES = test-md4.c
214test_md4_OBJECTS = test-md4.$(OBJEXT)
215test_md4_LDADD = $(LDADD)
216test_md4_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
217	$(am__DEPENDENCIES_1)
218test_stdalign_SOURCES = test-stdalign.c
219test_stdalign_OBJECTS = test-stdalign.$(OBJEXT)
220test_stdalign_LDADD = $(LDADD)
221test_stdalign_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
222	$(am__DEPENDENCIES_1)
223test_stdbool_SOURCES = test-stdbool.c
224test_stdbool_OBJECTS = test-stdbool.$(OBJEXT)
225test_stdbool_LDADD = $(LDADD)
226test_stdbool_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
227	$(am__DEPENDENCIES_1)
228test_stddef_SOURCES = test-stddef.c
229test_stddef_OBJECTS = test-stddef.$(OBJEXT)
230test_stddef_LDADD = $(LDADD)
231test_stddef_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
232	$(am__DEPENDENCIES_1)
233test_stdint_SOURCES = test-stdint.c
234test_stdint_OBJECTS = test-stdint.$(OBJEXT)
235test_stdint_LDADD = $(LDADD)
236test_stdint_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
237	$(am__DEPENDENCIES_1)
238test_string_SOURCES = test-string.c
239test_string_OBJECTS = test-string.$(OBJEXT)
240test_string_LDADD = $(LDADD)
241test_string_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
242	$(am__DEPENDENCIES_1)
243test_strverscmp_SOURCES = test-strverscmp.c
244test_strverscmp_OBJECTS = test-strverscmp.$(OBJEXT)
245test_strverscmp_LDADD = $(LDADD)
246test_strverscmp_DEPENDENCIES = libtests.a ../../gl/libgnu.la \
247	libtests.a $(am__DEPENDENCIES_1)
248test_sys_types_SOURCES = test-sys_types.c
249test_sys_types_OBJECTS = test-sys_types.$(OBJEXT)
250test_sys_types_LDADD = $(LDADD)
251test_sys_types_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
252	$(am__DEPENDENCIES_1)
253test_unistd_SOURCES = test-unistd.c
254test_unistd_OBJECTS = test-unistd.$(OBJEXT)
255test_unistd_LDADD = $(LDADD)
256test_unistd_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
257	$(am__DEPENDENCIES_1)
258test_verify_SOURCES = test-verify.c
259test_verify_OBJECTS = test-verify.$(OBJEXT)
260test_verify_LDADD = $(LDADD)
261test_verify_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
262	$(am__DEPENDENCIES_1)
263test_verify_try_SOURCES = test-verify-try.c
264test_verify_try_OBJECTS = test-verify-try.$(OBJEXT)
265test_verify_try_LDADD = $(LDADD)
266test_verify_try_DEPENDENCIES = libtests.a ../../gl/libgnu.la \
267	libtests.a $(am__DEPENDENCIES_1)
268test_wchar_SOURCES = test-wchar.c
269test_wchar_OBJECTS = test-wchar.$(OBJEXT)
270test_wchar_LDADD = $(LDADD)
271test_wchar_DEPENDENCIES = libtests.a ../../gl/libgnu.la libtests.a \
272	$(am__DEPENDENCIES_1)
273AM_V_P = $(am__v_P_@AM_V@)
274am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
275am__v_P_0 = false
276am__v_P_1 = :
277AM_V_GEN = $(am__v_GEN_@AM_V@)
278am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
279am__v_GEN_0 = @echo "  GEN     " $@;
280am__v_GEN_1 =
281AM_V_at = $(am__v_at_@AM_V@)
282am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
283am__v_at_0 = @
284am__v_at_1 =
285DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
286depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
287am__maybe_remake_depfiles = depfiles
288am__depfiles_remade = ./$(DEPDIR)/dummy.Po \
289	./$(DEPDIR)/test-byteswap.Po ./$(DEPDIR)/test-des.Po \
290	./$(DEPDIR)/test-intprops.Po ./$(DEPDIR)/test-inttypes.Po \
291	./$(DEPDIR)/test-limits-h.Po ./$(DEPDIR)/test-md4.Po \
292	./$(DEPDIR)/test-stdalign.Po ./$(DEPDIR)/test-stdbool.Po \
293	./$(DEPDIR)/test-stddef.Po ./$(DEPDIR)/test-stdint.Po \
294	./$(DEPDIR)/test-string.Po ./$(DEPDIR)/test-strverscmp.Po \
295	./$(DEPDIR)/test-sys_types.Po ./$(DEPDIR)/test-unistd.Po \
296	./$(DEPDIR)/test-verify-try.Po ./$(DEPDIR)/test-verify.Po \
297	./$(DEPDIR)/test-wchar.Po
298am__mv = mv -f
299COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
300	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
301LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
302	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
303	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
304	$(AM_CFLAGS) $(CFLAGS)
305AM_V_CC = $(am__v_CC_@AM_V@)
306am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
307am__v_CC_0 = @echo "  CC      " $@;
308am__v_CC_1 =
309CCLD = $(CC)
310LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
311	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
312	$(AM_LDFLAGS) $(LDFLAGS) -o $@
313AM_V_CCLD = $(am__v_CCLD_@AM_V@)
314am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
315am__v_CCLD_0 = @echo "  CCLD    " $@;
316am__v_CCLD_1 =
317SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \
318	test-byteswap.c test-des.c test-intprops.c test-inttypes.c \
319	test-limits-h.c test-md4.c test-stdalign.c test-stdbool.c \
320	test-stddef.c test-stdint.c test-string.c test-strverscmp.c \
321	test-sys_types.c test-unistd.c test-verify.c test-verify-try.c \
322	test-wchar.c
323DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \
324	test-byteswap.c test-des.c test-intprops.c test-inttypes.c \
325	test-limits-h.c test-md4.c test-stdalign.c test-stdbool.c \
326	test-stddef.c test-stdint.c test-string.c test-strverscmp.c \
327	test-sys_types.c test-unistd.c test-verify.c test-verify-try.c \
328	test-wchar.c
329RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
330	ctags-recursive dvi-recursive html-recursive info-recursive \
331	install-data-recursive install-dvi-recursive \
332	install-exec-recursive install-html-recursive \
333	install-info-recursive install-pdf-recursive \
334	install-ps-recursive install-recursive installcheck-recursive \
335	installdirs-recursive pdf-recursive ps-recursive \
336	tags-recursive uninstall-recursive
337am__can_run_installinfo = \
338  case $$AM_UPDATE_INFO_DIR in \
339    n|no|NO) false;; \
340    *) (install-info --version) >/dev/null 2>&1;; \
341  esac
342HEADERS = $(noinst_HEADERS)
343RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
344  distclean-recursive maintainer-clean-recursive
345am__recursive_targets = \
346  $(RECURSIVE_TARGETS) \
347  $(RECURSIVE_CLEAN_TARGETS) \
348  $(am__extra_recursive_targets)
349AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
350	check recheck distdir distdir-am
351am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
352# Read a list of newline-separated strings from the standard input,
353# and print each of them once, without duplicates.  Input order is
354# *not* preserved.
355am__uniquify_input = $(AWK) '\
356  BEGIN { nonempty = 0; } \
357  { items[$$0] = 1; nonempty = 1; } \
358  END { if (nonempty) { for (i in items) print i; }; } \
359'
360# Make sure the list of sources is unique.  This is necessary because,
361# e.g., the same source file might be shared among _SOURCES variables
362# for different programs/libraries.
363am__define_uniq_tagged_files = \
364  list='$(am__tagged_files)'; \
365  unique=`for i in $$list; do \
366    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367  done | $(am__uniquify_input)`
368ETAGS = etags
369CTAGS = ctags
370am__tty_colors_dummy = \
371  mgn= red= grn= lgn= blu= brg= std=; \
372  am__color_tests=no
373am__tty_colors = { \
374  $(am__tty_colors_dummy); \
375  if test "X$(AM_COLOR_TESTS)" = Xno; then \
376    am__color_tests=no; \
377  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
378    am__color_tests=yes; \
379  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
380    am__color_tests=yes; \
381  fi; \
382  if test $$am__color_tests = yes; then \
383    red=''; \
384    grn=''; \
385    lgn=''; \
386    blu=''; \
387    mgn=''; \
388    brg=''; \
389    std=''; \
390  fi; \
391}
392am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
393am__vpath_adj = case $$p in \
394    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
395    *) f=$$p;; \
396  esac;
397am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
398am__install_max = 40
399am__nobase_strip_setup = \
400  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
401am__nobase_strip = \
402  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
403am__nobase_list = $(am__nobase_strip_setup); \
404  for p in $$list; do echo "$$p $$p"; done | \
405  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
406  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
407    if (++n[$$2] == $(am__install_max)) \
408      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
409    END { for (dir in files) print dir, files[dir] }'
410am__base_list = \
411  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
412  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
413am__uninstall_files_from_dir = { \
414  test -z "$$files" \
415    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
416    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
417         $(am__cd) "$$dir" && rm -f $$files; }; \
418  }
419am__recheck_rx = ^[ 	]*:recheck:[ 	]*
420am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
421am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
422# A command that, given a newline-separated list of test names on the
423# standard input, print the name of the tests that are to be re-run
424# upon "make recheck".
425am__list_recheck_tests = $(AWK) '{ \
426  recheck = 1; \
427  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
428    { \
429      if (rc < 0) \
430        { \
431          if ((getline line2 < ($$0 ".log")) < 0) \
432	    recheck = 0; \
433          break; \
434        } \
435      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
436        { \
437          recheck = 0; \
438          break; \
439        } \
440      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
441        { \
442          break; \
443        } \
444    }; \
445  if (recheck) \
446    print $$0; \
447  close ($$0 ".trs"); \
448  close ($$0 ".log"); \
449}'
450# A command that, given a newline-separated list of test names on the
451# standard input, create the global log from their .trs and .log files.
452am__create_global_log = $(AWK) ' \
453function fatal(msg) \
454{ \
455  print "fatal: making $@: " msg | "cat >&2"; \
456  exit 1; \
457} \
458function rst_section(header) \
459{ \
460  print header; \
461  len = length(header); \
462  for (i = 1; i <= len; i = i + 1) \
463    printf "="; \
464  printf "\n\n"; \
465} \
466{ \
467  copy_in_global_log = 1; \
468  global_test_result = "RUN"; \
469  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
470    { \
471      if (rc < 0) \
472         fatal("failed to read from " $$0 ".trs"); \
473      if (line ~ /$(am__global_test_result_rx)/) \
474        { \
475          sub("$(am__global_test_result_rx)", "", line); \
476          sub("[ 	]*$$", "", line); \
477          global_test_result = line; \
478        } \
479      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
480        copy_in_global_log = 0; \
481    }; \
482  if (copy_in_global_log) \
483    { \
484      rst_section(global_test_result ": " $$0); \
485      while ((rc = (getline line < ($$0 ".log"))) != 0) \
486      { \
487        if (rc < 0) \
488          fatal("failed to read from " $$0 ".log"); \
489        print line; \
490      }; \
491      printf "\n"; \
492    }; \
493  close ($$0 ".trs"); \
494  close ($$0 ".log"); \
495}'
496# Restructured Text title.
497am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
498# Solaris 10 'make', and several other traditional 'make' implementations,
499# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
500# by disabling -e (using the XSI extension "set +e") if it's set.
501am__sh_e_setup = case $$- in *e*) set +e;; esac
502# Default flags passed to test drivers.
503am__common_driver_flags = \
504  --color-tests "$$am__color_tests" \
505  --enable-hard-errors "$$am__enable_hard_errors" \
506  --expect-failure "$$am__expect_failure"
507# To be inserted before the command running the test.  Creates the
508# directory for the log if needed.  Stores in $dir the directory
509# containing $f, in $tst the test, in $log the log.  Executes the
510# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
511# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
512# will run the test scripts (or their associated LOG_COMPILER, if
513# thy have one).
514am__check_pre = \
515$(am__sh_e_setup);					\
516$(am__vpath_adj_setup) $(am__vpath_adj)			\
517$(am__tty_colors);					\
518srcdir=$(srcdir); export srcdir;			\
519case "$@" in						\
520  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
521    *) am__odir=.;; 					\
522esac;							\
523test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
524  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
525if test -f "./$$f"; then dir=./;			\
526elif test -f "$$f"; then dir=;				\
527else dir="$(srcdir)/"; fi;				\
528tst=$$dir$$f; log='$@'; 				\
529if test -n '$(DISABLE_HARD_ERRORS)'; then		\
530  am__enable_hard_errors=no; 				\
531else							\
532  am__enable_hard_errors=yes; 				\
533fi; 							\
534case " $(XFAIL_TESTS) " in				\
535  *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
536    am__expect_failure=yes;;				\
537  *)							\
538    am__expect_failure=no;;				\
539esac; 							\
540$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
541# A shell command to get the names of the tests scripts with any registered
542# extension removed (i.e., equivalently, the names of the test logs, with
543# the '.log' extension removed).  The result is saved in the shell variable
544# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
545# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
546# since that might cause problem with VPATH rewrites for suffix-less tests.
547# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
548am__set_TESTS_bases = \
549  bases='$(TEST_LOGS)'; \
550  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
551  bases=`echo $$bases`
552RECHECK_LOGS = $(TEST_LOGS)
553TEST_SUITE_LOG = test-suite.log
554TEST_EXTENSIONS = @EXEEXT@ .test
555LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
556LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
557am__set_b = \
558  case '$@' in \
559    */*) \
560      case '$*' in \
561        */*) b='$*';; \
562          *) b=`echo '$@' | sed 's/\.log$$//'`; \
563       esac;; \
564    *) \
565      b='$*';; \
566  esac
567am__test_logs1 = $(TESTS:=.log)
568am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
569TEST_LOGS = $(am__test_logs2:.test.log=.log)
570TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
571TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
572	$(TEST_LOG_FLAGS)
573DIST_SUBDIRS = $(SUBDIRS)
574am__DIST_COMMON = $(srcdir)/Makefile.in \
575	$(top_srcdir)/build-aux/depcomp \
576	$(top_srcdir)/build-aux/test-driver
577DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
578am__relativize = \
579  dir0=`pwd`; \
580  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
581  sed_rest='s,^[^/]*/*,,'; \
582  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
583  sed_butlast='s,/*[^/]*$$,,'; \
584  while test -n "$$dir1"; do \
585    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
586    if test "$$first" != "."; then \
587      if test "$$first" = ".."; then \
588        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
589        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
590      else \
591        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
592        if test "$$first2" = "$$first"; then \
593          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
594        else \
595          dir2="../$$dir2"; \
596        fi; \
597        dir0="$$dir0"/"$$first"; \
598      fi; \
599    fi; \
600    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
601  done; \
602  reldir="$$dir2"
603ACLOCAL = @ACLOCAL@
604AMTAR = @AMTAR@
605AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
606APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
607AR = @AR@
608ARFLAGS = @ARFLAGS@
609AS = @AS@
610AUTOCONF = @AUTOCONF@
611AUTOHEADER = @AUTOHEADER@
612AUTOMAKE = @AUTOMAKE@
613AWK = @AWK@
614BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
615BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
616BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
617BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
618BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
619BYTESWAP_H = @BYTESWAP_H@
620CC = @CC@
621CCDEPMODE = @CCDEPMODE@
622CFLAGS = @CFLAGS@
623CONFIG_INCLUDE = @CONFIG_INCLUDE@
624CPP = @CPP@
625CPPFLAGS = @CPPFLAGS@
626CYGPATH_W = @CYGPATH_W@
627DEFS = @DEFS@
628DEPDIR = @DEPDIR@
629DLLTOOL = @DLLTOOL@
630DSYMUTIL = @DSYMUTIL@
631DUMPBIN = @DUMPBIN@
632ECHO_C = @ECHO_C@
633ECHO_N = @ECHO_N@
634ECHO_T = @ECHO_T@
635EGREP = @EGREP@
636EXEEXT = @EXEEXT@
637FGREP = @FGREP@
638GNULIB_ACCESS = @GNULIB_ACCESS@
639GNULIB_BTOWC = @GNULIB_BTOWC@
640GNULIB_CHDIR = @GNULIB_CHDIR@
641GNULIB_CHOWN = @GNULIB_CHOWN@
642GNULIB_CLOSE = @GNULIB_CLOSE@
643GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@
644GNULIB_DUP = @GNULIB_DUP@
645GNULIB_DUP2 = @GNULIB_DUP2@
646GNULIB_DUP3 = @GNULIB_DUP3@
647GNULIB_ENVIRON = @GNULIB_ENVIRON@
648GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
649GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@
650GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
651GNULIB_FCHDIR = @GNULIB_FCHDIR@
652GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@
653GNULIB_FDATASYNC = @GNULIB_FDATASYNC@
654GNULIB_FFSL = @GNULIB_FFSL@
655GNULIB_FFSLL = @GNULIB_FFSLL@
656GNULIB_FSYNC = @GNULIB_FSYNC@
657GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
658GNULIB_GETCWD = @GNULIB_GETCWD@
659GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
660GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
661GNULIB_GETGROUPS = @GNULIB_GETGROUPS@
662GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
663GNULIB_GETLOGIN = @GNULIB_GETLOGIN@
664GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
665GNULIB_GETOPT_POSIX = @GNULIB_GETOPT_POSIX@
666GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
667GNULIB_GETPASS = @GNULIB_GETPASS@
668GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
669GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@
670GNULIB_IMAXABS = @GNULIB_IMAXABS@
671GNULIB_IMAXDIV = @GNULIB_IMAXDIV@
672GNULIB_ISATTY = @GNULIB_ISATTY@
673GNULIB_LCHOWN = @GNULIB_LCHOWN@
674GNULIB_LINK = @GNULIB_LINK@
675GNULIB_LINKAT = @GNULIB_LINKAT@
676GNULIB_LSEEK = @GNULIB_LSEEK@
677GNULIB_MBRLEN = @GNULIB_MBRLEN@
678GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
679GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
680GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
681GNULIB_MBSCHR = @GNULIB_MBSCHR@
682GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
683GNULIB_MBSINIT = @GNULIB_MBSINIT@
684GNULIB_MBSLEN = @GNULIB_MBSLEN@
685GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
686GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
687GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
688GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
689GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
690GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
691GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
692GNULIB_MBSSEP = @GNULIB_MBSSEP@
693GNULIB_MBSSPN = @GNULIB_MBSSPN@
694GNULIB_MBSSTR = @GNULIB_MBSSTR@
695GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
696GNULIB_MEMCHR = @GNULIB_MEMCHR@
697GNULIB_MEMMEM = @GNULIB_MEMMEM@
698GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
699GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
700GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
701GNULIB_PIPE = @GNULIB_PIPE@
702GNULIB_PIPE2 = @GNULIB_PIPE2@
703GNULIB_PREAD = @GNULIB_PREAD@
704GNULIB_PWRITE = @GNULIB_PWRITE@
705GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
706GNULIB_READ = @GNULIB_READ@
707GNULIB_READLINK = @GNULIB_READLINK@
708GNULIB_READLINKAT = @GNULIB_READLINKAT@
709GNULIB_RMDIR = @GNULIB_RMDIR@
710GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
711GNULIB_SLEEP = @GNULIB_SLEEP@
712GNULIB_STPCPY = @GNULIB_STPCPY@
713GNULIB_STPNCPY = @GNULIB_STPNCPY@
714GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
715GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
716GNULIB_STRDUP = @GNULIB_STRDUP@
717GNULIB_STRERROR = @GNULIB_STRERROR@
718GNULIB_STRERROR_R = @GNULIB_STRERROR_R@
719GNULIB_STRNCAT = @GNULIB_STRNCAT@
720GNULIB_STRNDUP = @GNULIB_STRNDUP@
721GNULIB_STRNLEN = @GNULIB_STRNLEN@
722GNULIB_STRPBRK = @GNULIB_STRPBRK@
723GNULIB_STRSEP = @GNULIB_STRSEP@
724GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
725GNULIB_STRSTR = @GNULIB_STRSTR@
726GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@
727GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
728GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@
729GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
730GNULIB_SYMLINK = @GNULIB_SYMLINK@
731GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
732GNULIB_TRUNCATE = @GNULIB_TRUNCATE@
733GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@
734GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@
735GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
736GNULIB_UNLINK = @GNULIB_UNLINK@
737GNULIB_UNLINKAT = @GNULIB_UNLINKAT@
738GNULIB_USLEEP = @GNULIB_USLEEP@
739GNULIB_WCPCPY = @GNULIB_WCPCPY@
740GNULIB_WCPNCPY = @GNULIB_WCPNCPY@
741GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
742GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@
743GNULIB_WCSCAT = @GNULIB_WCSCAT@
744GNULIB_WCSCHR = @GNULIB_WCSCHR@
745GNULIB_WCSCMP = @GNULIB_WCSCMP@
746GNULIB_WCSCOLL = @GNULIB_WCSCOLL@
747GNULIB_WCSCPY = @GNULIB_WCSCPY@
748GNULIB_WCSCSPN = @GNULIB_WCSCSPN@
749GNULIB_WCSDUP = @GNULIB_WCSDUP@
750GNULIB_WCSFTIME = @GNULIB_WCSFTIME@
751GNULIB_WCSLEN = @GNULIB_WCSLEN@
752GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@
753GNULIB_WCSNCAT = @GNULIB_WCSNCAT@
754GNULIB_WCSNCMP = @GNULIB_WCSNCMP@
755GNULIB_WCSNCPY = @GNULIB_WCSNCPY@
756GNULIB_WCSNLEN = @GNULIB_WCSNLEN@
757GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
758GNULIB_WCSPBRK = @GNULIB_WCSPBRK@
759GNULIB_WCSRCHR = @GNULIB_WCSRCHR@
760GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
761GNULIB_WCSSPN = @GNULIB_WCSSPN@
762GNULIB_WCSSTR = @GNULIB_WCSSTR@
763GNULIB_WCSTOK = @GNULIB_WCSTOK@
764GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@
765GNULIB_WCSXFRM = @GNULIB_WCSXFRM@
766GNULIB_WCTOB = @GNULIB_WCTOB@
767GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
768GNULIB_WMEMCHR = @GNULIB_WMEMCHR@
769GNULIB_WMEMCMP = @GNULIB_WMEMCMP@
770GNULIB_WMEMCPY = @GNULIB_WMEMCPY@
771GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@
772GNULIB_WMEMSET = @GNULIB_WMEMSET@
773GNULIB_WRITE = @GNULIB_WRITE@
774GREP = @GREP@
775HAVE_BTOWC = @HAVE_BTOWC@
776HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
777HAVE_CHOWN = @HAVE_CHOWN@
778HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
779HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
780HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
781HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
782HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
783HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
784HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
785HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
786HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
787HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
788HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
789HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
790HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
791HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
792HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
793HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
794HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
795HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
796HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
797HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
798HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
799HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
800HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
801HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
802HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
803HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
804HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
805HAVE_DUP2 = @HAVE_DUP2@
806HAVE_DUP3 = @HAVE_DUP3@
807HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
808HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
809HAVE_FACCESSAT = @HAVE_FACCESSAT@
810HAVE_FCHDIR = @HAVE_FCHDIR@
811HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
812HAVE_FDATASYNC = @HAVE_FDATASYNC@
813HAVE_FEATURES_H = @HAVE_FEATURES_H@
814HAVE_FFSL = @HAVE_FFSL@
815HAVE_FFSLL = @HAVE_FFSLL@
816HAVE_FSYNC = @HAVE_FSYNC@
817HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
818HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
819HAVE_GETGROUPS = @HAVE_GETGROUPS@
820HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
821HAVE_GETLOGIN = @HAVE_GETLOGIN@
822HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
823HAVE_GETPASS = @HAVE_GETPASS@
824HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
825HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
826HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
827HAVE_LCHOWN = @HAVE_LCHOWN@
828HAVE_LINK = @HAVE_LINK@
829HAVE_LINKAT = @HAVE_LINKAT@
830HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
831HAVE_MBRLEN = @HAVE_MBRLEN@
832HAVE_MBRTOWC = @HAVE_MBRTOWC@
833HAVE_MBSINIT = @HAVE_MBSINIT@
834HAVE_MBSLEN = @HAVE_MBSLEN@
835HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
836HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
837HAVE_MEMCHR = @HAVE_MEMCHR@
838HAVE_MEMPCPY = @HAVE_MEMPCPY@
839HAVE_OS_H = @HAVE_OS_H@
840HAVE_PIPE = @HAVE_PIPE@
841HAVE_PIPE2 = @HAVE_PIPE2@
842HAVE_PREAD = @HAVE_PREAD@
843HAVE_PWRITE = @HAVE_PWRITE@
844HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
845HAVE_READLINK = @HAVE_READLINK@
846HAVE_READLINKAT = @HAVE_READLINKAT@
847HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
848HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
849HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
850HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
851HAVE_SLEEP = @HAVE_SLEEP@
852HAVE_STDINT_H = @HAVE_STDINT_H@
853HAVE_STPCPY = @HAVE_STPCPY@
854HAVE_STPNCPY = @HAVE_STPNCPY@
855HAVE_STRCASESTR = @HAVE_STRCASESTR@
856HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
857HAVE_STRPBRK = @HAVE_STRPBRK@
858HAVE_STRSEP = @HAVE_STRSEP@
859HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
860HAVE_SYMLINK = @HAVE_SYMLINK@
861HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
862HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
863HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
864HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
865HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
866HAVE_UNISTD_H = @HAVE_UNISTD_H@
867HAVE_UNLINKAT = @HAVE_UNLINKAT@
868HAVE_USLEEP = @HAVE_USLEEP@
869HAVE_WCHAR_H = @HAVE_WCHAR_H@
870HAVE_WCHAR_T = @HAVE_WCHAR_T@
871HAVE_WCPCPY = @HAVE_WCPCPY@
872HAVE_WCPNCPY = @HAVE_WCPNCPY@
873HAVE_WCRTOMB = @HAVE_WCRTOMB@
874HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
875HAVE_WCSCAT = @HAVE_WCSCAT@
876HAVE_WCSCHR = @HAVE_WCSCHR@
877HAVE_WCSCMP = @HAVE_WCSCMP@
878HAVE_WCSCOLL = @HAVE_WCSCOLL@
879HAVE_WCSCPY = @HAVE_WCSCPY@
880HAVE_WCSCSPN = @HAVE_WCSCSPN@
881HAVE_WCSDUP = @HAVE_WCSDUP@
882HAVE_WCSFTIME = @HAVE_WCSFTIME@
883HAVE_WCSLEN = @HAVE_WCSLEN@
884HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
885HAVE_WCSNCAT = @HAVE_WCSNCAT@
886HAVE_WCSNCMP = @HAVE_WCSNCMP@
887HAVE_WCSNCPY = @HAVE_WCSNCPY@
888HAVE_WCSNLEN = @HAVE_WCSNLEN@
889HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
890HAVE_WCSPBRK = @HAVE_WCSPBRK@
891HAVE_WCSRCHR = @HAVE_WCSRCHR@
892HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
893HAVE_WCSSPN = @HAVE_WCSSPN@
894HAVE_WCSSTR = @HAVE_WCSSTR@
895HAVE_WCSTOK = @HAVE_WCSTOK@
896HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
897HAVE_WCSXFRM = @HAVE_WCSXFRM@
898HAVE_WINT_T = @HAVE_WINT_T@
899HAVE_WMEMCHR = @HAVE_WMEMCHR@
900HAVE_WMEMCMP = @HAVE_WMEMCMP@
901HAVE_WMEMCPY = @HAVE_WMEMCPY@
902HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
903HAVE_WMEMSET = @HAVE_WMEMSET@
904HAVE__BOOL = @HAVE__BOOL@
905INCLUDE_NEXT = @INCLUDE_NEXT@
906INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
907INSTALL = @INSTALL@
908INSTALL_DATA = @INSTALL_DATA@
909INSTALL_PROGRAM = @INSTALL_PROGRAM@
910INSTALL_SCRIPT = @INSTALL_SCRIPT@
911INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
912INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
913INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
914LD = @LD@
915LDFLAGS = @LDFLAGS@
916LIBOBJS = @LIBOBJS@
917LIBS = @LIBS@
918LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
919LIBTOOL = @LIBTOOL@
920LIMITS_H = @LIMITS_H@
921LIPO = @LIPO@
922LN_S = @LN_S@
923LTLIBOBJS = @LTLIBOBJS@
924LT_AGE = @LT_AGE@
925LT_CURRENT = @LT_CURRENT@
926LT_REVISION = @LT_REVISION@
927LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
928MAKEINFO = @MAKEINFO@
929MANIFEST_TOOL = @MANIFEST_TOOL@
930MKDIR_P = @MKDIR_P@
931NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
932NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
933NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
934NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
935NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
936NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
937NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
938NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
939NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
940NEXT_LIMITS_H = @NEXT_LIMITS_H@
941NEXT_STDDEF_H = @NEXT_STDDEF_H@
942NEXT_STDINT_H = @NEXT_STDINT_H@
943NEXT_STRING_H = @NEXT_STRING_H@
944NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
945NEXT_UNISTD_H = @NEXT_UNISTD_H@
946NEXT_WCHAR_H = @NEXT_WCHAR_H@
947NM = @NM@
948NMEDIT = @NMEDIT@
949OBJDUMP = @OBJDUMP@
950OBJEXT = @OBJEXT@
951OTOOL = @OTOOL@
952OTOOL64 = @OTOOL64@
953PACKAGE = @PACKAGE@
954PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
955PACKAGE_NAME = @PACKAGE_NAME@
956PACKAGE_STRING = @PACKAGE_STRING@
957PACKAGE_TARNAME = @PACKAGE_TARNAME@
958PACKAGE_URL = @PACKAGE_URL@
959PACKAGE_VERSION = @PACKAGE_VERSION@
960PATH_SEPARATOR = @PATH_SEPARATOR@
961PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
962PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
963PRIPTR_PREFIX = @PRIPTR_PREFIX@
964PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
965PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
966RANLIB = @RANLIB@
967REPLACE_ACCESS = @REPLACE_ACCESS@
968REPLACE_BTOWC = @REPLACE_BTOWC@
969REPLACE_CHOWN = @REPLACE_CHOWN@
970REPLACE_CLOSE = @REPLACE_CLOSE@
971REPLACE_DUP = @REPLACE_DUP@
972REPLACE_DUP2 = @REPLACE_DUP2@
973REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
974REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
975REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
976REPLACE_GETCWD = @REPLACE_GETCWD@
977REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
978REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
979REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
980REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
981REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
982REPLACE_GETPASS = @REPLACE_GETPASS@
983REPLACE_ISATTY = @REPLACE_ISATTY@
984REPLACE_LCHOWN = @REPLACE_LCHOWN@
985REPLACE_LINK = @REPLACE_LINK@
986REPLACE_LINKAT = @REPLACE_LINKAT@
987REPLACE_LSEEK = @REPLACE_LSEEK@
988REPLACE_MBRLEN = @REPLACE_MBRLEN@
989REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
990REPLACE_MBSINIT = @REPLACE_MBSINIT@
991REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
992REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
993REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
994REPLACE_MEMCHR = @REPLACE_MEMCHR@
995REPLACE_MEMMEM = @REPLACE_MEMMEM@
996REPLACE_NULL = @REPLACE_NULL@
997REPLACE_PREAD = @REPLACE_PREAD@
998REPLACE_PWRITE = @REPLACE_PWRITE@
999REPLACE_READ = @REPLACE_READ@
1000REPLACE_READLINK = @REPLACE_READLINK@
1001REPLACE_READLINKAT = @REPLACE_READLINKAT@
1002REPLACE_RMDIR = @REPLACE_RMDIR@
1003REPLACE_SLEEP = @REPLACE_SLEEP@
1004REPLACE_STPNCPY = @REPLACE_STPNCPY@
1005REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
1006REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
1007REPLACE_STRDUP = @REPLACE_STRDUP@
1008REPLACE_STRERROR = @REPLACE_STRERROR@
1009REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
1010REPLACE_STRNCAT = @REPLACE_STRNCAT@
1011REPLACE_STRNDUP = @REPLACE_STRNDUP@
1012REPLACE_STRNLEN = @REPLACE_STRNLEN@
1013REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
1014REPLACE_STRSTR = @REPLACE_STRSTR@
1015REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
1016REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
1017REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
1018REPLACE_SYMLINK = @REPLACE_SYMLINK@
1019REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
1020REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
1021REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
1022REPLACE_UNLINK = @REPLACE_UNLINK@
1023REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
1024REPLACE_USLEEP = @REPLACE_USLEEP@
1025REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
1026REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
1027REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
1028REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
1029REPLACE_WCSTOK = @REPLACE_WCSTOK@
1030REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
1031REPLACE_WCTOB = @REPLACE_WCTOB@
1032REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
1033REPLACE_WRITE = @REPLACE_WRITE@
1034SED = @SED@
1035SET_MAKE = @SET_MAKE@
1036SHELL = @SHELL@
1037SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
1038SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
1039STDALIGN_H = @STDALIGN_H@
1040STDBOOL_H = @STDBOOL_H@
1041STDDEF_H = @STDDEF_H@
1042STDINT_H = @STDINT_H@
1043STRIP = @STRIP@
1044UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
1045UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
1046UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
1047UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
1048UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
1049VALGRIND = @VALGRIND@
1050VERSION = @VERSION@
1051WARN_CFLAGS = @WARN_CFLAGS@
1052WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
1053WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
1054WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
1055WINT_T_SUFFIX = @WINT_T_SUFFIX@
1056abs_aux_dir = @abs_aux_dir@
1057abs_builddir = @abs_builddir@
1058abs_srcdir = @abs_srcdir@
1059abs_top_builddir = @abs_top_builddir@
1060abs_top_srcdir = @abs_top_srcdir@
1061ac_ct_AR = @ac_ct_AR@
1062ac_ct_CC = @ac_ct_CC@
1063ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1064am__include = @am__include@
1065am__leading_dot = @am__leading_dot@
1066am__quote = @am__quote@
1067am__tar = @am__tar@
1068am__untar = @am__untar@
1069bindir = @bindir@
1070build = @build@
1071build_alias = @build_alias@
1072build_cpu = @build_cpu@
1073build_os = @build_os@
1074build_vendor = @build_vendor@
1075builddir = @builddir@
1076datadir = @datadir@
1077datarootdir = @datarootdir@
1078docdir = @docdir@
1079dvidir = @dvidir@
1080exec_prefix = @exec_prefix@
1081gl_LIBOBJS = @gl_LIBOBJS@
1082gl_LTLIBOBJS = @gl_LTLIBOBJS@
1083gltests_LIBOBJS = @gltests_LIBOBJS@
1084gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
1085gltests_WITNESS = @gltests_WITNESS@
1086host = @host@
1087host_alias = @host_alias@
1088host_cpu = @host_cpu@
1089host_os = @host_os@
1090host_vendor = @host_vendor@
1091htmldir = @htmldir@
1092includedir = @includedir@
1093infodir = @infodir@
1094install_sh = @install_sh@
1095libdir = @libdir@
1096libexecdir = @libexecdir@
1097localedir = @localedir@
1098localstatedir = @localstatedir@
1099mandir = @mandir@
1100mkdir_p = @mkdir_p@
1101oldincludedir = @oldincludedir@
1102pdfdir = @pdfdir@
1103prefix = @prefix@
1104program_transform_name = @program_transform_name@
1105psdir = @psdir@
1106runstatedir = @runstatedir@
1107sbindir = @sbindir@
1108sharedstatedir = @sharedstatedir@
1109srcdir = @srcdir@
1110sysconfdir = @sysconfdir@
1111target_alias = @target_alias@
1112top_build_prefix = @top_build_prefix@
1113top_builddir = @top_builddir@
1114top_srcdir = @top_srcdir@
1115AUTOMAKE_OPTIONS = 1.11 foreign
1116SUBDIRS = .
1117TESTS_ENVIRONMENT = EXEEXT='@EXEEXT@' srcdir='$(srcdir)' \
1118	abs_aux_dir='$(abs_aux_dir)' abs_aux_dir='$(abs_aux_dir)' \
1119	MAKE='$(MAKE)'
1120noinst_HEADERS =
1121noinst_LIBRARIES =
1122check_LIBRARIES = libtests.a
1123EXTRA_DIST = test-byteswap.c macros.h test-des.c test-md4.c intprops.h \
1124	test-intprops.c macros.h inttypes.in.h test-inttypes.c \
1125	test-limits-h.c arg-nonnull.h c++defs.h warn-on-use.h \
1126	test-stdalign.c macros.h test-stdbool.c test-stddef.c \
1127	test-stdint.c test-string.c test-strverscmp.c signature.h \
1128	macros.h test-sys_types.c init.sh test-init.sh test-unistd.c \
1129	test-update-copyright.sh test-vc-list-files-git.sh \
1130	test-vc-list-files-cvs.sh verify.h test-verify.c \
1131	test-verify-try.c test-verify.sh wchar.in.h test-wchar.c
1132BUILT_SOURCES = inttypes.h wchar.h
1133SUFFIXES =
1134
1135# This test expects compilation of test-verify-try.c to fail, and
1136# each time it fails, the makefile rule does not perform the usual
1137#  "mv -f $name.Tpo $name.po, so tell make clean to remove that file.
1138MOSTLYCLEANFILES = core *.stackdump inttypes.h inttypes.h-t \
1139	.deps/test-verify-try.Tpo wchar.h wchar.h-t
1140MOSTLYCLEANDIRS =
1141CLEANFILES =
1142DISTCLEANFILES =
1143MAINTAINERCLEANFILES =
1144AM_CPPFLAGS = \
1145  -D@gltests_WITNESS@=1 \
1146  -I. -I$(srcdir) \
1147  -I../.. -I$(srcdir)/../.. \
1148  -I../../gl -I$(srcdir)/../../gl
1149
1150LDADD = libtests.a ../../gl/libgnu.la libtests.a $(LIBTESTS_LIBDEPS)
1151libtests_a_SOURCES = dummy.c
1152libtests_a_LIBADD = $(gltests_LIBOBJS)
1153libtests_a_DEPENDENCIES = $(gltests_LIBOBJS)
1154EXTRA_libtests_a_SOURCES =
1155AM_LIBTOOLFLAGS = --preserve-dup-deps
1156
1157# Because this Makefile snippet defines a variable used by other
1158# gnulib Makefile snippets, it must be present in all makefiles that
1159# need it. This is ensured by the applicability 'all' defined above.
1160ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
1161
1162# Because this Makefile snippet defines a variable used by other
1163# gnulib Makefile snippets, it must be present in all makefiles that
1164# need it. This is ensured by the applicability 'all' defined above.
1165CXXDEFS_H = $(srcdir)/c++defs.h
1166
1167# Because this Makefile snippet defines a variable used by other
1168# gnulib Makefile snippets, it must be present in all makefiles that
1169# need it. This is ensured by the applicability 'all' defined above.
1170WARN_ON_USE_H = $(srcdir)/warn-on-use.h
1171all: $(BUILT_SOURCES)
1172	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1173
1174.SUFFIXES:
1175.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1176$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
1177	@for dep in $?; do \
1178	  case '$(am__configure_deps)' in \
1179	    *$$dep*) \
1180	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1181	        && { if test -f $@; then exit 0; else break; fi; }; \
1182	      exit 1;; \
1183	  esac; \
1184	done; \
1185	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gl/tests/Makefile'; \
1186	$(am__cd) $(top_srcdir) && \
1187	  $(AUTOMAKE) --foreign gl/tests/Makefile
1188Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1189	@case '$?' in \
1190	  *config.status*) \
1191	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1192	  *) \
1193	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1194	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1195	esac;
1196
1197$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1198	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1199
1200$(top_srcdir)/configure:  $(am__configure_deps)
1201	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1202$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1203	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1204$(am__aclocal_m4_deps):
1205
1206clean-checkPROGRAMS:
1207	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1208	echo " rm -f" $$list; \
1209	rm -f $$list || exit $$?; \
1210	test -n "$(EXEEXT)" || exit 0; \
1211	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1212	echo " rm -f" $$list; \
1213	rm -f $$list
1214
1215clean-noinstPROGRAMS:
1216	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1217	echo " rm -f" $$list; \
1218	rm -f $$list || exit $$?; \
1219	test -n "$(EXEEXT)" || exit 0; \
1220	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1221	echo " rm -f" $$list; \
1222	rm -f $$list
1223
1224clean-checkLIBRARIES:
1225	-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
1226
1227clean-noinstLIBRARIES:
1228	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1229
1230libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES)
1231	$(AM_V_at)-rm -f libtests.a
1232	$(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD)
1233	$(AM_V_at)$(RANLIB) libtests.a
1234
1235test-byteswap$(EXEEXT): $(test_byteswap_OBJECTS) $(test_byteswap_DEPENDENCIES) $(EXTRA_test_byteswap_DEPENDENCIES)
1236	@rm -f test-byteswap$(EXEEXT)
1237	$(AM_V_CCLD)$(LINK) $(test_byteswap_OBJECTS) $(test_byteswap_LDADD) $(LIBS)
1238
1239test-des$(EXEEXT): $(test_des_OBJECTS) $(test_des_DEPENDENCIES) $(EXTRA_test_des_DEPENDENCIES)
1240	@rm -f test-des$(EXEEXT)
1241	$(AM_V_CCLD)$(LINK) $(test_des_OBJECTS) $(test_des_LDADD) $(LIBS)
1242
1243test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES)
1244	@rm -f test-intprops$(EXEEXT)
1245	$(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS)
1246
1247test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) $(EXTRA_test_inttypes_DEPENDENCIES)
1248	@rm -f test-inttypes$(EXEEXT)
1249	$(AM_V_CCLD)$(LINK) $(test_inttypes_OBJECTS) $(test_inttypes_LDADD) $(LIBS)
1250
1251test-limits-h$(EXEEXT): $(test_limits_h_OBJECTS) $(test_limits_h_DEPENDENCIES) $(EXTRA_test_limits_h_DEPENDENCIES)
1252	@rm -f test-limits-h$(EXEEXT)
1253	$(AM_V_CCLD)$(LINK) $(test_limits_h_OBJECTS) $(test_limits_h_LDADD) $(LIBS)
1254
1255test-md4$(EXEEXT): $(test_md4_OBJECTS) $(test_md4_DEPENDENCIES) $(EXTRA_test_md4_DEPENDENCIES)
1256	@rm -f test-md4$(EXEEXT)
1257	$(AM_V_CCLD)$(LINK) $(test_md4_OBJECTS) $(test_md4_LDADD) $(LIBS)
1258
1259test-stdalign$(EXEEXT): $(test_stdalign_OBJECTS) $(test_stdalign_DEPENDENCIES) $(EXTRA_test_stdalign_DEPENDENCIES)
1260	@rm -f test-stdalign$(EXEEXT)
1261	$(AM_V_CCLD)$(LINK) $(test_stdalign_OBJECTS) $(test_stdalign_LDADD) $(LIBS)
1262
1263test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) $(EXTRA_test_stdbool_DEPENDENCIES)
1264	@rm -f test-stdbool$(EXEEXT)
1265	$(AM_V_CCLD)$(LINK) $(test_stdbool_OBJECTS) $(test_stdbool_LDADD) $(LIBS)
1266
1267test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) $(EXTRA_test_stddef_DEPENDENCIES)
1268	@rm -f test-stddef$(EXEEXT)
1269	$(AM_V_CCLD)$(LINK) $(test_stddef_OBJECTS) $(test_stddef_LDADD) $(LIBS)
1270
1271test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) $(EXTRA_test_stdint_DEPENDENCIES)
1272	@rm -f test-stdint$(EXEEXT)
1273	$(AM_V_CCLD)$(LINK) $(test_stdint_OBJECTS) $(test_stdint_LDADD) $(LIBS)
1274
1275test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) $(EXTRA_test_string_DEPENDENCIES)
1276	@rm -f test-string$(EXEEXT)
1277	$(AM_V_CCLD)$(LINK) $(test_string_OBJECTS) $(test_string_LDADD) $(LIBS)
1278
1279test-strverscmp$(EXEEXT): $(test_strverscmp_OBJECTS) $(test_strverscmp_DEPENDENCIES) $(EXTRA_test_strverscmp_DEPENDENCIES)
1280	@rm -f test-strverscmp$(EXEEXT)
1281	$(AM_V_CCLD)$(LINK) $(test_strverscmp_OBJECTS) $(test_strverscmp_LDADD) $(LIBS)
1282
1283test-sys_types$(EXEEXT): $(test_sys_types_OBJECTS) $(test_sys_types_DEPENDENCIES) $(EXTRA_test_sys_types_DEPENDENCIES)
1284	@rm -f test-sys_types$(EXEEXT)
1285	$(AM_V_CCLD)$(LINK) $(test_sys_types_OBJECTS) $(test_sys_types_LDADD) $(LIBS)
1286
1287test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) $(EXTRA_test_unistd_DEPENDENCIES)
1288	@rm -f test-unistd$(EXEEXT)
1289	$(AM_V_CCLD)$(LINK) $(test_unistd_OBJECTS) $(test_unistd_LDADD) $(LIBS)
1290
1291test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES)
1292	@rm -f test-verify$(EXEEXT)
1293	$(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS)
1294
1295test-verify-try$(EXEEXT): $(test_verify_try_OBJECTS) $(test_verify_try_DEPENDENCIES) $(EXTRA_test_verify_try_DEPENDENCIES)
1296	@rm -f test-verify-try$(EXEEXT)
1297	$(AM_V_CCLD)$(LINK) $(test_verify_try_OBJECTS) $(test_verify_try_LDADD) $(LIBS)
1298
1299test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) $(EXTRA_test_wchar_DEPENDENCIES)
1300	@rm -f test-wchar$(EXEEXT)
1301	$(AM_V_CCLD)$(LINK) $(test_wchar_OBJECTS) $(test_wchar_LDADD) $(LIBS)
1302
1303mostlyclean-compile:
1304	-rm -f *.$(OBJEXT)
1305
1306distclean-compile:
1307	-rm -f *.tab.c
1308
1309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ # am--include-marker
1310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-byteswap.Po@am__quote@ # am--include-marker
1311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-des.Po@am__quote@ # am--include-marker
1312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-intprops.Po@am__quote@ # am--include-marker
1313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttypes.Po@am__quote@ # am--include-marker
1314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-limits-h.Po@am__quote@ # am--include-marker
1315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-md4.Po@am__quote@ # am--include-marker
1316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdalign.Po@am__quote@ # am--include-marker
1317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdbool.Po@am__quote@ # am--include-marker
1318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stddef.Po@am__quote@ # am--include-marker
1319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdint.Po@am__quote@ # am--include-marker
1320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-string.Po@am__quote@ # am--include-marker
1321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strverscmp.Po@am__quote@ # am--include-marker
1322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ # am--include-marker
1323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ # am--include-marker
1324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify-try.Po@am__quote@ # am--include-marker
1325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify.Po@am__quote@ # am--include-marker
1326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wchar.Po@am__quote@ # am--include-marker
1327
1328$(am__depfiles_remade):
1329	@$(MKDIR_P) $(@D)
1330	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1331
1332am--depfiles: $(am__depfiles_remade)
1333
1334.c.o:
1335@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1336@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1337@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1338@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1339@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1340
1341.c.obj:
1342@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1343@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1344@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1345@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1346@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1347
1348.c.lo:
1349@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1350@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1351@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1352@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1353@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1354
1355mostlyclean-libtool:
1356	-rm -f *.lo
1357
1358clean-libtool:
1359	-rm -rf .libs _libs
1360
1361# This directory's subdirectories are mostly independent; you can cd
1362# into them and run 'make' without going through this Makefile.
1363# To change the values of 'make' variables: instead of editing Makefiles,
1364# (1) if the variable is set in 'config.status', edit 'config.status'
1365#     (which will cause the Makefiles to be regenerated when you run 'make');
1366# (2) otherwise, pass the desired values on the 'make' command line.
1367$(am__recursive_targets):
1368	@fail=; \
1369	if $(am__make_keepgoing); then \
1370	  failcom='fail=yes'; \
1371	else \
1372	  failcom='exit 1'; \
1373	fi; \
1374	dot_seen=no; \
1375	target=`echo $@ | sed s/-recursive//`; \
1376	case "$@" in \
1377	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1378	  *) list='$(SUBDIRS)' ;; \
1379	esac; \
1380	for subdir in $$list; do \
1381	  echo "Making $$target in $$subdir"; \
1382	  if test "$$subdir" = "."; then \
1383	    dot_seen=yes; \
1384	    local_target="$$target-am"; \
1385	  else \
1386	    local_target="$$target"; \
1387	  fi; \
1388	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1389	  || eval $$failcom; \
1390	done; \
1391	if test "$$dot_seen" = "no"; then \
1392	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1393	fi; test -z "$$fail"
1394
1395ID: $(am__tagged_files)
1396	$(am__define_uniq_tagged_files); mkid -fID $$unique
1397tags: tags-recursive
1398TAGS: tags
1399
1400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1401	set x; \
1402	here=`pwd`; \
1403	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1404	  include_option=--etags-include; \
1405	  empty_fix=.; \
1406	else \
1407	  include_option=--include; \
1408	  empty_fix=; \
1409	fi; \
1410	list='$(SUBDIRS)'; for subdir in $$list; do \
1411	  if test "$$subdir" = .; then :; else \
1412	    test ! -f $$subdir/TAGS || \
1413	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1414	  fi; \
1415	done; \
1416	$(am__define_uniq_tagged_files); \
1417	shift; \
1418	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1419	  test -n "$$unique" || unique=$$empty_fix; \
1420	  if test $$# -gt 0; then \
1421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1422	      "$$@" $$unique; \
1423	  else \
1424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1425	      $$unique; \
1426	  fi; \
1427	fi
1428ctags: ctags-recursive
1429
1430CTAGS: ctags
1431ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1432	$(am__define_uniq_tagged_files); \
1433	test -z "$(CTAGS_ARGS)$$unique" \
1434	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1435	     $$unique
1436
1437GTAGS:
1438	here=`$(am__cd) $(top_builddir) && pwd` \
1439	  && $(am__cd) $(top_srcdir) \
1440	  && gtags -i $(GTAGS_ARGS) "$$here"
1441cscopelist: cscopelist-recursive
1442
1443cscopelist-am: $(am__tagged_files)
1444	list='$(am__tagged_files)'; \
1445	case "$(srcdir)" in \
1446	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1447	  *) sdir=$(subdir)/$(srcdir) ;; \
1448	esac; \
1449	for i in $$list; do \
1450	  if test -f "$$i"; then \
1451	    echo "$(subdir)/$$i"; \
1452	  else \
1453	    echo "$$sdir/$$i"; \
1454	  fi; \
1455	done >> $(top_builddir)/cscope.files
1456
1457distclean-tags:
1458	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1459
1460# Recover from deleted '.trs' file; this should ensure that
1461# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1462# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1463# to avoid problems with "make -n".
1464.log.trs:
1465	rm -f $< $@
1466	$(MAKE) $(AM_MAKEFLAGS) $<
1467
1468# Leading 'am--fnord' is there to ensure the list of targets does not
1469# expand to empty, as could happen e.g. with make check TESTS=''.
1470am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1471am--force-recheck:
1472	@:
1473
1474$(TEST_SUITE_LOG): $(TEST_LOGS)
1475	@$(am__set_TESTS_bases); \
1476	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1477	redo_bases=`for i in $$bases; do \
1478	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1479	            done`; \
1480	if test -n "$$redo_bases"; then \
1481	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1482	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1483	  if $(am__make_dryrun); then :; else \
1484	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1485	  fi; \
1486	fi; \
1487	if test -n "$$am__remaking_logs"; then \
1488	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1489	       "recursion detected" >&2; \
1490	elif test -n "$$redo_logs"; then \
1491	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1492	fi; \
1493	if $(am__make_dryrun); then :; else \
1494	  st=0;  \
1495	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1496	  for i in $$redo_bases; do \
1497	    test -f $$i.trs && test -r $$i.trs \
1498	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1499	    test -f $$i.log && test -r $$i.log \
1500	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1501	  done; \
1502	  test $$st -eq 0 || exit 1; \
1503	fi
1504	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1505	ws='[ 	]'; \
1506	results=`for b in $$bases; do echo $$b.trs; done`; \
1507	test -n "$$results" || results=/dev/null; \
1508	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1509	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1510	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1511	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1512	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1513	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1514	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1515	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1516	  success=true; \
1517	else \
1518	  success=false; \
1519	fi; \
1520	br='==================='; br=$$br$$br$$br$$br; \
1521	result_count () \
1522	{ \
1523	    if test x"$$1" = x"--maybe-color"; then \
1524	      maybe_colorize=yes; \
1525	    elif test x"$$1" = x"--no-color"; then \
1526	      maybe_colorize=no; \
1527	    else \
1528	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1529	    fi; \
1530	    shift; \
1531	    desc=$$1 count=$$2; \
1532	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1533	      color_start=$$3 color_end=$$std; \
1534	    else \
1535	      color_start= color_end=; \
1536	    fi; \
1537	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1538	}; \
1539	create_testsuite_report () \
1540	{ \
1541	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1542	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1543	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1544	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1545	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1546	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1547	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1548	}; \
1549	{								\
1550	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1551	    $(am__rst_title);						\
1552	  create_testsuite_report --no-color;				\
1553	  echo;								\
1554	  echo ".. contents:: :depth: 2";				\
1555	  echo;								\
1556	  for b in $$bases; do echo $$b; done				\
1557	    | $(am__create_global_log);					\
1558	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1559	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1560	if $$success; then						\
1561	  col="$$grn";							\
1562	 else								\
1563	  col="$$red";							\
1564	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1565	fi;								\
1566	echo "$${col}$$br$${std}"; 					\
1567	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1568	echo "$${col}$$br$${std}"; 					\
1569	create_testsuite_report --maybe-color;				\
1570	echo "$$col$$br$$std";						\
1571	if $$success; then :; else					\
1572	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1573	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1574	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1575	  fi;								\
1576	  echo "$$col$$br$$std";					\
1577	fi;								\
1578	$$success || exit 1
1579
1580check-TESTS: $(check_PROGRAMS) $(check_LIBRARIES)
1581	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1582	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1583	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1584	@set +e; $(am__set_TESTS_bases); \
1585	log_list=`for i in $$bases; do echo $$i.log; done`; \
1586	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1587	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1588	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1589	exit $$?;
1590recheck: all $(check_PROGRAMS) $(check_LIBRARIES)
1591	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1592	@set +e; $(am__set_TESTS_bases); \
1593	bases=`for i in $$bases; do echo $$i; done \
1594	         | $(am__list_recheck_tests)` || exit 1; \
1595	log_list=`for i in $$bases; do echo $$i.log; done`; \
1596	log_list=`echo $$log_list`; \
1597	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1598	        am__force_recheck=am--force-recheck \
1599	        TEST_LOGS="$$log_list"; \
1600	exit $$?
1601test-byteswap.log: test-byteswap$(EXEEXT)
1602	@p='test-byteswap$(EXEEXT)'; \
1603	b='test-byteswap'; \
1604	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1605	--log-file $$b.log --trs-file $$b.trs \
1606	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1607	"$$tst" $(AM_TESTS_FD_REDIRECT)
1608test-des.log: test-des$(EXEEXT)
1609	@p='test-des$(EXEEXT)'; \
1610	b='test-des'; \
1611	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1612	--log-file $$b.log --trs-file $$b.trs \
1613	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1614	"$$tst" $(AM_TESTS_FD_REDIRECT)
1615test-md4.log: test-md4$(EXEEXT)
1616	@p='test-md4$(EXEEXT)'; \
1617	b='test-md4'; \
1618	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1619	--log-file $$b.log --trs-file $$b.trs \
1620	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1621	"$$tst" $(AM_TESTS_FD_REDIRECT)
1622test-intprops.log: test-intprops$(EXEEXT)
1623	@p='test-intprops$(EXEEXT)'; \
1624	b='test-intprops'; \
1625	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1626	--log-file $$b.log --trs-file $$b.trs \
1627	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1628	"$$tst" $(AM_TESTS_FD_REDIRECT)
1629test-inttypes.log: test-inttypes$(EXEEXT)
1630	@p='test-inttypes$(EXEEXT)'; \
1631	b='test-inttypes'; \
1632	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1633	--log-file $$b.log --trs-file $$b.trs \
1634	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1635	"$$tst" $(AM_TESTS_FD_REDIRECT)
1636test-limits-h.log: test-limits-h$(EXEEXT)
1637	@p='test-limits-h$(EXEEXT)'; \
1638	b='test-limits-h'; \
1639	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1640	--log-file $$b.log --trs-file $$b.trs \
1641	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1642	"$$tst" $(AM_TESTS_FD_REDIRECT)
1643test-stdalign.log: test-stdalign$(EXEEXT)
1644	@p='test-stdalign$(EXEEXT)'; \
1645	b='test-stdalign'; \
1646	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1647	--log-file $$b.log --trs-file $$b.trs \
1648	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1649	"$$tst" $(AM_TESTS_FD_REDIRECT)
1650test-stdbool.log: test-stdbool$(EXEEXT)
1651	@p='test-stdbool$(EXEEXT)'; \
1652	b='test-stdbool'; \
1653	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1654	--log-file $$b.log --trs-file $$b.trs \
1655	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1656	"$$tst" $(AM_TESTS_FD_REDIRECT)
1657test-stddef.log: test-stddef$(EXEEXT)
1658	@p='test-stddef$(EXEEXT)'; \
1659	b='test-stddef'; \
1660	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1661	--log-file $$b.log --trs-file $$b.trs \
1662	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1663	"$$tst" $(AM_TESTS_FD_REDIRECT)
1664test-stdint.log: test-stdint$(EXEEXT)
1665	@p='test-stdint$(EXEEXT)'; \
1666	b='test-stdint'; \
1667	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1668	--log-file $$b.log --trs-file $$b.trs \
1669	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1670	"$$tst" $(AM_TESTS_FD_REDIRECT)
1671test-string.log: test-string$(EXEEXT)
1672	@p='test-string$(EXEEXT)'; \
1673	b='test-string'; \
1674	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1675	--log-file $$b.log --trs-file $$b.trs \
1676	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1677	"$$tst" $(AM_TESTS_FD_REDIRECT)
1678test-strverscmp.log: test-strverscmp$(EXEEXT)
1679	@p='test-strverscmp$(EXEEXT)'; \
1680	b='test-strverscmp'; \
1681	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1682	--log-file $$b.log --trs-file $$b.trs \
1683	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1684	"$$tst" $(AM_TESTS_FD_REDIRECT)
1685test-sys_types.log: test-sys_types$(EXEEXT)
1686	@p='test-sys_types$(EXEEXT)'; \
1687	b='test-sys_types'; \
1688	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1689	--log-file $$b.log --trs-file $$b.trs \
1690	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1691	"$$tst" $(AM_TESTS_FD_REDIRECT)
1692test-init.sh.log: test-init.sh
1693	@p='test-init.sh'; \
1694	b='test-init.sh'; \
1695	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1696	--log-file $$b.log --trs-file $$b.trs \
1697	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1698	"$$tst" $(AM_TESTS_FD_REDIRECT)
1699test-unistd.log: test-unistd$(EXEEXT)
1700	@p='test-unistd$(EXEEXT)'; \
1701	b='test-unistd'; \
1702	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1703	--log-file $$b.log --trs-file $$b.trs \
1704	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1705	"$$tst" $(AM_TESTS_FD_REDIRECT)
1706test-update-copyright.sh.log: test-update-copyright.sh
1707	@p='test-update-copyright.sh'; \
1708	b='test-update-copyright.sh'; \
1709	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1710	--log-file $$b.log --trs-file $$b.trs \
1711	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1712	"$$tst" $(AM_TESTS_FD_REDIRECT)
1713test-vc-list-files-git.sh.log: test-vc-list-files-git.sh
1714	@p='test-vc-list-files-git.sh'; \
1715	b='test-vc-list-files-git.sh'; \
1716	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1717	--log-file $$b.log --trs-file $$b.trs \
1718	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1719	"$$tst" $(AM_TESTS_FD_REDIRECT)
1720test-vc-list-files-cvs.sh.log: test-vc-list-files-cvs.sh
1721	@p='test-vc-list-files-cvs.sh'; \
1722	b='test-vc-list-files-cvs.sh'; \
1723	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1724	--log-file $$b.log --trs-file $$b.trs \
1725	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1726	"$$tst" $(AM_TESTS_FD_REDIRECT)
1727test-verify.log: test-verify$(EXEEXT)
1728	@p='test-verify$(EXEEXT)'; \
1729	b='test-verify'; \
1730	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1731	--log-file $$b.log --trs-file $$b.trs \
1732	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1733	"$$tst" $(AM_TESTS_FD_REDIRECT)
1734test-verify.sh.log: test-verify.sh
1735	@p='test-verify.sh'; \
1736	b='test-verify.sh'; \
1737	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1738	--log-file $$b.log --trs-file $$b.trs \
1739	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1740	"$$tst" $(AM_TESTS_FD_REDIRECT)
1741test-wchar.log: test-wchar$(EXEEXT)
1742	@p='test-wchar$(EXEEXT)'; \
1743	b='test-wchar'; \
1744	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1745	--log-file $$b.log --trs-file $$b.trs \
1746	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1747	"$$tst" $(AM_TESTS_FD_REDIRECT)
1748.test.log:
1749	@p='$<'; \
1750	$(am__set_b); \
1751	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1752	--log-file $$b.log --trs-file $$b.trs \
1753	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1754	"$$tst" $(AM_TESTS_FD_REDIRECT)
1755@am__EXEEXT_TRUE@.test$(EXEEXT).log:
1756@am__EXEEXT_TRUE@	@p='$<'; \
1757@am__EXEEXT_TRUE@	$(am__set_b); \
1758@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1759@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1760@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1761@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1762
1763distdir: $(BUILT_SOURCES)
1764	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1765
1766distdir-am: $(DISTFILES)
1767	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1768	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1769	list='$(DISTFILES)'; \
1770	  dist_files=`for file in $$list; do echo $$file; done | \
1771	  sed -e "s|^$$srcdirstrip/||;t" \
1772	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1773	case $$dist_files in \
1774	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1775			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1776			   sort -u` ;; \
1777	esac; \
1778	for file in $$dist_files; do \
1779	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1780	  if test -d $$d/$$file; then \
1781	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1782	    if test -d "$(distdir)/$$file"; then \
1783	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1784	    fi; \
1785	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1786	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1787	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1788	    fi; \
1789	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1790	  else \
1791	    test -f "$(distdir)/$$file" \
1792	    || cp -p $$d/$$file "$(distdir)/$$file" \
1793	    || exit 1; \
1794	  fi; \
1795	done
1796	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1797	  if test "$$subdir" = .; then :; else \
1798	    $(am__make_dryrun) \
1799	      || test -d "$(distdir)/$$subdir" \
1800	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1801	      || exit 1; \
1802	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1803	    $(am__relativize); \
1804	    new_distdir=$$reldir; \
1805	    dir1=$$subdir; dir2="$(top_distdir)"; \
1806	    $(am__relativize); \
1807	    new_top_distdir=$$reldir; \
1808	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1809	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1810	    ($(am__cd) $$subdir && \
1811	      $(MAKE) $(AM_MAKEFLAGS) \
1812	        top_distdir="$$new_top_distdir" \
1813	        distdir="$$new_distdir" \
1814		am__remove_distdir=: \
1815		am__skip_length_check=: \
1816		am__skip_mode_fix=: \
1817	        distdir) \
1818	      || exit 1; \
1819	  fi; \
1820	done
1821check-am: all-am
1822	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_LIBRARIES)
1823	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1824check: $(BUILT_SOURCES)
1825	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1826all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(HEADERS)
1827installdirs: installdirs-recursive
1828installdirs-am:
1829install: $(BUILT_SOURCES)
1830	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1831install-exec: install-exec-recursive
1832install-data: install-data-recursive
1833uninstall: uninstall-recursive
1834
1835install-am: all-am
1836	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1837
1838installcheck: installcheck-recursive
1839install-strip:
1840	if test -z '$(STRIP)'; then \
1841	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1842	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1843	      install; \
1844	else \
1845	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1846	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1847	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1848	fi
1849mostlyclean-generic:
1850	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1851	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1852	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1853	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1854
1855clean-generic:
1856	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1857
1858distclean-generic:
1859	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1860	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1861	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1862
1863maintainer-clean-generic:
1864	@echo "This command is intended for maintainers to use"
1865	@echo "it deletes files that may require special tools to rebuild."
1866	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1867	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1868clean: clean-recursive
1869
1870clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
1871	clean-libtool clean-local clean-noinstLIBRARIES \
1872	clean-noinstPROGRAMS mostlyclean-am
1873
1874distclean: distclean-recursive
1875		-rm -f ./$(DEPDIR)/dummy.Po
1876	-rm -f ./$(DEPDIR)/test-byteswap.Po
1877	-rm -f ./$(DEPDIR)/test-des.Po
1878	-rm -f ./$(DEPDIR)/test-intprops.Po
1879	-rm -f ./$(DEPDIR)/test-inttypes.Po
1880	-rm -f ./$(DEPDIR)/test-limits-h.Po
1881	-rm -f ./$(DEPDIR)/test-md4.Po
1882	-rm -f ./$(DEPDIR)/test-stdalign.Po
1883	-rm -f ./$(DEPDIR)/test-stdbool.Po
1884	-rm -f ./$(DEPDIR)/test-stddef.Po
1885	-rm -f ./$(DEPDIR)/test-stdint.Po
1886	-rm -f ./$(DEPDIR)/test-string.Po
1887	-rm -f ./$(DEPDIR)/test-strverscmp.Po
1888	-rm -f ./$(DEPDIR)/test-sys_types.Po
1889	-rm -f ./$(DEPDIR)/test-unistd.Po
1890	-rm -f ./$(DEPDIR)/test-verify-try.Po
1891	-rm -f ./$(DEPDIR)/test-verify.Po
1892	-rm -f ./$(DEPDIR)/test-wchar.Po
1893	-rm -f Makefile
1894distclean-am: clean-am distclean-compile distclean-generic \
1895	distclean-tags
1896
1897dvi: dvi-recursive
1898
1899dvi-am:
1900
1901html: html-recursive
1902
1903html-am:
1904
1905info: info-recursive
1906
1907info-am:
1908
1909install-data-am:
1910
1911install-dvi: install-dvi-recursive
1912
1913install-dvi-am:
1914
1915install-exec-am:
1916
1917install-html: install-html-recursive
1918
1919install-html-am:
1920
1921install-info: install-info-recursive
1922
1923install-info-am:
1924
1925install-man:
1926
1927install-pdf: install-pdf-recursive
1928
1929install-pdf-am:
1930
1931install-ps: install-ps-recursive
1932
1933install-ps-am:
1934
1935installcheck-am:
1936
1937maintainer-clean: maintainer-clean-recursive
1938		-rm -f ./$(DEPDIR)/dummy.Po
1939	-rm -f ./$(DEPDIR)/test-byteswap.Po
1940	-rm -f ./$(DEPDIR)/test-des.Po
1941	-rm -f ./$(DEPDIR)/test-intprops.Po
1942	-rm -f ./$(DEPDIR)/test-inttypes.Po
1943	-rm -f ./$(DEPDIR)/test-limits-h.Po
1944	-rm -f ./$(DEPDIR)/test-md4.Po
1945	-rm -f ./$(DEPDIR)/test-stdalign.Po
1946	-rm -f ./$(DEPDIR)/test-stdbool.Po
1947	-rm -f ./$(DEPDIR)/test-stddef.Po
1948	-rm -f ./$(DEPDIR)/test-stdint.Po
1949	-rm -f ./$(DEPDIR)/test-string.Po
1950	-rm -f ./$(DEPDIR)/test-strverscmp.Po
1951	-rm -f ./$(DEPDIR)/test-sys_types.Po
1952	-rm -f ./$(DEPDIR)/test-unistd.Po
1953	-rm -f ./$(DEPDIR)/test-verify-try.Po
1954	-rm -f ./$(DEPDIR)/test-verify.Po
1955	-rm -f ./$(DEPDIR)/test-wchar.Po
1956	-rm -f Makefile
1957maintainer-clean-am: distclean-am maintainer-clean-generic
1958
1959mostlyclean: mostlyclean-recursive
1960
1961mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1962	mostlyclean-libtool mostlyclean-local
1963
1964pdf: pdf-recursive
1965
1966pdf-am:
1967
1968ps: ps-recursive
1969
1970ps-am:
1971
1972uninstall-am:
1973
1974.MAKE: $(am__recursive_targets) all check check-am install install-am \
1975	install-strip
1976
1977.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1978	am--depfiles check check-TESTS check-am clean \
1979	clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
1980	clean-libtool clean-local clean-noinstLIBRARIES \
1981	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1982	distclean-compile distclean-generic distclean-libtool \
1983	distclean-tags distdir dvi dvi-am html html-am info info-am \
1984	install install-am install-data install-data-am install-dvi \
1985	install-dvi-am install-exec install-exec-am install-html \
1986	install-html-am install-info install-info-am install-man \
1987	install-pdf install-pdf-am install-ps install-ps-am \
1988	install-strip installcheck installcheck-am installdirs \
1989	installdirs-am maintainer-clean maintainer-clean-generic \
1990	mostlyclean mostlyclean-compile mostlyclean-generic \
1991	mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am \
1992	recheck tags tags-am uninstall uninstall-am
1993
1994.PRECIOUS: Makefile
1995
1996
1997# We need the following in order to create <inttypes.h> when the system
1998# doesn't have one that works with the given compiler.
1999inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2000	$(AM_V_GEN)rm -f $@-t $@ && \
2001	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2002	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2003	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2004	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2005	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2006	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
2007	      -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
2008	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2009	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
2010	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
2011	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
2012	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
2013	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
2014	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
2015	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
2016	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
2017	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
2018	      -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
2019	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
2020	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
2021	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
2022	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
2023	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
2024	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
2025	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2026	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2027	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2028	      < $(srcdir)/inttypes.in.h; \
2029	} > $@-t && \
2030	mv $@-t $@
2031
2032# We need the following in order to create <wchar.h> when the system
2033# version does not work standalone.
2034wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2035	$(AM_V_GEN)rm -f $@-t $@ && \
2036	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2037	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2038	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2039	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2040	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2041	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2042	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2043	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2044	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2045	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2046	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2047	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2048	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2049	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2050	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
2051	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
2052	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
2053	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
2054	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
2055	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
2056	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
2057	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
2058	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
2059	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
2060	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
2061	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
2062	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
2063	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
2064	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
2065	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
2066	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
2067	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
2068	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
2069	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
2070	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
2071	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
2072	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
2073	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
2074	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
2075	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
2076	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
2077	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
2078	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
2079	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
2080	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
2081	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
2082	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
2083	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
2084	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
2085	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
2086	      < $(srcdir)/wchar.in.h | \
2087	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
2088	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
2089	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
2090	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
2091	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
2092	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
2093	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
2094	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
2095	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
2096	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
2097	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
2098	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
2099	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
2100	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
2101	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
2102	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
2103	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
2104	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
2105	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
2106	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
2107	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
2108	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
2109	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
2110	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
2111	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
2112	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
2113	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
2114	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
2115	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
2116	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
2117	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
2118	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
2119	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
2120	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
2121	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
2122	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
2123	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
2124	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
2125	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
2126	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
2127	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
2128	  | \
2129	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
2130	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
2131	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
2132	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
2133	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
2134	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
2135	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
2136	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
2137	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
2138	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
2139	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
2140	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
2141	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
2142	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
2143	      -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
2144	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2145	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2146	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2147	} > $@-t && \
2148	mv $@-t $@
2149
2150# Clean up after Solaris cc.
2151clean-local:
2152	rm -rf SunWS_cache
2153
2154mostlyclean-local: mostlyclean-generic
2155	@for dir in '' $(MOSTLYCLEANDIRS); do \
2156	  if test -n "$$dir" && test -d $$dir; then \
2157	    echo "rmdir $$dir"; rmdir $$dir; \
2158	  fi; \
2159	done; \
2160	:
2161
2162# Tell versions [3.59,3.63) of GNU make to not export all variables.
2163# Otherwise a system limit (for SysV at least) may be exceeded.
2164.NOEXPORT:
2165