~ubuntu-branches/ubuntu/feisty/gnupg2/feisty

« back to all changes in this revision

Viewing changes to tests/openpgp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-24 18:48:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061124184823-17ir9m46tl09n9k4
Tags: 2.0.0-4ubuntu1
* Synchronize to Debian, reapply remaining Ubuntu changes to pristine Debian
  version:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 
18
#
 
19
# This file is part of GnuPG.
 
20
#
 
21
# GnuPG is free software; you can redistribute it and/or modify
 
22
# it under the terms of the GNU General Public License as published by
 
23
# the Free Software Foundation; either version 2 of the License, or
 
24
# (at your option) any later version.
 
25
 
26
# GnuPG is distributed in the hope that it will be useful,
 
27
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
29
# GNU General Public License for more details.
 
30
 
31
# You should have received a copy of the GNU General Public License
 
32
# along with this program; if not, write to the Free Software
 
33
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 
34
 
 
35
# Process this file with automake to create Makefile.in
 
36
VPATH = @srcdir@
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
41
install_sh_DATA = $(install_sh) -c -m 644
 
42
install_sh_PROGRAM = $(install_sh) -c
 
43
install_sh_SCRIPT = $(install_sh) -c
 
44
INSTALL_HEADER = $(INSTALL_DATA)
 
45
transform = $(program_transform_name)
 
46
NORMAL_INSTALL = :
 
47
PRE_INSTALL = :
 
48
POST_INSTALL = :
 
49
NORMAL_UNINSTALL = :
 
50
PRE_UNINSTALL = :
 
51
POST_UNINSTALL = :
 
52
build_triplet = @build@
 
53
host_triplet = @host@
 
54
target_triplet = @target@
 
55
subdir = tests/openpgp
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
 
59
        $(top_srcdir)/gl/m4/allocsa.m4 $(top_srcdir)/gl/m4/eealloc.m4 \
 
60
        $(top_srcdir)/gl/m4/eoverflow.m4 $(top_srcdir)/gl/m4/gnulib.m4 \
 
61
        $(top_srcdir)/gl/m4/intmax_t.m4 \
 
62
        $(top_srcdir)/gl/m4/inttypes_h.m4 \
 
63
        $(top_srcdir)/gl/m4/longlong.m4 $(top_srcdir)/gl/m4/mkdtemp.m4 \
 
64
        $(top_srcdir)/gl/m4/onceonly_2_57.m4 \
 
65
        $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/stdint_h.m4 \
 
66
        $(top_srcdir)/gl/m4/uintmax_t.m4 \
 
67
        $(top_srcdir)/gl/m4/ulonglong.m4 \
 
68
        $(top_srcdir)/gl/m4/vasnprintf.m4 \
 
69
        $(top_srcdir)/gl/m4/vasprintf.m4 $(top_srcdir)/m4/autobuild.m4 \
 
70
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/gettext.m4 \
 
71
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnupg-pth.m4 \
 
72
        $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/iconv.m4 \
 
73
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
 
74
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
 
75
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \
 
76
        $(top_srcdir)/m4/ksba.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
77
        $(top_srcdir)/m4/ldap.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
78
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
79
        $(top_srcdir)/m4/libassuan.m4 $(top_srcdir)/m4/libcurl.m4 \
 
80
        $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/longdouble.m4 \
 
81
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
 
82
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
 
83
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \
 
84
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
85
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/tar-ustar.m4 \
 
86
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
87
        $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
 
88
        $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
 
89
        $(top_srcdir)/configure.ac
 
90
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
91
        $(ACLOCAL_M4)
 
92
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
 
93
CONFIG_HEADER = $(top_builddir)/config.h
 
94
CONFIG_CLEAN_FILES =
 
95
SOURCES =
 
96
DIST_SOURCES =
 
97
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
98
ACLOCAL = @ACLOCAL@
 
99
ALLOCA = @ALLOCA@
 
100
ALLOCA_H = @ALLOCA_H@
 
101
AMTAR = @AMTAR@
 
102
AR = @AR@
 
103
AUTOCONF = @AUTOCONF@
 
104
AUTOHEADER = @AUTOHEADER@
 
105
AUTOMAKE = @AUTOMAKE@
 
106
AWK = @AWK@
 
107
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
108
CATOBJEXT = @CATOBJEXT@
 
109
CC = @CC@
 
110
CCDEPMODE = @CCDEPMODE@
 
111
CFLAGS = @CFLAGS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CYGPATH_W = @CYGPATH_W@
 
115
DATADIRNAME = @DATADIRNAME@
 
116
DEFS = @DEFS@
 
117
DEPDIR = @DEPDIR@
 
118
DL_LIBS = @DL_LIBS@
 
119
DNSLIBS = @DNSLIBS@
 
120
ECHO_C = @ECHO_C@
 
121
ECHO_N = @ECHO_N@
 
122
ECHO_T = @ECHO_T@
 
123
EGREP = @EGREP@
 
124
EOVERFLOW = @EOVERFLOW@
 
125
EXEEXT = @EXEEXT@
 
126
FAQPROG = @FAQPROG@
 
127
GENCAT = @GENCAT@
 
128
GLIBC21 = @GLIBC21@
 
129
GMSGFMT = @GMSGFMT@
 
130
GNUPG_AGENT_PGM = @GNUPG_AGENT_PGM@
 
131
GNUPG_DIRMNGR_PGM = @GNUPG_DIRMNGR_PGM@
 
132
GNUPG_PINENTRY_PGM = @GNUPG_PINENTRY_PGM@
 
133
GNUPG_PROTECT_TOOL_PGM = @GNUPG_PROTECT_TOOL_PGM@
 
134
GNUPG_SCDAEMON_PGM = @GNUPG_SCDAEMON_PGM@
 
135
GPGKEYS_CURL = @GPGKEYS_CURL@
 
136
GPGKEYS_FINGER = @GPGKEYS_FINGER@
 
137
GPGKEYS_HKP = @GPGKEYS_HKP@
 
138
GPGKEYS_LDAP = @GPGKEYS_LDAP@
 
139
GPGKEYS_MAILTO = @GPGKEYS_MAILTO@
 
140
GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
 
141
GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
 
142
GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
 
143
GREP = @GREP@
 
144
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
145
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
146
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
147
HAVE_WPRINTF = @HAVE_WPRINTF@
 
148
INSTALL = @INSTALL@
 
149
INSTALL_DATA = @INSTALL_DATA@
 
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
153
INSTOBJEXT = @INSTOBJEXT@
 
154
INTLBISON = @INTLBISON@
 
155
INTLLIBS = @INTLLIBS@
 
156
INTLOBJS = @INTLOBJS@
 
157
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
158
KSBA_CFLAGS = @KSBA_CFLAGS@
 
159
KSBA_CONFIG = @KSBA_CONFIG@
 
160
KSBA_LIBS = @KSBA_LIBS@
 
161
LDAPLIBS = @LDAPLIBS@
 
162
LDAP_CPPFLAGS = @LDAP_CPPFLAGS@
 
163
LDFLAGS = @LDFLAGS@
 
164
LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
 
165
LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
 
166
LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
 
167
LIBASSUAN_PTH_CFLAGS = @LIBASSUAN_PTH_CFLAGS@
 
168
LIBASSUAN_PTH_LIBS = @LIBASSUAN_PTH_LIBS@
 
169
LIBCURL = @LIBCURL@
 
170
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
 
171
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
 
172
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
 
173
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
 
174
LIBICONV = @LIBICONV@
 
175
LIBINTL = @LIBINTL@
 
176
LIBOBJS = @LIBOBJS@
 
177
LIBREADLINE = @LIBREADLINE@
 
178
LIBS = @LIBS@
 
179
LIBUSB_LIBS = @LIBUSB_LIBS@
 
180
LIBUTIL_LIBS = @LIBUTIL_LIBS@
 
181
LN_S = @LN_S@
 
182
LTLIBICONV = @LTLIBICONV@
 
183
LTLIBINTL = @LTLIBINTL@
 
184
LTLIBOBJS = @LTLIBOBJS@
 
