1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# Makefile.am - tests using NIST's PKITS
18#     	Copyright (C) 2004, 2008 Free Software Foundation, Inc.
19#
20# This file is part of GnuPG.
21#
22# GnuPG is free software; you can redistribute it and/or modify
23# it under the terms of the GNU General Public License as published by
24# the Free Software Foundation; either version 3 of the License, or
25# (at your option) any later version.
26#
27# GnuPG is distributed in the hope that it will be useful,
28# but WITHOUT ANY WARRANTY; without even the implied warranty of
29# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30# GNU General Public License for more details.
31#
32# You should have received a copy of the GNU General Public License
33# along with this program; if not, see <https://www.gnu.org/licenses/>.
34VPATH = @srcdir@
35am__is_gnu_make = { \
36  if test -z '$(MAKELEVEL)'; then \
37    false; \
38  elif test -n '$(MAKE_HOST)'; then \
39    true; \
40  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41    true; \
42  else \
43    false; \
44  fi; \
45}
46am__make_running_with_option = \
47  case $${target_option-} in \
48      ?) ;; \
49      *) echo "am__make_running_with_option: internal error: invalid" \
50              "target option '$${target_option-}' specified" >&2; \
51         exit 1;; \
52  esac; \
53  has_opt=no; \
54  sane_makeflags=$$MAKEFLAGS; \
55  if $(am__is_gnu_make); then \
56    sane_makeflags=$$MFLAGS; \
57  else \
58    case $$MAKEFLAGS in \
59      *\\[\ \	]*) \
60        bs=\\; \
61        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
63    esac; \
64  fi; \
65  skip_next=no; \
66  strip_trailopt () \
67  { \
68    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69  }; \
70  for flg in $$sane_makeflags; do \
71    test $$skip_next = yes && { skip_next=no; continue; }; \
72    case $$flg in \
73      *=*|--*) continue;; \
74        -*I) strip_trailopt 'I'; skip_next=yes;; \
75      -*I?*) strip_trailopt 'I';; \
76        -*O) strip_trailopt 'O'; skip_next=yes;; \
77      -*O?*) strip_trailopt 'O';; \
78        -*l) strip_trailopt 'l'; skip_next=yes;; \
79      -*l?*) strip_trailopt 'l';; \
80      -[dEDm]) skip_next=yes;; \
81      -[JT]) skip_next=yes;; \
82    esac; \
83    case $$flg in \
84      *$$target_option*) has_opt=yes; break;; \
85    esac; \
86  done; \
87  test $$has_opt = yes
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgdatadir = $(datadir)/@PACKAGE@
91pkgincludedir = $(includedir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkglibexecdir = $(libexecdir)/@PACKAGE@
94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95install_sh_DATA = $(install_sh) -c -m 644
96install_sh_PROGRAM = $(install_sh) -c
97install_sh_SCRIPT = $(install_sh) -c
98INSTALL_HEADER = $(INSTALL_DATA)
99transform = $(program_transform_name)
100NORMAL_INSTALL = :
101PRE_INSTALL = :
102POST_INSTALL = :
103NORMAL_UNINSTALL = :
104PRE_UNINSTALL = :
105POST_UNINSTALL = :
106build_triplet = @build@
107host_triplet = @host@
108TESTS =
109subdir = tests/pkits
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
112	$(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
113	$(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
114	$(top_srcdir)/m4/ksba.m4 $(top_srcdir)/m4/lcmessage.m4 \
115	$(top_srcdir)/m4/ldap.m4 $(top_srcdir)/m4/lib-ld.m4 \
116	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
117	$(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libgcrypt.m4 \
118	$(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/npth.m4 \
119	$(top_srcdir)/m4/ntbtls.m4 $(top_srcdir)/m4/pkg.m4 \
120	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
121	$(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socklen.m4 \
122	$(top_srcdir)/m4/sys_socket_h.m4 $(top_srcdir)/acinclude.m4 \
123	$(top_srcdir)/configure.ac
124am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125	$(ACLOCAL_M4)
126DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
128CONFIG_HEADER = $(top_builddir)/config.h
129CONFIG_CLEAN_FILES =
130CONFIG_CLEAN_VPATH_FILES =
131AM_V_P = $(am__v_P_@AM_V@)
132am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133am__v_P_0 = false
134am__v_P_1 = :
135AM_V_GEN = $(am__v_GEN_@AM_V@)
136am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137am__v_GEN_0 = @echo "  GEN     " $@;
138am__v_GEN_1 =
139AM_V_at = $(am__v_at_@AM_V@)
140am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141am__v_at_0 = @
142am__v_at_1 =
143SOURCES =
144DIST_SOURCES =
145am__can_run_installinfo = \
146  case $$AM_UPDATE_INFO_DIR in \
147    n|no|NO) false;; \
148    *) (install-info --version) >/dev/null 2>&1;; \
149  esac
150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151am__tty_colors_dummy = \
152  mgn= red= grn= lgn= blu= brg= std=; \
153  am__color_tests=no
154am__tty_colors = { \
155  $(am__tty_colors_dummy); \
156  if test "X$(AM_COLOR_TESTS)" = Xno; then \
157    am__color_tests=no; \
158  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
159    am__color_tests=yes; \
160  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
161    am__color_tests=yes; \
162  fi; \
163  if test $$am__color_tests = yes; then \
164    red=''; \
165    grn=''; \
166    lgn=''; \
167    blu=''; \
168    mgn=''; \
169    brg=''; \
170    std=''; \
171  fi; \
172}
173am__DIST_COMMON = $(srcdir)/Makefile.in \
174	$(top_srcdir)/build-aux/mkinstalldirs README
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176ACLOCAL = @ACLOCAL@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179AR = @AR@
180AUTOCONF = @AUTOCONF@
181AUTOHEADER = @AUTOHEADER@
182AUTOMAKE = @AUTOMAKE@
183AWK = @AWK@
184AWK_HEX_NUMBER_OPTION = @AWK_HEX_NUMBER_OPTION@
185BUILD_FILEVERSION = @BUILD_FILEVERSION@
186BUILD_HOSTNAME = @BUILD_HOSTNAME@
187BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
188BUILD_REVISION = @BUILD_REVISION@
189BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
190BUILD_VERSION = @BUILD_VERSION@
191CC = @CC@
192CCDEPMODE = @CCDEPMODE@
193CC_FOR_BUILD = @CC_FOR_BUILD@
194CFLAGS = @CFLAGS@
195CPP = @CPP@
196CPPFLAGS = @CPPFLAGS@
197CYGPATH_W = @CYGPATH_W@
198DEFS = @DEFS@
199DEPDIR = @DEPDIR@
200DL_LIBS = @DL_LIBS@
201DNSLIBS = @DNSLIBS@
202ECHO_C = @ECHO_C@
203ECHO_N = @ECHO_N@
204ECHO_T = @ECHO_T@
205EGREP = @EGREP@
206ENCFS = @ENCFS@
207EXEEXT = @EXEEXT@
208FUSERMOUNT = @FUSERMOUNT@
209GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
210GMSGFMT = @GMSGFMT@
211GMSGFMT_015 = @GMSGFMT_015@
212GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
213GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
214GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
215GNUPG_KEYBOXD_PGM = @GNUPG_KEYBOXD_PGM@
216GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
217GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
218GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
219GNUPG_TPM2DAEMON_PGM = @GNUPG_TPM2DAEMON_PGM@
220GPGKEYS_LDAP = @GPGKEYS_LDAP@
221GPGRT_CONFIG = @GPGRT_CONFIG@
222GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
223GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
224GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
225GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
226GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
227GREP = @GREP@
228HAVE_LIBTSS = @HAVE_LIBTSS@
229INSTALL = @INSTALL@
230INSTALL_DATA = @INSTALL_DATA@
231INSTALL_PROGRAM = @INSTALL_PROGRAM@
232INSTALL_SCRIPT = @INSTALL_SCRIPT@
233INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
234INTLLIBS = @INTLLIBS@
235INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
236KSBA_CFLAGS = @KSBA_CFLAGS@
237KSBA_CONFIG = @KSBA_CONFIG@
238KSBA_LIBS = @KSBA_LIBS@
239LBER_LIBS = @LBER_LIBS@
240LDAPLIBS = @LDAPLIBS@
241LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
242LDFLAGS = @LDFLAGS@
243LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
244LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
245LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
246LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
247LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
248LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
249LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
250LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
251LIBICONV = @LIBICONV@
252LIBINTL = @LIBINTL@
253LIBOBJS = @LIBOBJS@
254LIBREADLINE = @LIBREADLINE@
255LIBS = @LIBS@
256LIBTSS_CFLAGS = @LIBTSS_CFLAGS@
257LIBTSS_LIBS = @LIBTSS_LIBS@
258LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
259LIBUSB_LIBS = @LIBUSB_LIBS@
260LN_S = @LN_S@
261LTLIBICONV = @LTLIBICONV@
262LTLIBINTL = @LTLIBINTL@
263LTLIBOBJS = @LTLIBOBJS@
264MAINT = @MAINT@
265MAKEINFO = @MAKEINFO@
266MKDIR_P = @MKDIR_P@
267MSGFMT = @MSGFMT@
268MSGFMT_015 = @MSGFMT_015@
269MSGMERGE = @MSGMERGE@
270NETLIBS = @NETLIBS@
271NPTH_CFLAGS = @NPTH_CFLAGS@
272NPTH_CONFIG = @NPTH_CONFIG@
273NPTH_LIBS = @NPTH_LIBS@
274NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
275NTBTLS_CONFIG = @NTBTLS_CONFIG@
276NTBTLS_LIBS = @NTBTLS_LIBS@
277OBJEXT = @OBJEXT@
278PACKAGE = @PACKAGE@
279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
280PACKAGE_GT = @PACKAGE_GT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
284PACKAGE_URL = @PACKAGE_URL@
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287PERL = @PERL@
288PKG_CONFIG = @PKG_CONFIG@
289PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
290PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
291POSUB = @POSUB@
292RANLIB = @RANLIB@
293SENDMAIL = @SENDMAIL@
294SET_MAKE = @SET_MAKE@
295SHELL = @SHELL@
296SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
297SQLITE3_LIBS = @SQLITE3_LIBS@
298STRIP = @STRIP@
299SWTPM = @SWTPM@
300SWTPM_IOCTL = @SWTPM_IOCTL@
301SYSROOT = @SYSROOT@
302SYS_SOCKET_H = @SYS_SOCKET_H@
303TPMSERVER = @TPMSERVER@
304TSSSTARTUP = @TSSSTARTUP@
305TSS_INCLUDE = @TSS_INCLUDE@
306USE_C99_CFLAGS = @USE_C99_CFLAGS@
307USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
308USE_NLS = @USE_NLS@
309VERSION = @VERSION@
310W32SOCKLIBS = @W32SOCKLIBS@
311WINDRES = @WINDRES@
312XGETTEXT = @XGETTEXT@
313XGETTEXT_015 = @XGETTEXT_015@
314XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
315YAT2M = @YAT2M@
316ZLIBS = @ZLIBS@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
321ac_ct_CC = @ac_ct_CC@
322am__include = @am__include@
323am__leading_dot = @am__leading_dot@
324am__quote = @am__quote@
325am__tar = @am__tar@
326am__untar = @am__untar@
327bindir = @bindir@
328build = @build@
329build_alias = @build_alias@
330build_cpu = @build_cpu@
331build_os = @build_os@
332build_vendor = @build_vendor@
333builddir = @builddir@
334datadir = @datadir@
335datarootdir = @datarootdir@
336docdir = @docdir@
337dvidir = @dvidir@
338exec_prefix = @exec_prefix@
339host = @host@
340host_alias = @host_alias@
341host_cpu = @host_cpu@
342host_os = @host_os@
343host_vendor = @host_vendor@
344htmldir = @htmldir@
345includedir = @includedir@
346infodir = @infodir@
347install_sh = @install_sh@
348libdir = @libdir@
349libexecdir = @libexecdir@
350localedir = @localedir@
351localstatedir = @localstatedir@
352mandir = @mandir@
353mkdir_p = @mkdir_p@
354oldincludedir = @oldincludedir@
355pdfdir = @pdfdir@
356prefix = @prefix@
357program_transform_name = @program_transform_name@
358psdir = @psdir@
359runstatedir = @runstatedir@
360sbindir = @sbindir@
361sharedstatedir = @sharedstatedir@
362srcdir = @srcdir@
363sysconfdir = @sysconfdir@
364target_alias = @target_alias@
365top_build_prefix = @top_build_prefix@
366top_builddir = @top_builddir@
367top_srcdir = @top_srcdir@
368GPGSM = ../../sm/gpgsm
369TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
370                    GNUPG_BUILD_ROOT="$(abs_top_builddir)" \
371                    GPGSM=$(GPGSM) silent=yes
372
373testscripts = import-all-certs validate-all-certs \
374	signature-verification        \
375	validity-periods              \
376	verifying-name-chaining       \
377	basic-certificate-revocation  \
378	verifying-paths-self-issued   \
379	verifying-basic-constraints   \
380	key-usage                     \
381	certificate-policies          \
382	require-explicit-policy       \
383	policy-mappings               \
384	inhibit-policy-mapping        \
385	inhibit-any-policy            \
386	name-constraints              \
387	distribution-points           \
388	delta-crls                    \
389	private-certificate-extensions
390
391EXTRA_DIST = inittests runtest common.sh $(testscripts) ChangeLog-2011 \
392	     import-all-certs.data
393
394CLEANFILES = inittests.stamp scratch.*.tmp x y z out err  *.lock .\#lk* *.log
395DISTCLEANFILES = pubring.kbx~ random_seed
396all: all-am
397
398.SUFFIXES:
399$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
400	@for dep in $?; do \
401	  case '$(am__configure_deps)' in \
402	    *$$dep*) \
403	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
404	        && { if test -f $@; then exit 0; else break; fi; }; \
405	      exit 1;; \
406	  esac; \
407	done; \
408	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/pkits/Makefile'; \
409	$(am__cd) $(top_srcdir) && \
410	  $(AUTOMAKE) --gnu tests/pkits/Makefile
411Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
412	@case '$?' in \
413	  *config.status*) \
414	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
415	  *) \
416	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
417	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
418	esac;
419
420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422
423$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
424	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
427$(am__aclocal_m4_deps):
428tags TAGS:
429
430ctags CTAGS:
431
432cscope cscopelist:
433
434
435check-TESTS: $(TESTS)
436	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
437	srcdir=$(srcdir); export srcdir; \
438	list=' $(TESTS) '; \
439	$(am__tty_colors); \
440	if test -n "$$list"; then \
441	  for tst in $$list; do \
442	    if test -f ./$$tst; then dir=./; \
443	    elif test -f $$tst; then dir=; \
444	    else dir="$(srcdir)/"; fi; \
445	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
446	      all=`expr $$all + 1`; \
447	      case " $(XFAIL_TESTS) " in \
448	      *[\ \	]$$tst[\ \	]*) \
449		xpass=`expr $$xpass + 1`; \
450		failed=`expr $$failed + 1`; \
451		col=$$red; res=XPASS; \
452	      ;; \
453	      *) \
454		col=$$grn; res=PASS; \
455	      ;; \
456	      esac; \
457	    elif test $$? -ne 77; then \
458	      all=`expr $$all + 1`; \
459	      case " $(XFAIL_TESTS) " in \
460	      *[\ \	]$$tst[\ \	]*) \
461		xfail=`expr $$xfail + 1`; \
462		col=$$lgn; res=XFAIL; \
463	      ;; \
464	      *) \
465		failed=`expr $$failed + 1`; \
466		col=$$red; res=FAIL; \
467	      ;; \
468	      esac; \
469	    else \
470	      skip=`expr $$skip + 1`; \
471	      col=$$blu; res=SKIP; \
472	    fi; \
473	    echo "$${col}$$res$${std}: $$tst"; \
474	  done; \
475	  if test "$$all" -eq 1; then \
476	    tests="test"; \
477	    All=""; \
478	  else \
479	    tests="tests"; \
480	    All="All "; \
481	  fi; \
482	  if test "$$failed" -eq 0; then \
483	    if test "$$xfail" -eq 0; then \
484	      banner="$$All$$all $$tests passed"; \
485	    else \
486	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
487	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
488	    fi; \
489	  else \
490	    if test "$$xpass" -eq 0; then \
491	      banner="$$failed of $$all $$tests failed"; \
492	    else \
493	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
494	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
495	    fi; \
496	  fi; \
497	  dashes="$$banner"; \
498	  skipped=""; \
499	  if test "$$skip" -ne 0; then \
500	    if test "$$skip" -eq 1; then \
501	      skipped="($$skip test was not run)"; \
502	    else \
503	      skipped="($$skip tests were not run)"; \
504	    fi; \
505	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
506	      dashes="$$skipped"; \
507	  fi; \
508	  report=""; \
509	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
510	    report="Please report to $(PACKAGE_BUGREPORT)"; \
511	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
512	      dashes="$$report"; \
513	  fi; \
514	  dashes=`echo "$$dashes" | sed s/./=/g`; \
515	  if test "$$failed" -eq 0; then \
516	    col="$$grn"; \
517	  else \
518	    col="$$red"; \
519	  fi; \
520	  echo "$${col}$$dashes$${std}"; \
521	  echo "$${col}$$banner$${std}"; \
522	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
523	  test -z "$$report" || echo "$${col}$$report$${std}"; \
524	  echo "$${col}$$dashes$${std}"; \
525	  test "$$failed" -eq 0; \
526	else :; fi
527
528distdir: $(BUILT_SOURCES)
529	$(MAKE) $(AM_MAKEFLAGS) distdir-am
530
531distdir-am: $(DISTFILES)
532	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
533	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534	list='$(DISTFILES)'; \
535	  dist_files=`for file in $$list; do echo $$file; done | \
536	  sed -e "s|^$$srcdirstrip/||;t" \
537	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
538	case $$dist_files in \
539	  */*) $(MKDIR_P) `echo "$$dist_files" | \
540			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
541			   sort -u` ;; \
542	esac; \
543	for file in $$dist_files; do \
544	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
545	  if test -d $$d/$$file; then \
546	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
547	    if test -d "$(distdir)/$$file"; then \
548	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
549	    fi; \
550	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
551	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
552	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
553	    fi; \
554	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
555	  else \
556	    test -f "$(distdir)/$$file" \
557	    || cp -p $$d/$$file "$(distdir)/$$file" \
558	    || exit 1; \
559	  fi; \
560	done
561check-am: all-am
562	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
563check: check-am
564all-am: Makefile all-local
565installdirs:
566install: install-am
567install-exec: install-exec-am
568install-data: install-data-am
569uninstall: uninstall-am
570
571install-am: all-am
572	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573
574installcheck: installcheck-am
575install-strip:
576	if test -z '$(STRIP)'; then \
577	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579	      install; \
580	else \
581	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
582	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
583	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
584	fi
585mostlyclean-generic:
586
587clean-generic:
588	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
589
590distclean-generic:
591	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
592	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
593	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
594
595maintainer-clean-generic:
596	@echo "This command is intended for maintainers to use"
597	@echo "it deletes files that may require special tools to rebuild."
598clean: clean-am
599
600clean-am: clean-generic clean-local mostlyclean-am
601
602distclean: distclean-am
603	-rm -f Makefile
604distclean-am: clean-am distclean-generic
605
606dvi: dvi-am
607
608dvi-am:
609
610html: html-am
611
612html-am:
613
614info: info-am
615
616info-am:
617
618install-data-am:
619
620install-dvi: install-dvi-am
621
622install-dvi-am:
623
624install-exec-am:
625
626install-html: install-html-am
627
628install-html-am:
629
630install-info: install-info-am
631
632install-info-am:
633
634install-man:
635
636install-pdf: install-pdf-am
637
638install-pdf-am:
639
640install-ps: install-ps-am
641
642install-ps-am:
643
644installcheck-am:
645
646maintainer-clean: maintainer-clean-am
647	-rm -f Makefile
648maintainer-clean-am: distclean-am maintainer-clean-generic
649
650mostlyclean: mostlyclean-am
651
652mostlyclean-am: mostlyclean-generic
653
654pdf: pdf-am
655
656pdf-am:
657
658ps: ps-am
659
660ps-am:
661
662uninstall-am:
663
664.MAKE: check-am install-am install-strip
665
666.PHONY: all all-am all-local check check-TESTS check-am clean \
667	clean-generic clean-local cscopelist-am ctags-am distclean \
668	distclean-generic distdir dvi dvi-am html html-am info info-am \
669	install install-am install-data install-data-am install-dvi \
670	install-dvi-am install-exec install-exec-am install-html \
671	install-html-am install-info install-info-am install-man \
672	install-pdf install-pdf-am install-ps install-ps-am \
673	install-strip installcheck installcheck-am installdirs \
674	maintainer-clean maintainer-clean-generic mostlyclean \
675	mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
676	uninstall-am
677
678.PRECIOUS: Makefile
679
680
681all-local: inittests.stamp
682
683clean-local:
684	srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests --clean
685
686inittests.stamp: inittests
687	srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
688	echo timestamp >./inittests.stamp
689
690run-all-tests: inittests.stamp
691	@set -e; \
692         GNUPGHOME=`/bin/pwd`; export GNUPGHOME;\
693         unset GPG_AGENT_INFO; \
694         for tst in $(testscripts); do \
695           if ./$${tst}; then : ; \
696           elif test $$? -eq 77; then echo "- SKIP $$tst"; \
697	   fi; \
698         done
699
700# Tell versions [3.59,3.63) of GNU make to not export all variables.
701# Otherwise a system limit (for SysV at least) may be exceeded.
702.NOEXPORT:
703