xref: /netbsd-src/external/lgpl3/gmp/dist/tests/misc/Makefile.in (revision d25ffa98a4bfca1fe272f3c182496ec9934faac7)
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Copyright 2001, 2002 Free Software Foundation, Inc.
19#
20# This file is part of the GNU MP Library.
21#
22# The GNU MP Library is free software; you can redistribute it and/or modify
23# it under the terms of the GNU Lesser General Public License as published by
24# the Free Software Foundation; either version 3 of the License, or (at your
25# option) any later version.
26#
27# The GNU MP Library is distributed in the hope that it will be useful, but
28# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
29# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
30# License for more details.
31#
32# You should have received a copy of the GNU Lesser General Public License
33# along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
34VPATH = @srcdir@
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51build_triplet = @build@
52host_triplet = @host@
53ANSI2KNR = $(top_builddir)/ansi2knr
54check_PROGRAMS = t-printf$(EXEEXT) t-scanf$(EXEEXT) t-locale$(EXEEXT)
55subdir = tests/misc
56DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
59	$(top_srcdir)/configure.in
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(install_sh) -d
63CONFIG_HEADER = $(top_builddir)/config.h
64CONFIG_CLEAN_FILES =
65CONFIG_CLEAN_VPATH_FILES =
66t_locale_SOURCES = t-locale.c
67t_locale_OBJECTS = t-locale$U.$(OBJEXT)
68t_locale_LDADD = $(LDADD)
69t_locale_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
70	$(top_builddir)/libgmp.la
71t_printf_SOURCES = t-printf.c
72t_printf_OBJECTS = t-printf$U.$(OBJEXT)
73t_printf_LDADD = $(LDADD)
74t_printf_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
75	$(top_builddir)/libgmp.la
76t_scanf_SOURCES = t-scanf.c
77t_scanf_OBJECTS = t-scanf$U.$(OBJEXT)
78t_scanf_LDADD = $(LDADD)
79t_scanf_DEPENDENCIES = $(top_builddir)/tests/libtests.la \
80	$(top_builddir)/libgmp.la
81DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
82depcomp =
83am__depfiles_maybe =
84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89CCLD = $(CC)
90LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92	$(LDFLAGS) -o $@
93SOURCES = t-locale.c t-printf.c t-scanf.c
94DIST_SOURCES = t-locale.c t-printf.c t-scanf.c
95ETAGS = etags
96CTAGS = ctags
97am__tty_colors = \
98red=; grn=; lgn=; blu=; std=
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ABI = @ABI@
101ACLOCAL = @ACLOCAL@
102AMTAR = @AMTAR@
103AR = @AR@
104AS = @AS@
105ASMFLAGS = @ASMFLAGS@
106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
109AWK = @AWK@
110CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@
111CC = @CC@
112CCAS = @CCAS@
113CC_FOR_BUILD = @CC_FOR_BUILD@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CPP_FOR_BUILD = @CPP_FOR_BUILD@
118CXX = @CXX@
119CXXCPP = @CXXCPP@
120CXXFLAGS = @CXXFLAGS@
121CYGPATH_W = @CYGPATH_W@
122DEFN_LONG_LONG_LIMB = @DEFN_LONG_LONG_LIMB@
123DEFS = @DEFS@
124DLLTOOL = @DLLTOOL@
125DSYMUTIL = @DSYMUTIL@
126DUMPBIN = @DUMPBIN@
127ECHO_C = @ECHO_C@
128ECHO_N = @ECHO_N@
129ECHO_T = @ECHO_T@
130EGREP = @EGREP@
131EXEEXT = @EXEEXT@
132EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
133F77 = @F77@
134FFLAGS = @FFLAGS@
135FGREP = @FGREP@
136GMP_LDFLAGS = @GMP_LDFLAGS@
137GMP_LIMB_BITS = @GMP_LIMB_BITS@
138GMP_NAIL_BITS = @GMP_NAIL_BITS@
139GREP = @GREP@
140HAVE_CLOCK_01 = @HAVE_CLOCK_01@
141HAVE_CPUTIME_01 = @HAVE_CPUTIME_01@
142HAVE_GETRUSAGE_01 = @HAVE_GETRUSAGE_01@
143HAVE_GETTIMEOFDAY_01 = @HAVE_GETTIMEOFDAY_01@
144HAVE_HOST_CPU_FAMILY_power = @HAVE_HOST_CPU_FAMILY_power@
145HAVE_HOST_CPU_FAMILY_powerpc = @HAVE_HOST_CPU_FAMILY_powerpc@
146HAVE_SIGACTION_01 = @HAVE_SIGACTION_01@
147HAVE_SIGALTSTACK_01 = @HAVE_SIGALTSTACK_01@
148HAVE_SIGSTACK_01 = @HAVE_SIGSTACK_01@
149HAVE_STACK_T_01 = @HAVE_STACK_T_01@
150HAVE_SYS_RESOURCE_H_01 = @HAVE_SYS_RESOURCE_H_01@
151INSTALL = @INSTALL@
152INSTALL_DATA = @INSTALL_DATA@
153INSTALL_PROGRAM = @INSTALL_PROGRAM@
154INSTALL_SCRIPT = @INSTALL_SCRIPT@
155INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
156LD = @LD@
157LDFLAGS = @LDFLAGS@
158LEX = @LEX@
159LEXLIB = @LEXLIB@
160LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
161LIBCURSES = @LIBCURSES@
162LIBGMPXX_LDFLAGS = @LIBGMPXX_LDFLAGS@
163LIBGMP_DLL = @LIBGMP_DLL@
164LIBGMP_LDFLAGS = @LIBGMP_LDFLAGS@
165LIBM = @LIBM@
166LIBM_FOR_BUILD = @LIBM_FOR_BUILD@
167LIBOBJS = @LIBOBJS@
168LIBREADLINE = @LIBREADLINE@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174M4 = @M4@
175MAINT = @MAINT@
176MAKEINFO = @MAKEINFO@
177MKDIR_P = @MKDIR_P@
178NM = @NM@
179NMEDIT = @NMEDIT@
180OBJDUMP = @OBJDUMP@
181OBJEXT = @OBJEXT@
182OTOOL = @OTOOL@
183OTOOL64 = @OTOOL64@
184PACKAGE = @PACKAGE@
185PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
186PACKAGE_NAME = @PACKAGE_NAME@
187PACKAGE_STRING = @PACKAGE_STRING@
188PACKAGE_TARNAME = @PACKAGE_TARNAME@
189PACKAGE_URL = @PACKAGE_URL@
190PACKAGE_VERSION = @PACKAGE_VERSION@
191PATH_SEPARATOR = @PATH_SEPARATOR@
192RANLIB = @RANLIB@
193SED = @SED@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196SPEED_CYCLECOUNTER_OBJ = @SPEED_CYCLECOUNTER_OBJ@
197STRIP = @STRIP@
198TAL_OBJECT = @TAL_OBJECT@
199TUNE_SQR_OBJ = @TUNE_SQR_OBJ@
200U = @U@
201U_FOR_BUILD = @U_FOR_BUILD@
202VERSION = @VERSION@
203WITH_READLINE_01 = @WITH_READLINE_01@
204YACC = @YACC@
205YFLAGS = @YFLAGS@
206abs_builddir = @abs_builddir@
207abs_srcdir = @abs_srcdir@
208abs_top_builddir = @abs_top_builddir@
209abs_top_srcdir = @abs_top_srcdir@
210ac_ct_CC = @ac_ct_CC@
211ac_ct_CXX = @ac_ct_CXX@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213ac_ct_F77 = @ac_ct_F77@
214am__leading_dot = @am__leading_dot@
215am__tar = @am__tar@
216am__untar = @am__untar@
217bindir = @bindir@
218build = @build@
219build_alias = @build_alias@
220build_cpu = @build_cpu@
221build_os = @build_os@
222build_vendor = @build_vendor@
223builddir = @builddir@
224datadir = @datadir@
225datarootdir = @datarootdir@
226docdir = @docdir@
227dvidir = @dvidir@
228exec_prefix = @exec_prefix@
229gmp_srclinks = @gmp_srclinks@
230host = @host@
231host_alias = @host_alias@
232host_cpu = @host_cpu@
233host_os = @host_os@
234host_vendor = @host_vendor@
235htmldir = @htmldir@
236includedir = @includedir@
237infodir = @infodir@
238install_sh = @install_sh@
239libdir = @libdir@
240libexecdir = @libexecdir@
241localedir = @localedir@
242localstatedir = @localstatedir@
243lt_ECHO = @lt_ECHO@
244mandir = @mandir@
245mkdir_p = @mkdir_p@
246mpn_objects = @mpn_objects@
247mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
248mpn_objs_in_libmp = @mpn_objs_in_libmp@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251prefix = @prefix@
252program_transform_name = @program_transform_name@
253psdir = @psdir@
254sbindir = @sbindir@
255sharedstatedir = @sharedstatedir@
256srcdir = @srcdir@
257sysconfdir = @sysconfdir@
258target_alias = @target_alias@
259top_build_prefix = @top_build_prefix@
260top_builddir = @top_builddir@
261top_srcdir = @top_srcdir@
262INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
263LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
264TESTS = $(check_PROGRAMS)
265
266# Temporary files used by the tests.  Removed automatically if the tests
267# pass, but ensure they're cleaned if they fail.
268#
269CLEANFILES = *.tmp
270all: all-am
271
272.SUFFIXES:
273.SUFFIXES: .c .lo .o .obj
274$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
275	@for dep in $?; do \
276	  case '$(am__configure_deps)' in \
277	    *$$dep*) \
278	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279	        && { if test -f $@; then exit 0; else break; fi; }; \
280	      exit 1;; \
281	  esac; \
282	done; \
283	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile'; \
284	$(am__cd) $(top_srcdir) && \
285	  $(AUTOMAKE) --gnu --ignore-deps tests/misc/Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288	@case '$?' in \
289	  *config.status*) \
290	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291	  *) \
292	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294	esac;
295
296$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303$(am__aclocal_m4_deps):
304
305clean-checkPROGRAMS:
306	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
307	echo " rm -f" $$list; \
308	rm -f $$list || exit $$?; \
309	test -n "$(EXEEXT)" || exit 0; \
310	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
311	echo " rm -f" $$list; \
312	rm -f $$list
313t-locale$(EXEEXT): $(t_locale_OBJECTS) $(t_locale_DEPENDENCIES)
314	@rm -f t-locale$(EXEEXT)
315	$(LINK) $(t_locale_OBJECTS) $(t_locale_LDADD) $(LIBS)
316t-printf$(EXEEXT): $(t_printf_OBJECTS) $(t_printf_DEPENDENCIES)
317	@rm -f t-printf$(EXEEXT)
318	$(LINK) $(t_printf_OBJECTS) $(t_printf_LDADD) $(LIBS)
319t-scanf$(EXEEXT): $(t_scanf_OBJECTS) $(t_scanf_DEPENDENCIES)
320	@rm -f t-scanf$(EXEEXT)
321	$(LINK) $(t_scanf_OBJECTS) $(t_scanf_LDADD) $(LIBS)
322
323mostlyclean-compile:
324	-rm -f *.$(OBJEXT)
325
326distclean-compile:
327	-rm -f *.tab.c
328$(top_builddir)/ansi2knr:
329	$(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
330
331mostlyclean-kr:
332	-test "$U" = "" || rm -f *_.c
333
334.c.o:
335	$(COMPILE) -c $<
336
337.c.obj:
338	$(COMPILE) -c `$(CYGPATH_W) '$<'`
339
340.c.lo:
341	$(LTCOMPILE) -c -o $@ $<
342t-locale_.c: t-locale.c $(ANSI2KNR)
343	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-locale.c; then echo $(srcdir)/t-locale.c; else echo t-locale.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
344t-printf_.c: t-printf.c $(ANSI2KNR)
345	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-printf.c; then echo $(srcdir)/t-printf.c; else echo t-printf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
346t-scanf_.c: t-scanf.c $(ANSI2KNR)
347	$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/t-scanf.c; then echo $(srcdir)/t-scanf.c; else echo t-scanf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
348t-locale_.$(OBJEXT) t-locale_.lo t-printf_.$(OBJEXT) t-printf_.lo \
349t-scanf_.$(OBJEXT) t-scanf_.lo : $(ANSI2KNR)
350
351mostlyclean-libtool:
352	-rm -f *.lo
353
354clean-libtool:
355	-rm -rf .libs _libs
356
357ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
358	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359	unique=`for i in $$list; do \
360	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361	  done | \
362	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
363	      END { if (nonempty) { for (i in files) print i; }; }'`; \
364	mkid -fID $$unique
365tags: TAGS
366
367TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368		$(TAGS_FILES) $(LISP)
369	set x; \
370	here=`pwd`; \
371	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372	unique=`for i in $$list; do \
373	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374	  done | \
375	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376	      END { if (nonempty) { for (i in files) print i; }; }'`; \
377	shift; \
378	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379	  test -n "$$unique" || unique=$$empty_fix; \
380	  if test $$# -gt 0; then \
381	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
382	      "$$@" $$unique; \
383	  else \
384	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
385	      $$unique; \
386	  fi; \
387	fi
388ctags: CTAGS
389CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390		$(TAGS_FILES) $(LISP)
391	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392	unique=`for i in $$list; do \
393	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394	  done | \
395	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396	      END { if (nonempty) { for (i in files) print i; }; }'`; \
397	test -z "$(CTAGS_ARGS)$$unique" \
398	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399	     $$unique
400
401GTAGS:
402	here=`$(am__cd) $(top_builddir) && pwd` \
403	  && $(am__cd) $(top_srcdir) \
404	  && gtags -i $(GTAGS_ARGS) "$$here"
405
406distclean-tags:
407	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
408
409check-TESTS: $(TESTS)
410	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
411	srcdir=$(srcdir); export srcdir; \
412	list=' $(TESTS) '; \
413	$(am__tty_colors); \
414	if test -n "$$list"; then \
415	  for tst in $$list; do \
416	    if test -f ./$$tst; then dir=./; \
417	    elif test -f $$tst; then dir=; \
418	    else dir="$(srcdir)/"; fi; \
419	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
420	      all=`expr $$all + 1`; \
421	      case " $(XFAIL_TESTS) " in \
422	      *[\ \	]$$tst[\ \	]*) \
423		xpass=`expr $$xpass + 1`; \
424		failed=`expr $$failed + 1`; \
425		col=$$red; res=XPASS; \
426	      ;; \
427	      *) \
428		col=$$grn; res=PASS; \
429	      ;; \
430	      esac; \
431	    elif test $$? -ne 77; then \
432	      all=`expr $$all + 1`; \
433	      case " $(XFAIL_TESTS) " in \
434	      *[\ \	]$$tst[\ \	]*) \
435		xfail=`expr $$xfail + 1`; \
436		col=$$lgn; res=XFAIL; \
437	      ;; \
438	      *) \
439		failed=`expr $$failed + 1`; \
440		col=$$red; res=FAIL; \
441	      ;; \
442	      esac; \
443	    else \
444	      skip=`expr $$skip + 1`; \
445	      col=$$blu; res=SKIP; \
446	    fi; \
447	    echo "$${col}$$res$${std}: $$tst"; \
448	  done; \
449	  if test "$$all" -eq 1; then \
450	    tests="test"; \
451	    All=""; \
452	  else \
453	    tests="tests"; \
454	    All="All "; \
455	  fi; \
456	  if test "$$failed" -eq 0; then \
457	    if test "$$xfail" -eq 0; then \
458	      banner="$$All$$all $$tests passed"; \
459	    else \
460	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
461	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
462	    fi; \
463	  else \
464	    if test "$$xpass" -eq 0; then \
465	      banner="$$failed of $$all $$tests failed"; \
466	    else \
467	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
468	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
469	    fi; \
470	  fi; \
471	  dashes="$$banner"; \
472	  skipped=""; \
473	  if test "$$skip" -ne 0; then \
474	    if test "$$skip" -eq 1; then \
475	      skipped="($$skip test was not run)"; \
476	    else \
477	      skipped="($$skip tests were not run)"; \
478	    fi; \
479	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
480	      dashes="$$skipped"; \
481	  fi; \
482	  report=""; \
483	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
484	    report="Please report to $(PACKAGE_BUGREPORT)"; \
485	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
486	      dashes="$$report"; \
487	  fi; \
488	  dashes=`echo "$$dashes" | sed s/./=/g`; \
489	  if test "$$failed" -eq 0; then \
490	    echo "$$grn$$dashes"; \
491	  else \
492	    echo "$$red$$dashes"; \
493	  fi; \
494	  echo "$$banner"; \
495	  test -z "$$skipped" || echo "$$skipped"; \
496	  test -z "$$report" || echo "$$report"; \
497	  echo "$$dashes$$std"; \
498	  test "$$failed" -eq 0; \
499	else :; fi
500
501distdir: $(DISTFILES)
502	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
503	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504	list='$(DISTFILES)'; \
505	  dist_files=`for file in $$list; do echo $$file; done | \
506	  sed -e "s|^$$srcdirstrip/||;t" \
507	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
508	case $$dist_files in \
509	  */*) $(MKDIR_P) `echo "$$dist_files" | \
510			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
511			   sort -u` ;; \
512	esac; \
513	for file in $$dist_files; do \
514	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
515	  if test -d $$d/$$file; then \
516	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
517	    if test -d "$(distdir)/$$file"; then \
518	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
519	    fi; \
520	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
522	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
523	    fi; \
524	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
525	  else \
526	    test -f "$(distdir)/$$file" \
527	    || cp -p $$d/$$file "$(distdir)/$$file" \
528	    || exit 1; \
529	  fi; \
530	done
531check-am: all-am
532	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
533	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
534check: check-am
535all-am: Makefile
536installdirs:
537install: install-am
538install-exec: install-exec-am
539install-data: install-data-am
540uninstall: uninstall-am
541
542install-am: all-am
543	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
544
545installcheck: installcheck-am
546install-strip:
547	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549	  `test -z '$(STRIP)' || \
550	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
551mostlyclean-generic:
552
553clean-generic:
554	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
555
556distclean-generic:
557	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
558	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
559
560maintainer-clean-generic:
561	@echo "This command is intended for maintainers to use"
562	@echo "it deletes files that may require special tools to rebuild."
563clean: clean-am
564
565clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
566	mostlyclean-am
567
568distclean: distclean-am
569	-rm -f Makefile
570distclean-am: clean-am distclean-compile distclean-generic \
571	distclean-tags
572
573dvi: dvi-am
574
575dvi-am:
576
577html: html-am
578
579html-am:
580
581info: info-am
582
583info-am:
584
585install-data-am:
586
587install-dvi: install-dvi-am
588
589install-dvi-am:
590
591install-exec-am:
592
593install-html: install-html-am
594
595install-html-am:
596
597install-info: install-info-am
598
599install-info-am:
600
601install-man:
602
603install-pdf: install-pdf-am
604
605install-pdf-am:
606
607install-ps: install-ps-am
608
609install-ps-am:
610
611installcheck-am:
612
613maintainer-clean: maintainer-clean-am
614	-rm -f Makefile
615maintainer-clean-am: distclean-am maintainer-clean-generic
616
617mostlyclean: mostlyclean-am
618
619mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr \
620	mostlyclean-libtool
621
622pdf: pdf-am
623
624pdf-am:
625
626ps: ps-am
627
628ps-am:
629
630uninstall-am:
631
632.MAKE: $(top_builddir)/ansi2knr check-am install-am install-strip
633
634.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
635	clean-checkPROGRAMS clean-generic clean-libtool ctags \
636	distclean distclean-compile distclean-generic \
637	distclean-libtool distclean-tags distdir dvi dvi-am html \
638	html-am info info-am install install-am install-data \
639	install-data-am install-dvi install-dvi-am install-exec \
640	install-exec-am install-html install-html-am install-info \
641	install-info-am install-man install-pdf install-pdf-am \
642	install-ps install-ps-am install-strip installcheck \
643	installcheck-am installdirs maintainer-clean \
644	maintainer-clean-generic mostlyclean mostlyclean-compile \
645	mostlyclean-generic mostlyclean-kr mostlyclean-libtool pdf \
646	pdf-am ps ps-am tags uninstall uninstall-am
647
648
649$(top_builddir)/tests/libtests.la:
650	cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
651
652# Tell versions [3.59,3.63) of GNU make to not export all variables.
653# Otherwise a system limit (for SysV at least) may be exceeded.
654.NOEXPORT:
655