185
MAINT = @MAINT@
 
186
MAKEINFO = @MAKEINFO@
 
187
MKDIR_P = @MKDIR_P@
 
188
MKINSTALLDIRS = @MKINSTALLDIRS@
 
189
MSGFMT = @MSGFMT@
 
190
MSGMERGE = @MSGMERGE@
 
191
NETLIBS = @NETLIBS@
 
192
OBJEXT = @OBJEXT@
 
193
PACKAGE = @PACKAGE@
 
194
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
195
PACKAGE_GT = @PACKAGE_GT@
 
196
PACKAGE_NAME = @PACKAGE_NAME@
 
197
PACKAGE_STRING = @PACKAGE_STRING@
 
198
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
199
PACKAGE_VERSION = @PACKAGE_VERSION@
 
200
PATH_SEPARATOR = @PATH_SEPARATOR@
 
201
PERL = @PERL@
 
202
POSUB = @POSUB@
 
203
PTH_CFLAGS = @PTH_CFLAGS@
 
204
PTH_CONFIG = @PTH_CONFIG@
 
205
PTH_LIBS = @PTH_LIBS@
 
206
RANLIB = @RANLIB@
 
207
SENDMAIL = @SENDMAIL@
 
208
SET_MAKE = @SET_MAKE@
 
209
SHELL = @SHELL@
 
210
SHRED = @SHRED@
 
211
STRIP = @STRIP@
 
212
TAR = @TAR@
 
213
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
214
USE_NLS = @USE_NLS@
 
215
VERSION = @VERSION@
 
216
XGETTEXT = @XGETTEXT@
 
217
ZLIBS = @ZLIBS@
 
218
_libcurl_config = @_libcurl_config@
 
219
abs_builddir = @abs_builddir@
 
220
abs_srcdir = @abs_srcdir@
 
221
abs_top_builddir = @abs_top_builddir@
 
222
abs_top_srcdir = @abs_top_srcdir@
 
223
ac_ct_CC = @ac_ct_CC@
 
224
am__include = @am__include@
 
225
am__leading_dot = @am__leading_dot@
 
226
am__quote = @am__quote@
 
227
am__tar = @am__tar@
 
228
am__untar = @am__untar@
 
229
bindir = @bindir@
 
230
build = @build@
 
231
build_alias = @build_alias@
 
232
build_cpu = @build_cpu@
 
233
build_os = @build_os@
 
234
build_vendor = @build_vendor@
 
235
builddir = @builddir@
 
236
datadir = @datadir@
 
237
datarootdir = @datarootdir@
 
238
docdir = @docdir@
 
239
dvidir = @dvidir@
 
240
exec_prefix = @exec_prefix@
 
241
host = @host@
 
242
host_alias = @host_alias@
 
243
host_cpu = @host_cpu@
 
244
host_os = @host_os@
 
245
host_vendor = @host_vendor@
 
246
htmldir = @htmldir@
 
247
includedir = @includedir@
 
248
infodir = @infodir@
 
249
install_sh = @install_sh@
 
250
libdir = @libdir@
 
251
libexecdir = @libexecdir@
 
252
localedir = @localedir@
 
253
localstatedir = @localstatedir@
 
254
mandir = @mandir@
 
255
mkdir_p = @mkdir_p@
 
256
oldincludedir = @oldincludedir@
 
257
pdfdir = @pdfdir@
 
258
prefix = @prefix@
 
259
program_transform_name = @program_transform_name@
 
260
psdir = @psdir@
 
261
sbindir = @sbindir@
 
262
sharedstatedir = @sharedstatedir@
 
263
srcdir = @srcdir@
 
264
sysconfdir = @sysconfdir@
 
265
target = @target@
 
266
target_alias = @target_alias@
 
267
target_cpu = @target_cpu@
 
268
target_os = @target_os@
 
269
target_vendor = @target_vendor@
 
270
top_builddir = @top_builddir@
 
271
top_srcdir = @top_srcdir@
 
272
GPG_IMPORT = ../../g10/gpg2 --homedir . \
 
273
              --quiet --yes --no-permission-warning --import
 
