chiark / gitweb /
NOT FOR UPSTREAM - CHANGELOG VERSION
[gnupg2.git] / tests / 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 makefile for libxtime
18 #       Copyright (C) 2002 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
35 VPATH = @srcdir@
36 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
37 am__make_running_with_option = \
38   case $${target_option-} in \
39       ?) ;; \
40       *) echo "am__make_running_with_option: internal error: invalid" \
41               "target option '$${target_option-}' specified" >&2; \
42          exit 1;; \
43   esac; \
44   has_opt=no; \
45   sane_makeflags=$$MAKEFLAGS; \
46   if $(am__is_gnu_make); then \
47     sane_makeflags=$$MFLAGS; \
48   else \
49     case $$MAKEFLAGS in \
50       *\\[\ \   ]*) \
51         bs=\\; \
52         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
54     esac; \
55   fi; \
56   skip_next=no; \
57   strip_trailopt () \
58   { \
59     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60   }; \
61   for flg in $$sane_makeflags; do \
62     test $$skip_next = yes && { skip_next=no; continue; }; \
63     case $$flg in \
64       *=*|--*) continue;; \
65         -*I) strip_trailopt 'I'; skip_next=yes;; \
66       -*I?*) strip_trailopt 'I';; \
67         -*O) strip_trailopt 'O'; skip_next=yes;; \
68       -*O?*) strip_trailopt 'O';; \
69         -*l) strip_trailopt 'l'; skip_next=yes;; \
70       -*l?*) strip_trailopt 'l';; \
71       -[dEDm]) skip_next=yes;; \
72       -[JT]) skip_next=yes;; \
73     esac; \
74     case $$flg in \
75       *$$target_option*) has_opt=yes; break;; \
76     esac; \
77   done; \
78   test $$has_opt = yes
79 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81 pkgdatadir = $(datadir)/@PACKAGE@
82 pkgincludedir = $(includedir)/@PACKAGE@
83 pkglibdir = $(libdir)/@PACKAGE@
84 pkglibexecdir = $(libexecdir)/@PACKAGE@
85 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86 install_sh_DATA = $(install_sh) -c -m 644
87 install_sh_PROGRAM = $(install_sh) -c
88 install_sh_SCRIPT = $(install_sh) -c
89 INSTALL_HEADER = $(INSTALL_DATA)
90 transform = $(program_transform_name)
91 NORMAL_INSTALL = :
92 PRE_INSTALL = :
93 POST_INSTALL = :
94 NORMAL_UNINSTALL = :
95 PRE_UNINSTALL = :
96 POST_UNINSTALL = :
97 build_triplet = @build@
98 host_triplet = @host@
99 TESTS =
100 @HAVE_W32_SYSTEM_FALSE@noinst_PROGRAMS = asschk$(EXEEXT)
101 subdir = tests
102 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103         $(top_srcdir)/build-aux/mkinstalldirs \
104         $(top_srcdir)/build-aux/depcomp
105 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
107         $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
108         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
109         $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/ksba.m4 \
110         $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/ldap.m4 \
111         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
112         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libassuan.m4 \
113         $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/nls.m4 \
114         $(top_srcdir)/m4/npth.m4 $(top_srcdir)/m4/ntbtls.m4 \
115         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
116         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
117         $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sys_socket_h.m4 \
118         $(top_srcdir)/m4/tar-ustar.m4 $(top_srcdir)/acinclude.m4 \
119         $(top_srcdir)/configure.ac
120 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
121         $(ACLOCAL_M4)
122 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
123 CONFIG_HEADER = $(top_builddir)/config.h
124 CONFIG_CLEAN_FILES =
125 CONFIG_CLEAN_VPATH_FILES =
126 PROGRAMS = $(noinst_PROGRAMS)
127 am_asschk_OBJECTS = asschk.$(OBJEXT)
128 asschk_OBJECTS = $(am_asschk_OBJECTS)
129 asschk_LDADD = $(LDADD)
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo "  GEN     " $@;
137 am__v_GEN_1 = 
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 = 
142 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
143 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
144 am__depfiles_maybe = depfiles
145 am__mv = mv -f
146 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 AM_V_CC = $(am__v_CC_@AM_V@)
149 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
150 am__v_CC_0 = @echo "  CC      " $@;
151 am__v_CC_1 = 
152 CCLD = $(CC)
153 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
154 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
155 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
156 am__v_CCLD_0 = @echo "  CCLD    " $@;
157 am__v_CCLD_1 = 
158 SOURCES = $(asschk_SOURCES)
159 DIST_SOURCES = $(asschk_SOURCES)
160 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
161         ctags-recursive dvi-recursive html-recursive info-recursive \
162         install-data-recursive install-dvi-recursive \
163         install-exec-recursive install-html-recursive \
164         install-info-recursive install-pdf-recursive \
165         install-ps-recursive install-recursive installcheck-recursive \
166         installdirs-recursive pdf-recursive ps-recursive \
167         tags-recursive uninstall-recursive
168 am__can_run_installinfo = \
169   case $$AM_UPDATE_INFO_DIR in \
170     n|no|NO) false;; \
171     *) (install-info --version) >/dev/null 2>&1;; \
172   esac
173 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
174   distclean-recursive maintainer-clean-recursive
175 am__recursive_targets = \
176   $(RECURSIVE_TARGETS) \
177   $(RECURSIVE_CLEAN_TARGETS) \
178   $(am__extra_recursive_targets)
179 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
180         distdir
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
182 # Read a list of newline-separated strings from the standard input,
183 # and print each of them once, without duplicates.  Input order is
184 # *not* preserved.
185 am__uniquify_input = $(AWK) '\
186   BEGIN { nonempty = 0; } \
187   { items[$$0] = 1; nonempty = 1; } \
188   END { if (nonempty) { for (i in items) print i; }; } \
189 '
190 # Make sure the list of sources is unique.  This is necessary because,
191 # e.g., the same source file might be shared among _SOURCES variables
192 # for different programs/libraries.
193 am__define_uniq_tagged_files = \
194   list='$(am__tagged_files)'; \
195   unique=`for i in $$list; do \
196     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
197   done | $(am__uniquify_input)`
198 ETAGS = etags
199 CTAGS = ctags
200 am__tty_colors_dummy = \
201   mgn= red= grn= lgn= blu= brg= std=; \
202   am__color_tests=no
203 am__tty_colors = { \
204   $(am__tty_colors_dummy); \
205   if test "X$(AM_COLOR_TESTS)" = Xno; then \
206     am__color_tests=no; \
207   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
208     am__color_tests=yes; \
209   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
210     am__color_tests=yes; \
211   fi; \
212   if test $$am__color_tests = yes; then \
213     red='\e[0;31m'; \
214     grn='\e[0;32m'; \
215     lgn='\e[1;32m'; \
216     blu='\e[1;34m'; \
217     mgn='\e[0;35m'; \
218     brg='\e[1m'; \
219     std='\e[m'; \
220   fi; \
221 }
222 DIST_SUBDIRS = $(SUBDIRS)
223 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224 am__relativize = \
225   dir0=`pwd`; \
226   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
227   sed_rest='s,^[^/]*/*,,'; \
228   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
229   sed_butlast='s,/*[^/]*$$,,'; \
230   while test -n "$$dir1"; do \
231     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
232     if test "$$first" != "."; then \
233       if test "$$first" = ".."; then \
234         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
235         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
236       else \
237         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
238         if test "$$first2" = "$$first"; then \
239           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
240         else \
241           dir2="../$$dir2"; \
242         fi; \
243         dir0="$$dir0"/"$$first"; \
244       fi; \
245     fi; \
246     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
247   done; \
248   reldir="$$dir2"
249 ACLOCAL = @ACLOCAL@
250 AMTAR = @AMTAR@
251 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
252 AR = @AR@
253 AUTOCONF = @AUTOCONF@
254 AUTOHEADER = @AUTOHEADER@
255 AUTOMAKE = @AUTOMAKE@
256 AWK = @AWK@
257 BUILD_FILEVERSION = @BUILD_FILEVERSION@
258 BUILD_HOSTNAME = @BUILD_HOSTNAME@
259 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
260 BUILD_REVISION = @BUILD_REVISION@
261 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
262 BUILD_VERSION = @BUILD_VERSION@
263 CC = @CC@
264 CCDEPMODE = @CCDEPMODE@
265 CC_FOR_BUILD = @CC_FOR_BUILD@
266 CFLAGS = @CFLAGS@
267 CPP = @CPP@
268 CPPFLAGS = @CPPFLAGS@
269 CYGPATH_W = @CYGPATH_W@
270 DEFS = @DEFS@
271 DEPDIR = @DEPDIR@
272 DL_LIBS = @DL_LIBS@
273 DNSLIBS = @DNSLIBS@
274 ECHO_C = @ECHO_C@
275 ECHO_N = @ECHO_N@
276 ECHO_T = @ECHO_T@
277 EGREP = @EGREP@
278 ENCFS = @ENCFS@
279 EXEEXT = @EXEEXT@
280 FUSERMOUNT = @FUSERMOUNT@
281 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
282 GMSGFMT = @GMSGFMT@
283 GMSGFMT_015 = @GMSGFMT_015@
284 GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
285 GNUPG_DIRMNGR_LDAP_PGM = @GNUPG_DIRMNGR_LDAP_PGM@
286 GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
287 GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
288 GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
289 GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
290 GPGKEYS_LDAP = @GPGKEYS_LDAP@
291 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
292 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
293 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
294 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
295 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
296 GREP = @GREP@
297 INSTALL = @INSTALL@
298 INSTALL_DATA = @INSTALL_DATA@
299 INSTALL_PROGRAM = @INSTALL_PROGRAM@
300 INSTALL_SCRIPT = @INSTALL_SCRIPT@
301 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
302 INTLLIBS = @INTLLIBS@
303 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
304 KSBA_CFLAGS = @KSBA_CFLAGS@
305 KSBA_CONFIG = @KSBA_CONFIG@
306 KSBA_LIBS = @KSBA_LIBS@
307 LBER_LIBS = @LBER_LIBS@
308 LDAPLIBS = @LDAPLIBS@
309 LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
310 LDFLAGS = @LDFLAGS@
311 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
312 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
313 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
314 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
315 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
316 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
317 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
318 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
319 LIBICONV = @LIBICONV@
320 LIBINTL = @LIBINTL@
321 LIBOBJS = @LIBOBJS@
322 LIBREADLINE = @LIBREADLINE@
323 LIBS = @LIBS@
324 LIBUSB_CPPFLAGS = @LIBUSB_CPPFLAGS@
325 LIBUSB_LIBS = @LIBUSB_LIBS@
326 LIBUTIL_LIBS = @LIBUTIL_LIBS@
327 LN_S = @LN_S@
328 LTLIBICONV = @LTLIBICONV@
329 LTLIBINTL = @LTLIBINTL@
330 LTLIBOBJS = @LTLIBOBJS@
331 MAINT = @MAINT@
332 MAKEINFO = @MAKEINFO@
333 MKDIR_P = @MKDIR_P@
334 MSGFMT = @MSGFMT@
335 MSGFMT_015 = @MSGFMT_015@
336 MSGMERGE = @MSGMERGE@
337 NETLIBS = @NETLIBS@
338 NPTH_CFLAGS = @NPTH_CFLAGS@
339 NPTH_CONFIG = @NPTH_CONFIG@
340 NPTH_LIBS = @NPTH_LIBS@
341 NTBTLS_CFLAGS = @NTBTLS_CFLAGS@
342 NTBTLS_CONFIG = @NTBTLS_CONFIG@
343 NTBTLS_LIBS = @NTBTLS_LIBS@
344 OBJEXT = @OBJEXT@
345 PACKAGE = @PACKAGE@
346 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
347 PACKAGE_GT = @PACKAGE_GT@
348 PACKAGE_NAME = @PACKAGE_NAME@
349 PACKAGE_STRING = @PACKAGE_STRING@
350 PACKAGE_TARNAME = @PACKAGE_TARNAME@
351 PACKAGE_URL = @PACKAGE_URL@
352 PACKAGE_VERSION = @PACKAGE_VERSION@
353 PATH_SEPARATOR = @PATH_SEPARATOR@
354 PERL = @PERL@
355 PKG_CONFIG = @PKG_CONFIG@
356 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
357 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
358 POSUB = @POSUB@
359 RANLIB = @RANLIB@
360 SENDMAIL = @SENDMAIL@
361 SET_MAKE = @SET_MAKE@
362 SHELL = @SHELL@
363 SHRED = @SHRED@
364 SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
365 SQLITE3_LIBS = @SQLITE3_LIBS@
366 STRIP = @STRIP@
367 SYSROOT = @SYSROOT@
368 SYS_SOCKET_H = @SYS_SOCKET_H@
369 TAR = @TAR@
370 USE_C99_CFLAGS = @USE_C99_CFLAGS@
371 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
372 USE_NLS = @USE_NLS@
373 VERSION = @VERSION@
374 W32SOCKLIBS = @W32SOCKLIBS@
375 WINDRES = @WINDRES@
376 XGETTEXT = @XGETTEXT@
377 XGETTEXT_015 = @XGETTEXT_015@
378 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
379 ZLIBS = @ZLIBS@
380 abs_builddir = @abs_builddir@
381 abs_srcdir = @abs_srcdir@
382 abs_top_builddir = @abs_top_builddir@
383 abs_top_srcdir = @abs_top_srcdir@
384 ac_ct_CC = @ac_ct_CC@
385 am__include = @am__include@
386 am__leading_dot = @am__leading_dot@
387 am__quote = @am__quote@
388 am__tar = @am__tar@
389 am__untar = @am__untar@
390 bindir = @bindir@
391 build = @build@
392 build_alias = @build_alias@
393 build_cpu = @build_cpu@
394 build_os = @build_os@
395 build_vendor = @build_vendor@
396 builddir = @builddir@
397 datadir = @datadir@
398 datarootdir = @datarootdir@
399 docdir = @docdir@
400 dvidir = @dvidir@
401 exec_prefix = @exec_prefix@
402 host = @host@
403 host_alias = @host_alias@
404 host_cpu = @host_cpu@
405 host_os = @host_os@
406 host_vendor = @host_vendor@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 libdir = @libdir@
412 libexecdir = @libexecdir@
413 localedir = @localedir@
414 localstatedir = @localstatedir@
415 mandir = @mandir@
416 mkdir_p = @mkdir_p@
417 oldincludedir = @oldincludedir@
418 pdfdir = @pdfdir@
419 prefix = @prefix@
420 program_transform_name = @program_transform_name@
421 psdir = @psdir@
422 sbindir = @sbindir@
423 sharedstatedir = @sharedstatedir@
424 srcdir = @srcdir@
425 sysconfdir = @sysconfdir@
426 target_alias = @target_alias@
427 top_build_prefix = @top_build_prefix@
428 top_builddir = @top_builddir@
429 top_srcdir = @top_srcdir@
430 SUBDIRS = gpgscm openpgp migrations gpgme pkits .
431 GPGSM = ../sm/gpgsm
432
433 # Note that we need to use /bin/pwd so that we don't get into trouble
434 # if the shell used for inittests would uses an internal version of
435 # pwd which handles symlinks differently.
436 TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
437                     GPGSM=$(GPGSM) $(srcdir)/runtest
438
439 testscripts = sm-sign+verify sm-verify
440 EXTRA_DIST = runtest inittests $(testscripts) ChangeLog-2011 \
441              text-1.txt text-2.txt text-3.txt \
442              text-1.osig.pem text-1.dsig.pem text-1.osig-bad.pem \
443              text-2.osig.pem text-2.osig-bad.pem \
444              fake-pinentries/README.txt        \
445              fake-pinentries/fake-pinentry.php \
446              fake-pinentries/fake-pinentry.pl  \
447              fake-pinentries/fake-pinentry.py  \
448              fake-pinentries/fake-pinentry.sh  \
449              samplekeys/steed-self-signing-nonthority.pem \
450              samplekeys/68A638998DFABAC510EA645CE34F9686B2EDF7EA.key \
451              samplekeys/32100C27173EF6E9C4E9A25D3D69F86D37A4F939.key \
452              samplekeys/cert_g10code_pete1.pem \
453              samplekeys/cert_g10code_test1.pem \
454              samplekeys/cert_g10code_theo1.pem
455
456 CLEANFILES = inittests.stamp x y y z out err \
457              *.lock .\#lk*
458
459 DISTCLEANFILES = pubring.kbx~ random_seed
460 asschk_SOURCES = asschk.c
461 all: all-recursive
462
463 .SUFFIXES:
464 .SUFFIXES: .c .o .obj
465 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
466         @for dep in $?; do \
467           case '$(am__configure_deps)' in \
468             *$$dep*) \
469               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
470                 && { if test -f $@; then exit 0; else break; fi; }; \
471               exit 1;; \
472           esac; \
473         done; \
474         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
475         $(am__cd) $(top_srcdir) && \
476           $(AUTOMAKE) --gnu tests/Makefile
477 .PRECIOUS: Makefile
478 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
479         @case '$?' in \
480           *config.status*) \
481             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
482           *) \
483             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
484             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
485         esac;
486
487 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
488         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489
490 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
491         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
493         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
494 $(am__aclocal_m4_deps):
495
496 clean-noinstPROGRAMS:
497         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
498
499 asschk$(EXEEXT): $(asschk_OBJECTS) $(asschk_DEPENDENCIES) $(EXTRA_asschk_DEPENDENCIES) 
500         @rm -f asschk$(EXEEXT)
501         $(AM_V_CCLD)$(LINK) $(asschk_OBJECTS) $(asschk_LDADD) $(LIBS)
502
503 mostlyclean-compile:
504         -rm -f *.$(OBJEXT)
505
506 distclean-compile:
507         -rm -f *.tab.c
508
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asschk.Po@am__quote@
510
511 .c.o:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
517
518 .c.obj:
519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
524
525 # This directory's subdirectories are mostly independent; you can cd
526 # into them and run 'make' without going through this Makefile.
527 # To change the values of 'make' variables: instead of editing Makefiles,
528 # (1) if the variable is set in 'config.status', edit 'config.status'
529 #     (which will cause the Makefiles to be regenerated when you run 'make');
530 # (2) otherwise, pass the desired values on the 'make' command line.
531 $(am__recursive_targets):
532         @fail=; \
533         if $(am__make_keepgoing); then \
534           failcom='fail=yes'; \
535         else \
536           failcom='exit 1'; \
537         fi; \
538         dot_seen=no; \
539         target=`echo $@ | sed s/-recursive//`; \
540         case "$@" in \
541           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
542           *) list='$(SUBDIRS)' ;; \
543         esac; \
544         for subdir in $$list; do \
545           echo "Making $$target in $$subdir"; \
546           if test "$$subdir" = "."; then \
547             dot_seen=yes; \
548             local_target="$$target-am"; \
549           else \
550             local_target="$$target"; \
551           fi; \
552           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
553           || eval $$failcom; \
554         done; \
555         if test "$$dot_seen" = "no"; then \
556           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
557         fi; test -z "$$fail"
558
559 ID: $(am__tagged_files)
560         $(am__define_uniq_tagged_files); mkid -fID $$unique
561 tags: tags-recursive
562 TAGS: tags
563
564 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565         set x; \
566         here=`pwd`; \
567         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568           include_option=--etags-include; \
569           empty_fix=.; \
570         else \
571           include_option=--include; \
572           empty_fix=; \
573         fi; \
574         list='$(SUBDIRS)'; for subdir in $$list; do \
575           if test "$$subdir" = .; then :; else \
576             test ! -f $$subdir/TAGS || \
577               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
578           fi; \
579         done; \
580         $(am__define_uniq_tagged_files); \
581         shift; \
582         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
583           test -n "$$unique" || unique=$$empty_fix; \
584           if test $$# -gt 0; then \
585             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
586               "$$@" $$unique; \
587           else \
588             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
589               $$unique; \
590           fi; \
591         fi
592 ctags: ctags-recursive
593
594 CTAGS: ctags
595 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
596         $(am__define_uniq_tagged_files); \
597         test -z "$(CTAGS_ARGS)$$unique" \
598           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599              $$unique
600
601 GTAGS:
602         here=`$(am__cd) $(top_builddir) && pwd` \
603           && $(am__cd) $(top_srcdir) \
604           && gtags -i $(GTAGS_ARGS) "$$here"
605 cscopelist: cscopelist-recursive
606
607 cscopelist-am: $(am__tagged_files)
608         list='$(am__tagged_files)'; \
609         case "$(srcdir)" in \
610           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
611           *) sdir=$(subdir)/$(srcdir) ;; \
612         esac; \
613         for i in $$list; do \
614           if test -f "$$i"; then \
615             echo "$(subdir)/$$i"; \
616           else \
617             echo "$$sdir/$$i"; \
618           fi; \
619         done >> $(top_builddir)/cscope.files
620
621 distclean-tags:
622         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
623
624 check-TESTS: $(TESTS)
625         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
626         srcdir=$(srcdir); export srcdir; \
627         list=' $(TESTS) '; \
628         $(am__tty_colors); \
629         if test -n "$$list"; then \
630           for tst in $$list; do \
631             if test -f ./$$tst; then dir=./; \
632             elif test -f $$tst; then dir=; \
633             else dir="$(srcdir)/"; fi; \
634             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
635               all=`expr $$all + 1`; \
636               case " $(XFAIL_TESTS) " in \
637               *[\ \     ]$$tst[\ \      ]*) \
638                 xpass=`expr $$xpass + 1`; \
639                 failed=`expr $$failed + 1`; \
640                 col=$$red; res=XPASS; \
641               ;; \
642               *) \
643                 col=$$grn; res=PASS; \
644               ;; \
645               esac; \
646             elif test $$? -ne 77; then \
647               all=`expr $$all + 1`; \
648               case " $(XFAIL_TESTS) " in \
649               *[\ \     ]$$tst[\ \      ]*) \
650                 xfail=`expr $$xfail + 1`; \
651                 col=$$lgn; res=XFAIL; \
652               ;; \
653               *) \
654                 failed=`expr $$failed + 1`; \
655                 col=$$red; res=FAIL; \
656               ;; \
657               esac; \
658             else \
659               skip=`expr $$skip + 1`; \
660               col=$$blu; res=SKIP; \
661             fi; \
662             echo "$${col}$$res$${std}: $$tst"; \
663           done; \
664           if test "$$all" -eq 1; then \
665             tests="test"; \
666             All=""; \
667           else \
668             tests="tests"; \
669             All="All "; \
670           fi; \
671           if test "$$failed" -eq 0; then \
672             if test "$$xfail" -eq 0; then \
673               banner="$$All$$all $$tests passed"; \
674             else \
675               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
676               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
677             fi; \
678           else \
679             if test "$$xpass" -eq 0; then \
680               banner="$$failed of $$all $$tests failed"; \
681             else \
682               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
683               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
684             fi; \
685           fi; \
686           dashes="$$banner"; \
687           skipped=""; \
688           if test "$$skip" -ne 0; then \
689             if test "$$skip" -eq 1; then \
690               skipped="($$skip test was not run)"; \
691             else \
692               skipped="($$skip tests were not run)"; \
693             fi; \
694             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
695               dashes="$$skipped"; \
696           fi; \
697           report=""; \
698           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
699             report="Please report to $(PACKAGE_BUGREPORT)"; \
700             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
701               dashes="$$report"; \
702           fi; \
703           dashes=`echo "$$dashes" | sed s/./=/g`; \
704           if test "$$failed" -eq 0; then \
705             col="$$grn"; \
706           else \
707             col="$$red"; \
708           fi; \
709           echo "$${col}$$dashes$${std}"; \
710           echo "$${col}$$banner$${std}"; \
711           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
712           test -z "$$report" || echo "$${col}$$report$${std}"; \
713           echo "$${col}$$dashes$${std}"; \
714           test "$$failed" -eq 0; \
715         else :; fi
716
717 distdir: $(DISTFILES)
718         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
719         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
720         list='$(DISTFILES)'; \
721           dist_files=`for file in $$list; do echo $$file; done | \
722           sed -e "s|^$$srcdirstrip/||;t" \
723               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
724         case $$dist_files in \
725           */*) $(MKDIR_P) `echo "$$dist_files" | \
726                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
727                            sort -u` ;; \
728         esac; \
729         for file in $$dist_files; do \
730           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
731           if test -d $$d/$$file; then \
732             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
733             if test -d "$(distdir)/$$file"; then \
734               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
735             fi; \
736             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
737               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
738               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
739             fi; \
740             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
741           else \
742             test -f "$(distdir)/$$file" \
743             || cp -p $$d/$$file "$(distdir)/$$file" \
744             || exit 1; \
745           fi; \
746         done
747         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
748           if test "$$subdir" = .; then :; else \
749             $(am__make_dryrun) \
750               || test -d "$(distdir)/$$subdir" \
751               || $(MKDIR_P) "$(distdir)/$$subdir" \
752               || exit 1; \
753             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
754             $(am__relativize); \
755             new_distdir=$$reldir; \
756             dir1=$$subdir; dir2="$(top_distdir)"; \
757             $(am__relativize); \
758             new_top_distdir=$$reldir; \
759             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
760             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
761             ($(am__cd) $$subdir && \
762               $(MAKE) $(AM_MAKEFLAGS) \
763                 top_distdir="$$new_top_distdir" \
764                 distdir="$$new_distdir" \
765                 am__remove_distdir=: \
766                 am__skip_length_check=: \
767                 am__skip_mode_fix=: \
768                 distdir) \
769               || exit 1; \
770           fi; \
771         done
772 check-am: all-am
773         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
774 check: check-recursive
775 all-am: Makefile $(PROGRAMS) all-local
776 installdirs: installdirs-recursive
777 installdirs-am:
778 install: install-recursive
779 install-exec: install-exec-recursive
780 install-data: install-data-recursive
781 uninstall: uninstall-recursive
782
783 install-am: all-am
784         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
786 installcheck: installcheck-recursive
787 install-strip:
788         if test -z '$(STRIP)'; then \
789           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791               install; \
792         else \
793           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
796         fi
797 mostlyclean-generic:
798
799 clean-generic:
800         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
801
802 distclean-generic:
803         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
804         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
805         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
806
807 maintainer-clean-generic:
808         @echo "This command is intended for maintainers to use"
809         @echo "it deletes files that may require special tools to rebuild."
810 clean: clean-recursive
811
812 clean-am: clean-generic clean-local clean-noinstPROGRAMS \
813         mostlyclean-am
814
815 distclean: distclean-recursive
816         -rm -rf ./$(DEPDIR)
817         -rm -f Makefile
818 distclean-am: clean-am distclean-compile distclean-generic \
819         distclean-tags
820
821 dvi: dvi-recursive
822
823 dvi-am:
824
825 html: html-recursive
826
827 html-am:
828
829 info: info-recursive
830
831 info-am:
832
833 install-data-am:
834
835 install-dvi: install-dvi-recursive
836
837 install-dvi-am:
838
839 install-exec-am:
840
841 install-html: install-html-recursive
842
843 install-html-am:
844
845 install-info: install-info-recursive
846
847 install-info-am:
848
849 install-man:
850
851 install-pdf: install-pdf-recursive
852
853 install-pdf-am:
854
855 install-ps: install-ps-recursive
856
857 install-ps-am:
858
859 installcheck-am:
860
861 maintainer-clean: maintainer-clean-recursive
862         -rm -rf ./$(DEPDIR)
863         -rm -f Makefile
864 maintainer-clean-am: distclean-am maintainer-clean-generic
865
866 mostlyclean: mostlyclean-recursive
867
868 mostlyclean-am: mostlyclean-compile mostlyclean-generic
869
870 pdf: pdf-recursive
871
872 pdf-am:
873
874 ps: ps-recursive
875
876 ps-am:
877
878 uninstall-am:
879
880 .MAKE: $(am__recursive_targets) check-am install-am install-strip
881
882 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
883         check check-TESTS check-am clean clean-generic clean-local \
884         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
885         distclean-compile distclean-generic distclean-tags distdir dvi \
886         dvi-am html html-am info info-am install install-am \
887         install-data install-data-am install-dvi install-dvi-am \
888         install-exec install-exec-am install-html install-html-am \
889         install-info install-info-am install-man install-pdf \
890         install-pdf-am install-ps install-ps-am install-strip \
891         installcheck installcheck-am installdirs installdirs-am \
892         maintainer-clean maintainer-clean-generic mostlyclean \
893         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
894         tags tags-am uninstall uninstall-am
895
896
897 all-local: inittests.stamp
898
899 clean-local:
900         srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests --clean
901
902 inittests.stamp: inittests
903         srcdir=$(srcdir) $(TESTS_ENVIRONMENT) $(srcdir)/inittests
904         echo timestamp >./inittests.stamp
905
906 # Tell versions [3.59,3.63) of GNU make to not export all variables.
907 # Otherwise a system limit (for SysV at least) may be exceeded.
908 .NOEXPORT: