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