274
 
 
275
TESTS = version.test mds.test \
 
276
        decrypt.test decrypt-dsa.test \
 
277
        sigs.test sigs-dsa.test \
 
278
        encrypt.test encrypt-dsa.test  \
 
279
        seat.test clearsig.test encryptp.test detach.test \
 
280
        armsigs.test armencrypt.test armencryptp.test \
 
281
        signencrypt.test signencrypt-dsa.test \
 
282
        armsignencrypt.test armdetach.test \
 
283
        armdetachm.test detachm.test genkey1024.test \
 
284
        conventional.test conventional-mdc.test \
 
285
        multisig.test verify.test armor.test 
 
286
 
 
287
TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \
 
288
             plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \
 
289
             pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc \
 
290
             gpg.conf.tmpl bug537-test.data.asc
 
291
 
 
292
DATA_FILES = data-500 data-9000 data-32000 data-80000 plain-large
 
293
EXTRA_DIST = defs.inc $(TESTS) $(TEST_FILES) \
 
294
             mkdemodirs signdemokey
 
295
 
 
296
CLEANFILES = prepared.stamp x y yy z out err  $(DATA_FILES) \
 
297
             plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \
 
298
             *.test.log gpg_dearmor gpg.conf \
 
299
             pubring.gpg secring.gpg pubring.pkr secring.skr
 
300
 
 
301
DISTCLEANFILES = pubring.gpg~ random_seed
 
302
all: all-am
 
303
 
 
304
.SUFFIXES:
 
305
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
306
        @for dep in $?; do \
 
307
          case '$(am__configure_deps)' in \
 
308
            *$$dep*) \
 
309
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
310
                && exit 0; \
 
311
              exit 1;; \
 
312
          esac; \
 
313
        done; \
 
314
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/openpgp/Makefile'; \
 
315
        cd $(top_srcdir) && \
 
316
          $(AUTOMAKE) --gnu  tests/openpgp/Makefile
 
317
.PRECIOUS: Makefile
 
318
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
319
        @case '$?' in \
 
320
          *config.status*) \
 
321
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
322
          *) \
 
323
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
324
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
325
        esac;
 
326
 
 
327
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
328
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
329
 
 
330
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
332
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
334
tags: TAGS
 
335
TAGS:
 
336
 
 
337
ctags: CTAGS
 
338
CTAGS:
 
339
 
 
340
 
 
341
check-TESTS: $(TESTS)
 
342
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
343
        srcdir=$(srcdir); export srcdir; \
 
344
        list=' $(TESTS) '; \
 
345
        if test -n "$$list"; then \
 
346
          for tst in $$list; do \
 
347
            if test -f ./$$tst; then dir=./; \
 
348
            elif test -f $$tst; then dir=; \
 
349
            else dir="$(srcdir)/"; fi; \
 
350
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
351
              all=`expr $$all + 1`; \
 
352
              case " $(XFAIL_TESTS) " in \
 
353
              *$$ws$$tst$$ws*) \
 
354
                xpass=`expr $$xpass + 1`; \
 
355
                failed=`expr $$failed + 1`; \
 
356
                echo "XPASS: $$tst"; \
 
357
              ;; \
 
358
              *) \
 
359
                echo "PASS: $$tst"; \
 
360
              ;; \
 
361
              esac; \
 
362
            elif test $$? -ne 77; then \
 
363
              all=`expr $$all + 1`; \
 
364
              case " $(XFAIL_TESTS) " in \
 
365
              *$$ws$$tst$$ws*) \
 
366
                xfail=`expr $$xfail + 1`; \
 
367
                echo "XFAIL: $$tst"; \
 
368
              ;; \
 
369
              *) \
 
370
                failed=`expr $$failed + 1`; \
 
371
                echo "FAIL: $$tst"; \
 
372
              ;; \
 
373
              esac; \
 
374
            else \
 
375
              skip=`expr $$skip + 1`; \
 
376
              echo "SKIP: $$tst"; \
 
377
            fi; \
 
378
          done; \
 
379
          if test "$$failed" -eq 0; then \
 
380
            if test "$$xfail" -eq 0; then \
 
381
              banner="All $$all tests passed"; \
 
382
            else \
 
383
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
384
            fi; \
 
385
          else \
 
386
            if test "$$xpass" -eq 0; then \
 
387
              banner="$$failed of $$all tests failed"; \
 
388
            else \
 
389
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
390
            fi; \
 
391
          fi; \
 
392
          dashes="$$banner"; \
 
393
          skipped=""; \
 
394
          if test "$$skip" -ne 0; then \
 
395
            skipped="($$skip tests were not run)"; \
 
396
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
397
              dashes="$$skipped"; \
 
398
          fi; \
 
399
          report=""; \
 
400
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
401
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
402
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
403
              dashes="$$report"; \
 
404
          fi; \
 
405
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
406
          echo "$$dashes"; \
 
407
          echo "$$banner"; \
 
408
          test -z "$$skipped" || echo "$$skipped"; \
 
409
          test -z "$$report" || echo "$$report"; \
 
410
          echo "$$dashes"; \
 
411
          test "$$failed" -eq 0; \
 
412
        else :; fi
 
413
 
 
414
distdir: $(DISTFILES)
 
415
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
416
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
417
        list='$(DISTFILES)'; \
 
418
          dist_files=`for file in $$list; do echo $$file; done | \
 
419
          sed -e "s|^$$srcdirstrip/||;t" \
 
420
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
421
        case $$dist_files in \
 
422
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
423
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
424
                           sort -u` ;; \
 
425
        esac; \
 
426
        for file in $$dist_files; do \
 
427
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
428
          if test -d $$d/$$file; then \
 
429
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
430
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
431
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
432
            fi; \
 
433
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
434
          else \
 
435
            test -f $(distdir)/$$file \
 
436
            || cp -p $$d/$$file $(distdir)/$$file \
 
437
            || exit 1; \
 
438
          fi; \
 
439
        done
 
440
check-am: all-am
 
441
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
442
check: check-am
 
443
all-am: Makefile all-local
 
444
installdirs:
 
445
install: install-am
 
446
install-exec: install-exec-am
 
447
install-data: install-data-am
 
448
uninstall: uninstall-am
 
449
 
 
450
install-am: all-am
 
451
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
452
 
 
453
installcheck: installcheck-am
 
454
install-strip:
 
455
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
456
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
457
          `test -z '$(STRIP)' || \
 
458
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
459
mostlyclean-generic:
 
460
 
 
461
clean-generic:
 
462
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
463
 
 
464
distclean-generic:
 
465
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
466
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
467
 
 
468
maintainer-clean-generic:
 
469
        @echo "This command is intended for maintainers to use"
 
470
        @echo "it deletes files that may require special tools to rebuild."
 
471
clean: clean-am
 
472
 
 
473
clean-am: clean-generic mostlyclean-am
 
474
 
 
475
distclean: distclean-am
 
476
        -rm -f Makefile
 
477
distclean-am: clean-am distclean-generic distclean-local
 
478
 
 
479
dvi: dvi-am
 
480
 
 
481
dvi-am:
 
482
 
 
483
html: html-am
 
484
 
 
485
info: info-am
 
486
 
 
487
info-am:
 
488
 
 
489
install-data-am:
 
490
 
 
491
install-dvi: install-dvi-am
 
492
 
 
493
install-exec-am:
 
494
 
 
495
install-html: install-html-am
 
496
 
 
497
install-info: install-info-am
 
498
 
 
499
install-man:
 
500
 
 
501
install-pdf: install-pdf-am
 
502
 
 
503
install-ps: install-ps-am
 
504
 
 
505
installcheck-am:
 
506
 
 
507
maintainer-clean: maintainer-clean-am
 
508
        -rm -f Makefile
 
509
maintainer-clean-am: distclean-am maintainer-clean-generic
 
510
 
 
511
mostlyclean: mostlyclean-am
 
512
 
 
513
mostlyclean-am: mostlyclean-generic
 
514
 
 
515
pdf: pdf-am
 
516
 
 
517
pdf-am:
 
518
 
 
519
ps: ps-am
 
520
 
 
521
ps-am:
 
522
 
 
523
uninstall-am:
 
524
 
 
525
.MAKE: install-am install-strip
 
526
 
 
527
.PHONY: all all-am all-local check check-TESTS check-am clean \
 
528
        clean-generic distclean distclean-generic distclean-local \
 
529
        distdir dvi dvi-am html html-am info info-am install \
 
530
        install-am install-data install-data-am install-dvi \
 
531
        install-dvi-am install-exec install-exec-am install-html \
 
532
        install-html-am install-info install-info-am install-man \
 
533
        install-pdf install-pdf-am install-ps install-ps-am \
 
534
        install-strip installcheck installcheck-am installdirs \
 
535
        maintainer-clean maintainer-clean-generic mostlyclean \
 
536
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
 
537
 
 
538
 
 
539
all-local: prepared.stamp
 
540
 
 
541
distclean-local:
 
542
        $(srcdir)/mkdemodirs --clean
 
543
 
 
544
prepared.stamp: ./pubring.gpg ./secring.gpg ./plain-1 ./plain-2 ./plain-3 \
 
545
                ./pubring.pkr ./secring.skr ./gpg_dearmor $(DATA_FILES)
 
546
         $(GPG_IMPORT) $(srcdir)/pubdemo.asc     
 
547
         echo timestamp >./prepared.stamp
 
548
 
 
549
./gpg_dearmor:
 
550
        echo '#!/bin/sh' >./gpg_dearmor
 
551
        echo "../../g10/gpg2 --no-options --no-greeting \
 
552
             --no-secmem-warning --batch --dearmor" >>./gpg_dearmor
 
553
        chmod 755 ./gpg_dearmor
 
554
 
 
555
./pubring.gpg: $(srcdir)/pubring.asc $(srcdir)/pubdemo.asc ./gpg_dearmor
 
556
        ./gpg_dearmor > ./pubring.gpg < $(srcdir)/pubring.asc
 
557
 
 
558
./secring.gpg: $(srcdir)/secring.asc ./gpg_dearmor
 
559
        ./gpg_dearmor > ./secring.gpg < $(srcdir)/secring.asc
 
560
 
 
561
./pubring.pkr: $(srcdir)/pubring.pkr.asc ./gpg_dearmor
 
562
        ./gpg_dearmor > ./pubring.pkr < $(srcdir)/pubring.pkr.asc
 
563
 
 
564
./secring.skr: $(srcdir)/secring.skr.asc ./gpg_dearmor
 
565
        ./gpg_dearmor > ./secring.skr < $(srcdir)/secring.skr.asc
 
566
 
 
567
./plain-1: $(srcdir)/plain-1o.asc ./gpg_dearmor
 
568
        ./gpg_dearmor > ./plain-1 < $(srcdir)/plain-1o.asc
 
569
 
 
570
./plain-2: $(srcdir)/plain-2o.asc ./gpg_dearmor
 
571
        ./gpg_dearmor > ./plain-2 < $(srcdir)/plain-2o.asc
 
572
 
 
573
./plain-3: $(srcdir)/plain-3o.asc ./gpg_dearmor
 
574
        ./gpg_dearmor > ./plain-3 < $(srcdir)/plain-3o.asc
 
575
 
 
576
data-500:
 
577
        ../../tools/mk-tdata   500  >data-500
 
578
data-9000:
 
579
        ../../tools/mk-tdata  9000  >data-9000
 
580
data-32000:
 
581
        ../../tools/mk-tdata 32000  >data-32000
 
582
data-80000:
 
583
        ../../tools/mk-tdata 80000  >data-80000
 
584
plain-large:
 
585
        cat $(srcdir)/../../doc/HACKING \
 
586
            $(srcdir)/../../doc/DETAILS \
 
587
            $(srcdir)/../../doc/FAQ      >plain-large
 
588
 
 
589
# To speed up key generation we create a dummy random seed file
 
590
random_seed:
 
591
        ../../tools/mk-tdata 600
 
592
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
593
# Otherwise a system limit (for SysV at least) may be exceeded.
 
594
.NOEXPORT: