Imported Upstream version 1.6.1
[platform/upstream/libksba.git] / tests / Makefile.in
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 - for the KSBA regression tests
18 #       Copyright (C) 2001, 2003 g10 Code GmbH
19 #
20 # This file is part of KSBA.
21 #
22 # KSBA 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 # KSBA 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 <http://www.gnu.org/licenses/>.
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38   if test -z '$(MAKELEVEL)'; then \
39     false; \
40   elif test -n '$(MAKE_HOST)'; then \
41     true; \
42   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43     true; \
44   else \
45     false; \
46   fi; \
47 }
48 am__make_running_with_option = \
49   case $${target_option-} in \
50       ?) ;; \
51       *) echo "am__make_running_with_option: internal error: invalid" \
52               "target option '$${target_option-}' specified" >&2; \
53          exit 1;; \
54   esac; \
55   has_opt=no; \
56   sane_makeflags=$$MAKEFLAGS; \
57   if $(am__is_gnu_make); then \
58     sane_makeflags=$$MFLAGS; \
59   else \
60     case $$MAKEFLAGS in \
61       *\\[\ \   ]*) \
62         bs=\\; \
63         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
65     esac; \
66   fi; \
67   skip_next=no; \
68   strip_trailopt () \
69   { \
70     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71   }; \
72   for flg in $$sane_makeflags; do \
73     test $$skip_next = yes && { skip_next=no; continue; }; \
74     case $$flg in \
75       *=*|--*) continue;; \
76         -*I) strip_trailopt 'I'; skip_next=yes;; \
77       -*I?*) strip_trailopt 'I';; \
78         -*O) strip_trailopt 'O'; skip_next=yes;; \
79       -*O?*) strip_trailopt 'O';; \
80         -*l) strip_trailopt 'l'; skip_next=yes;; \
81       -*l?*) strip_trailopt 'l';; \
82       -[dEDm]) skip_next=yes;; \
83       -[JT]) skip_next=yes;; \
84     esac; \
85     case $$flg in \
86       *$$target_option*) has_opt=yes; break;; \
87     esac; \
88   done; \
89   test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 TESTS = cert-basic$(EXEEXT) t-crl-parser$(EXEEXT) t-dnparser$(EXEEXT) \
111         t-oid$(EXEEXT) t-reader$(EXEEXT) t-cms-parser$(EXEEXT) \
112         t-der-builder$(EXEEXT)
113 noinst_PROGRAMS = $(am__EXEEXT_1) t-ocsp$(EXEEXT)
114 subdir = tests
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
117         $(top_srcdir)/gl/m4/gnulib.m4 \
118         $(top_srcdir)/gl/m4/valgrind-tests.m4 \
119         $(top_srcdir)/m4/autobuild.m4 \
120         $(top_srcdir)/m4/ax_cc_for_build.m4 \
121         $(top_srcdir)/m4/ax_prog_bison.m4 $(top_srcdir)/m4/gcov.m4 \
122         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libtool.m4 \
123         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
124         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
125         $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127         $(ACLOCAL_M4)
128 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
129         $(am__DIST_COMMON)
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = $(top_builddir)/config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__EXEEXT_1 = cert-basic$(EXEEXT) t-crl-parser$(EXEEXT) \
135         t-dnparser$(EXEEXT) t-oid$(EXEEXT) t-reader$(EXEEXT) \
136         t-cms-parser$(EXEEXT) t-der-builder$(EXEEXT)
137 PROGRAMS = $(noinst_PROGRAMS)
138 cert_basic_SOURCES = cert-basic.c
139 cert_basic_OBJECTS = cert-basic.$(OBJEXT)
140 cert_basic_LDADD = $(LDADD)
141 am__DEPENDENCIES_1 =
142 cert_basic_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 = 
147 t_cms_parser_SOURCES = t-cms-parser.c
148 t_cms_parser_OBJECTS = t-cms-parser.$(OBJEXT)
149 t_cms_parser_LDADD = $(LDADD)
150 t_cms_parser_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
151 t_crl_parser_SOURCES = t-crl-parser.c
152 t_crl_parser_OBJECTS = t-crl-parser.$(OBJEXT)
153 t_crl_parser_LDADD = $(LDADD)
154 t_crl_parser_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
155 t_der_builder_SOURCES = t-der-builder.c
156 t_der_builder_OBJECTS = t-der-builder.$(OBJEXT)
157 t_der_builder_LDADD = $(LDADD)
158 t_der_builder_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
159 t_dnparser_SOURCES = t-dnparser.c
160 t_dnparser_OBJECTS = t-dnparser.$(OBJEXT)
161 t_dnparser_LDADD = $(LDADD)
162 t_dnparser_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
163 am_t_ocsp_OBJECTS = t-ocsp.$(OBJEXT) sha1.$(OBJEXT)
164 t_ocsp_OBJECTS = $(am_t_ocsp_OBJECTS)
165 t_ocsp_LDADD = $(LDADD)
166 t_ocsp_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
167 t_oid_SOURCES = t-oid.c
168 t_oid_OBJECTS = t-oid.$(OBJEXT)
169 t_oid_LDADD = $(LDADD)
170 t_oid_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
171 t_reader_SOURCES = t-reader.c
172 t_reader_OBJECTS = t-reader.$(OBJEXT)
173 t_reader_LDADD = $(LDADD)
174 t_reader_DEPENDENCIES = ../src/libksba.la $(am__DEPENDENCIES_1)
175 AM_V_P = $(am__v_P_@AM_V@)
176 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
177 am__v_P_0 = false
178 am__v_P_1 = :
179 AM_V_GEN = $(am__v_GEN_@AM_V@)
180 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
181 am__v_GEN_0 = @echo "  GEN     " $@;
182 am__v_GEN_1 = 
183 AM_V_at = $(am__v_at_@AM_V@)
184 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185 am__v_at_0 = @
186 am__v_at_1 = 
187 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
188 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
189 am__maybe_remake_depfiles = depfiles
190 am__depfiles_remade = ./$(DEPDIR)/cert-basic.Po ./$(DEPDIR)/sha1.Po \
191         ./$(DEPDIR)/t-cms-parser.Po ./$(DEPDIR)/t-crl-parser.Po \
192         ./$(DEPDIR)/t-der-builder.Po ./$(DEPDIR)/t-dnparser.Po \
193         ./$(DEPDIR)/t-ocsp.Po ./$(DEPDIR)/t-oid.Po \
194         ./$(DEPDIR)/t-reader.Po
195 am__mv = mv -f
196 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
197         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
198 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
200         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
201         $(AM_CFLAGS) $(CFLAGS)
202 AM_V_CC = $(am__v_CC_@AM_V@)
203 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
204 am__v_CC_0 = @echo "  CC      " $@;
205 am__v_CC_1 = 
206 CCLD = $(CC)
207 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
208         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
209         $(AM_LDFLAGS) $(LDFLAGS) -o $@
210 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
211 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
212 am__v_CCLD_0 = @echo "  CCLD    " $@;
213 am__v_CCLD_1 = 
214 SOURCES = cert-basic.c t-cms-parser.c t-crl-parser.c t-der-builder.c \
215         t-dnparser.c $(t_ocsp_SOURCES) t-oid.c t-reader.c
216 DIST_SOURCES = cert-basic.c t-cms-parser.c t-crl-parser.c \
217         t-der-builder.c t-dnparser.c $(t_ocsp_SOURCES) t-oid.c \
218         t-reader.c
219 am__can_run_installinfo = \
220   case $$AM_UPDATE_INFO_DIR in \
221     n|no|NO) false;; \
222     *) (install-info --version) >/dev/null 2>&1;; \
223   esac
224 HEADERS = $(noinst_HEADERS)
225 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226 # Read a list of newline-separated strings from the standard input,
227 # and print each of them once, without duplicates.  Input order is
228 # *not* preserved.
229 am__uniquify_input = $(AWK) '\
230   BEGIN { nonempty = 0; } \
231   { items[$$0] = 1; nonempty = 1; } \
232   END { if (nonempty) { for (i in items) print i; }; } \
233 '
234 # Make sure the list of sources is unique.  This is necessary because,
235 # e.g., the same source file might be shared among _SOURCES variables
236 # for different programs/libraries.
237 am__define_uniq_tagged_files = \
238   list='$(am__tagged_files)'; \
239   unique=`for i in $$list; do \
240     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241   done | $(am__uniquify_input)`
242 ETAGS = etags
243 CTAGS = ctags
244 am__tty_colors_dummy = \
245   mgn= red= grn= lgn= blu= brg= std=; \
246   am__color_tests=no
247 am__tty_colors = { \
248   $(am__tty_colors_dummy); \
249   if test "X$(AM_COLOR_TESTS)" = Xno; then \
250     am__color_tests=no; \
251   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
252     am__color_tests=yes; \
253   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
254     am__color_tests=yes; \
255   fi; \
256   if test $$am__color_tests = yes; then \
257     red='\e[0;31m'; \
258     grn='\e[0;32m'; \
259     lgn='\e[1;32m'; \
260     blu='\e[1;34m'; \
261     mgn='\e[0;35m'; \
262     brg='\e[1m'; \
263     std='\e[m'; \
264   fi; \
265 }
266 am__DIST_COMMON = $(srcdir)/Makefile.in \
267         $(top_srcdir)/build-aux/depcomp
268 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
269 ACLOCAL = @ACLOCAL@
270 ALLOCA = @ALLOCA@
271 ALLOCA_H = @ALLOCA_H@
272 AMTAR = @AMTAR@
273 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
274 AR = @AR@
275 AS = @AS@
276 AUTOCONF = @AUTOCONF@
277 AUTOHEADER = @AUTOHEADER@
278 AUTOMAKE = @AUTOMAKE@
279 AWK = @AWK@
280 BUILD_FILEVERSION = @BUILD_FILEVERSION@
281 BUILD_REVISION = @BUILD_REVISION@
282 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
283 CC = @CC@
284 CCDEPMODE = @CCDEPMODE@
285 CC_FOR_BUILD = @CC_FOR_BUILD@
286 CFLAGS = @CFLAGS@
287 COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
288 COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
289 CPP = @CPP@
290 CPPFLAGS = @CPPFLAGS@
291 CYGPATH_W = @CYGPATH_W@
292 DEFS = @DEFS@
293 DEPDIR = @DEPDIR@
294 DLLTOOL = @DLLTOOL@
295 DSYMUTIL = @DSYMUTIL@
296 DUMPBIN = @DUMPBIN@
297 ECHO_C = @ECHO_C@
298 ECHO_N = @ECHO_N@
299 ECHO_T = @ECHO_T@
300 EGREP = @EGREP@
301 EXEEXT = @EXEEXT@
302 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
303 FGREP = @FGREP@
304 GCOV = @GCOV@
305 GENHTML = @GENHTML@
306 GPGRT_CONFIG = @GPGRT_CONFIG@
307 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
308 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
309 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
310 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
311 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
312 GREP = @GREP@
313 INSTALL = @INSTALL@
314 INSTALL_DATA = @INSTALL_DATA@
315 INSTALL_PROGRAM = @INSTALL_PROGRAM@
316 INSTALL_SCRIPT = @INSTALL_SCRIPT@
317 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
318 KSBA_CONFIG_API_VERSION = @KSBA_CONFIG_API_VERSION@
319 KSBA_CONFIG_CFLAGS = @KSBA_CONFIG_CFLAGS@
320 KSBA_CONFIG_HOST = @KSBA_CONFIG_HOST@
321 KSBA_CONFIG_LIBS = @KSBA_CONFIG_LIBS@
322 LCOV = @LCOV@
323 LD = @LD@
324 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
325 LDFLAGS = @LDFLAGS@
326 LIBKSBA_LT_AGE = @LIBKSBA_LT_AGE@
327 LIBKSBA_LT_CURRENT = @LIBKSBA_LT_CURRENT@
328 LIBKSBA_LT_REVISION = @LIBKSBA_LT_REVISION@
329 LIBOBJS = @LIBOBJS@
330 LIBS = @LIBS@
331 LIBTOOL = @LIBTOOL@
332 LIPO = @LIPO@
333 LN_S = @LN_S@
334 LTALLOCA = @LTALLOCA@
335 LTLIBOBJS = @LTLIBOBJS@
336 MAINT = @MAINT@
337 MAKEINFO = @MAKEINFO@
338 MANIFEST_TOOL = @MANIFEST_TOOL@
339 MKDIR_P = @MKDIR_P@
340 NM = @NM@
341 NMEDIT = @NMEDIT@
342 OBJDUMP = @OBJDUMP@
343 OBJEXT = @OBJEXT@
344 OTOOL = @OTOOL@
345 OTOOL64 = @OTOOL64@
346 PACKAGE = @PACKAGE@
347 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
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 RANLIB = @RANLIB@
355 RC = @RC@
356 SED = @SED@
357 SET_MAKE = @SET_MAKE@
358 SHELL = @SHELL@
359 SHTOOL = @SHTOOL@
360 STRIP = @STRIP@
361 VALGRIND = @VALGRIND@
362 VERSION = @VERSION@
363 VERSION_NUMBER = @VERSION_NUMBER@
364 YACC = @YACC@
365 YFLAGS = @YFLAGS@
366 abs_builddir = @abs_builddir@
367 abs_srcdir = @abs_srcdir@
368 abs_top_builddir = @abs_top_builddir@
369 abs_top_srcdir = @abs_top_srcdir@
370 ac_ct_AR = @ac_ct_AR@
371 ac_ct_CC = @ac_ct_CC@
372 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
373 am__include = @am__include@
374 am__leading_dot = @am__leading_dot@
375 am__quote = @am__quote@
376 am__tar = @am__tar@
377 am__untar = @am__untar@
378 bindir = @bindir@
379 build = @build@
380 build_alias = @build_alias@
381 build_cpu = @build_cpu@
382 build_os = @build_os@
383 build_vendor = @build_vendor@
384 builddir = @builddir@
385 datadir = @datadir@
386 datarootdir = @datarootdir@
387 docdir = @docdir@
388 dvidir = @dvidir@
389 exec_prefix = @exec_prefix@
390 host = @host@
391 host_alias = @host_alias@
392 host_cpu = @host_cpu@
393 host_os = @host_os@
394 host_vendor = @host_vendor@
395 htmldir = @htmldir@
396 includedir = @includedir@
397 infodir = @infodir@
398 install_sh = @install_sh@
399 libdir = @libdir@
400 libexecdir = @libexecdir@
401 localedir = @localedir@
402 localstatedir = @localstatedir@
403 mandir = @mandir@
404 mkdir_p = @mkdir_p@
405 oldincludedir = @oldincludedir@
406 pdfdir = @pdfdir@
407 prefix = @prefix@
408 program_transform_name = @program_transform_name@
409 psdir = @psdir@
410 runstatedir = @runstatedir@
411 sbindir = @sbindir@
412 sharedstatedir = @sharedstatedir@
413 srcdir = @srcdir@
414 sysconfdir = @sysconfdir@
415 target_alias = @target_alias@
416 top_build_prefix = @top_build_prefix@
417 top_builddir = @top_builddir@
418 top_srcdir = @top_srcdir@
419 TESTS_ENVIRONMENT = 
420 test_certs = samples/cert_dfn_pca01.der samples/cert_dfn_pca15.der \
421              samples/cert_g10code_test1.der samples/crl_testpki_testpca.der \
422              samples/authority.crt samples/betsy.crt samples/bull.crt \
423              samples/ov-ocsp-server.crt samples/ov-userrev.crt \
424              samples/ov-root-ca-cert.crt samples/ov-serverrev.crt \
425              samples/ov-user.crt samples/ov-server.crt  \
426              samples/ov2-root-ca-cert.crt samples/ov2-ocsp-server.crt \
427              samples/ov2-user.crt samples/ov2-userrev.crt \
428              samples/secp256r1-sha384_cert.crt \
429              samples/secp256r1-sha512_cert.crt \
430              samples/secp384r1-sha512_cert.crt \
431              samples/openssl-secp256r1ca.cert.crt \
432              samples/ed25519-rfc8410.crt \
433              samples/ed25519-ossl-1.crt \
434              samples/ed448-ossl-1.crt
435
436 test_crls = samples/ov-test-crl.crl
437 test_keys = samples/ov-server.p12  samples/ov-userrev.p12 \
438             samples/ov-serverrev.p12  samples/ov-user.p12
439
440 EXTRA_DIST = $(test_certs)  mkoidtbl.awk \
441              samples/README \
442              samples/detached-sig.cms \
443              samples/rsa-sample1.p7m  samples/rsa-sample1.p7m \
444              samples/rsa-sample1.p7s  samples/rsa-sample1.p7s \
445              samples/ecdh-sample1.p7m samples/ecdh-sample1.p7m.asn \
446              samples/ecdsa-sample1.p7s samples/ecdsa-sample1.p7s.asn
447
448 BUILT_SOURCES = oidtranstbl.h
449 CLEANFILES = oidtranstbl.h
450 AM_CFLAGS = $(GPG_ERROR_CFLAGS) $(COVERAGE_CFLAGS)
451 AM_LDFLAGS = -no-install $(COVERAGE_LDFLAGS)
452 noinst_HEADERS = t-common.h
453 LDADD = ../src/libksba.la $(GPG_ERROR_LIBS) @LDADD_FOR_TESTS_KLUDGE@
454 t_ocsp_SOURCES = t-ocsp.c sha1.c
455 LOG_COMPILER = $(VALGRIND)
456 all: $(BUILT_SOURCES)
457         $(MAKE) $(AM_MAKEFLAGS) all-am
458
459 .SUFFIXES:
460 .SUFFIXES: .c .lo .o .obj
461 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
462         @for dep in $?; do \
463           case '$(am__configure_deps)' in \
464             *$$dep*) \
465               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
466                 && { if test -f $@; then exit 0; else break; fi; }; \
467               exit 1;; \
468           esac; \
469         done; \
470         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
471         $(am__cd) $(top_srcdir) && \
472           $(AUTOMAKE) --gnu tests/Makefile
473 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
474         @case '$?' in \
475           *config.status*) \
476             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
477           *) \
478             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
479             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
480         esac;
481
482 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
483         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484
485 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
486         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
488         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489 $(am__aclocal_m4_deps):
490
491 clean-noinstPROGRAMS:
492         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
493         echo " rm -f" $$list; \
494         rm -f $$list || exit $$?; \
495         test -n "$(EXEEXT)" || exit 0; \
496         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
497         echo " rm -f" $$list; \
498         rm -f $$list
499
500 cert-basic$(EXEEXT): $(cert_basic_OBJECTS) $(cert_basic_DEPENDENCIES) $(EXTRA_cert_basic_DEPENDENCIES) 
501         @rm -f cert-basic$(EXEEXT)
502         $(AM_V_CCLD)$(LINK) $(cert_basic_OBJECTS) $(cert_basic_LDADD) $(LIBS)
503
504 t-cms-parser$(EXEEXT): $(t_cms_parser_OBJECTS) $(t_cms_parser_DEPENDENCIES) $(EXTRA_t_cms_parser_DEPENDENCIES) 
505         @rm -f t-cms-parser$(EXEEXT)
506         $(AM_V_CCLD)$(LINK) $(t_cms_parser_OBJECTS) $(t_cms_parser_LDADD) $(LIBS)
507
508 t-crl-parser$(EXEEXT): $(t_crl_parser_OBJECTS) $(t_crl_parser_DEPENDENCIES) $(EXTRA_t_crl_parser_DEPENDENCIES) 
509         @rm -f t-crl-parser$(EXEEXT)
510         $(AM_V_CCLD)$(LINK) $(t_crl_parser_OBJECTS) $(t_crl_parser_LDADD) $(LIBS)
511
512 t-der-builder$(EXEEXT): $(t_der_builder_OBJECTS) $(t_der_builder_DEPENDENCIES) $(EXTRA_t_der_builder_DEPENDENCIES) 
513         @rm -f t-der-builder$(EXEEXT)
514         $(AM_V_CCLD)$(LINK) $(t_der_builder_OBJECTS) $(t_der_builder_LDADD) $(LIBS)
515
516 t-dnparser$(EXEEXT): $(t_dnparser_OBJECTS) $(t_dnparser_DEPENDENCIES) $(EXTRA_t_dnparser_DEPENDENCIES) 
517         @rm -f t-dnparser$(EXEEXT)
518         $(AM_V_CCLD)$(LINK) $(t_dnparser_OBJECTS) $(t_dnparser_LDADD) $(LIBS)
519
520 t-ocsp$(EXEEXT): $(t_ocsp_OBJECTS) $(t_ocsp_DEPENDENCIES) $(EXTRA_t_ocsp_DEPENDENCIES) 
521         @rm -f t-ocsp$(EXEEXT)
522         $(AM_V_CCLD)$(LINK) $(t_ocsp_OBJECTS) $(t_ocsp_LDADD) $(LIBS)
523
524 t-oid$(EXEEXT): $(t_oid_OBJECTS) $(t_oid_DEPENDENCIES) $(EXTRA_t_oid_DEPENDENCIES) 
525         @rm -f t-oid$(EXEEXT)
526         $(AM_V_CCLD)$(LINK) $(t_oid_OBJECTS) $(t_oid_LDADD) $(LIBS)
527
528 t-reader$(EXEEXT): $(t_reader_OBJECTS) $(t_reader_DEPENDENCIES) $(EXTRA_t_reader_DEPENDENCIES) 
529         @rm -f t-reader$(EXEEXT)
530         $(AM_V_CCLD)$(LINK) $(t_reader_OBJECTS) $(t_reader_LDADD) $(LIBS)
531
532 mostlyclean-compile:
533         -rm -f *.$(OBJEXT)
534
535 distclean-compile:
536         -rm -f *.tab.c
537
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cert-basic.Po@am__quote@ # am--include-marker
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ # am--include-marker
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-cms-parser.Po@am__quote@ # am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-crl-parser.Po@am__quote@ # am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-der-builder.Po@am__quote@ # am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-dnparser.Po@am__quote@ # am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-ocsp.Po@am__quote@ # am--include-marker
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-oid.Po@am__quote@ # am--include-marker
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-reader.Po@am__quote@ # am--include-marker
547
548 $(am__depfiles_remade):
549         @$(MKDIR_P) $(@D)
550         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
551
552 am--depfiles: $(am__depfiles_remade)
553
554 .c.o:
555 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
556 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
560
561 .c.obj:
562 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
563 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
567
568 .c.lo:
569 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
570 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
572 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
574
575 mostlyclean-libtool:
576         -rm -f *.lo
577
578 clean-libtool:
579         -rm -rf .libs _libs
580
581 ID: $(am__tagged_files)
582         $(am__define_uniq_tagged_files); mkid -fID $$unique
583 tags: tags-am
584 TAGS: tags
585
586 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587         set x; \
588         here=`pwd`; \
589         $(am__define_uniq_tagged_files); \
590         shift; \
591         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
592           test -n "$$unique" || unique=$$empty_fix; \
593           if test $$# -gt 0; then \
594             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
595               "$$@" $$unique; \
596           else \
597             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598               $$unique; \
599           fi; \
600         fi
601 ctags: ctags-am
602
603 CTAGS: ctags
604 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
605         $(am__define_uniq_tagged_files); \
606         test -z "$(CTAGS_ARGS)$$unique" \
607           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608              $$unique
609
610 GTAGS:
611         here=`$(am__cd) $(top_builddir) && pwd` \
612           && $(am__cd) $(top_srcdir) \
613           && gtags -i $(GTAGS_ARGS) "$$here"
614 cscopelist: cscopelist-am
615
616 cscopelist-am: $(am__tagged_files)
617         list='$(am__tagged_files)'; \
618         case "$(srcdir)" in \
619           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
620           *) sdir=$(subdir)/$(srcdir) ;; \
621         esac; \
622         for i in $$list; do \
623           if test -f "$$i"; then \
624             echo "$(subdir)/$$i"; \
625           else \
626             echo "$$sdir/$$i"; \
627           fi; \
628         done >> $(top_builddir)/cscope.files
629
630 distclean-tags:
631         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
632
633 check-TESTS: $(TESTS)
634         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
635         srcdir=$(srcdir); export srcdir; \
636         list=' $(TESTS) '; \
637         $(am__tty_colors); \
638         if test -n "$$list"; then \
639           for tst in $$list; do \
640             if test -f ./$$tst; then dir=./; \
641             elif test -f $$tst; then dir=; \
642             else dir="$(srcdir)/"; fi; \
643             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
644               all=`expr $$all + 1`; \
645               case " $(XFAIL_TESTS) " in \
646               *[\ \     ]$$tst[\ \      ]*) \
647                 xpass=`expr $$xpass + 1`; \
648                 failed=`expr $$failed + 1`; \
649                 col=$$red; res=XPASS; \
650               ;; \
651               *) \
652                 col=$$grn; res=PASS; \
653               ;; \
654               esac; \
655             elif test $$? -ne 77; then \
656               all=`expr $$all + 1`; \
657               case " $(XFAIL_TESTS) " in \
658               *[\ \     ]$$tst[\ \      ]*) \
659                 xfail=`expr $$xfail + 1`; \
660                 col=$$lgn; res=XFAIL; \
661               ;; \
662               *) \
663                 failed=`expr $$failed + 1`; \
664                 col=$$red; res=FAIL; \
665               ;; \
666               esac; \
667             else \
668               skip=`expr $$skip + 1`; \
669               col=$$blu; res=SKIP; \
670             fi; \
671             echo "$${col}$$res$${std}: $$tst"; \
672           done; \
673           if test "$$all" -eq 1; then \
674             tests="test"; \
675             All=""; \
676           else \
677             tests="tests"; \
678             All="All "; \
679           fi; \
680           if test "$$failed" -eq 0; then \
681             if test "$$xfail" -eq 0; then \
682               banner="$$All$$all $$tests passed"; \
683             else \
684               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
685               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
686             fi; \
687           else \
688             if test "$$xpass" -eq 0; then \
689               banner="$$failed of $$all $$tests failed"; \
690             else \
691               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
692               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
693             fi; \
694           fi; \
695           dashes="$$banner"; \
696           skipped=""; \
697           if test "$$skip" -ne 0; then \
698             if test "$$skip" -eq 1; then \
699               skipped="($$skip test was not run)"; \
700             else \
701               skipped="($$skip tests were not run)"; \
702             fi; \
703             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
704               dashes="$$skipped"; \
705           fi; \
706           report=""; \
707           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
708             report="Please report to $(PACKAGE_BUGREPORT)"; \
709             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
710               dashes="$$report"; \
711           fi; \
712           dashes=`echo "$$dashes" | sed s/./=/g`; \
713           if test "$$failed" -eq 0; then \
714             col="$$grn"; \
715           else \
716             col="$$red"; \
717           fi; \
718           echo "$${col}$$dashes$${std}"; \
719           echo "$${col}$$banner$${std}"; \
720           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
721           test -z "$$report" || echo "$${col}$$report$${std}"; \
722           echo "$${col}$$dashes$${std}"; \
723           test "$$failed" -eq 0; \
724         else :; fi
725
726 distdir: $(BUILT_SOURCES)
727         $(MAKE) $(AM_MAKEFLAGS) distdir-am
728
729 distdir-am: $(DISTFILES)
730         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
731         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
732         list='$(DISTFILES)'; \
733           dist_files=`for file in $$list; do echo $$file; done | \
734           sed -e "s|^$$srcdirstrip/||;t" \
735               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
736         case $$dist_files in \
737           */*) $(MKDIR_P) `echo "$$dist_files" | \
738                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
739                            sort -u` ;; \
740         esac; \
741         for file in $$dist_files; do \
742           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
743           if test -d $$d/$$file; then \
744             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
745             if test -d "$(distdir)/$$file"; then \
746               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
747             fi; \
748             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
749               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
750               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
751             fi; \
752             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
753           else \
754             test -f "$(distdir)/$$file" \
755             || cp -p $$d/$$file "$(distdir)/$$file" \
756             || exit 1; \
757           fi; \
758         done
759 check-am: all-am
760         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
761 check: $(BUILT_SOURCES)
762         $(MAKE) $(AM_MAKEFLAGS) check-am
763 all-am: Makefile $(PROGRAMS) $(HEADERS)
764 installdirs:
765 install: $(BUILT_SOURCES)
766         $(MAKE) $(AM_MAKEFLAGS) install-am
767 install-exec: $(BUILT_SOURCES)
768         $(MAKE) $(AM_MAKEFLAGS) install-exec-am
769 install-data: install-data-am
770 uninstall: uninstall-am
771
772 install-am: all-am
773         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
774
775 installcheck: installcheck-am
776 install-strip:
777         if test -z '$(STRIP)'; then \
778           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
779             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
780               install; \
781         else \
782           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
783             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
784             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
785         fi
786 mostlyclean-generic:
787
788 clean-generic:
789         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
790
791 distclean-generic:
792         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
793         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
794
795 maintainer-clean-generic:
796         @echo "This command is intended for maintainers to use"
797         @echo "it deletes files that may require special tools to rebuild."
798         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
799 clean: clean-am
800
801 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
802         mostlyclean-am
803
804 distclean: distclean-am
805                 -rm -f ./$(DEPDIR)/cert-basic.Po
806         -rm -f ./$(DEPDIR)/sha1.Po
807         -rm -f ./$(DEPDIR)/t-cms-parser.Po
808         -rm -f ./$(DEPDIR)/t-crl-parser.Po
809         -rm -f ./$(DEPDIR)/t-der-builder.Po
810         -rm -f ./$(DEPDIR)/t-dnparser.Po
811         -rm -f ./$(DEPDIR)/t-ocsp.Po
812         -rm -f ./$(DEPDIR)/t-oid.Po
813         -rm -f ./$(DEPDIR)/t-reader.Po
814         -rm -f Makefile
815 distclean-am: clean-am distclean-compile distclean-generic \
816         distclean-tags
817
818 dvi: dvi-am
819
820 dvi-am:
821
822 html: html-am
823
824 html-am:
825
826 info: info-am
827
828 info-am:
829
830 install-data-am:
831
832 install-dvi: install-dvi-am
833
834 install-dvi-am:
835
836 install-exec-am:
837
838 install-html: install-html-am
839
840 install-html-am:
841
842 install-info: install-info-am
843
844 install-info-am:
845
846 install-man:
847
848 install-pdf: install-pdf-am
849
850 install-pdf-am:
851
852 install-ps: install-ps-am
853
854 install-ps-am:
855
856 installcheck-am:
857
858 maintainer-clean: maintainer-clean-am
859                 -rm -f ./$(DEPDIR)/cert-basic.Po
860         -rm -f ./$(DEPDIR)/sha1.Po
861         -rm -f ./$(DEPDIR)/t-cms-parser.Po
862         -rm -f ./$(DEPDIR)/t-crl-parser.Po
863         -rm -f ./$(DEPDIR)/t-der-builder.Po
864         -rm -f ./$(DEPDIR)/t-dnparser.Po
865         -rm -f ./$(DEPDIR)/t-ocsp.Po
866         -rm -f ./$(DEPDIR)/t-oid.Po
867         -rm -f ./$(DEPDIR)/t-reader.Po
868         -rm -f Makefile
869 maintainer-clean-am: distclean-am maintainer-clean-generic
870
871 mostlyclean: mostlyclean-am
872
873 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
874         mostlyclean-libtool
875
876 pdf: pdf-am
877
878 pdf-am:
879
880 ps: ps-am
881
882 ps-am:
883
884 uninstall-am:
885
886 .MAKE: all check check-am install install-am install-exec \
887         install-strip
888
889 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
890         check-am clean clean-generic clean-libtool \
891         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
892         distclean-compile distclean-generic distclean-libtool \
893         distclean-tags distdir dvi dvi-am html html-am info info-am \
894         install install-am install-data install-data-am install-dvi \
895         install-dvi-am install-exec install-exec-am install-html \
896         install-html-am install-info install-info-am install-man \
897         install-pdf install-pdf-am install-ps install-ps-am \
898         install-strip installcheck installcheck-am installdirs \
899         maintainer-clean maintainer-clean-generic mostlyclean \
900         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
901         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
902
903 .PRECIOUS: Makefile
904
905
906 # Build the OID table: Note that the binary includes data from an
907 # another program and we may not be allowed to distribute this.  This
908 # ain't no problem as the programs using this generated data are not
909 # installed and thus not distributed.
910 oidtranstbl.h: Makefile mkoidtbl.awk
911         set -e; f="/dev/null"; \
912         for i in /etc/dumpasn1 /usr/local/bin /usr/local/share /usr/bin \
913                  /usr/share ; do \
914           if test -f $$i/dumpasn1.cfg; then f=$$i/dumpasn1.cfg; break; fi; \
915         done; tr -d '\r' <$$f | $(AWK) -f $(srcdir)/mkoidtbl.awk >$@
916
917 # Tell versions [3.59,3.63) of GNU make to not export all variables.
918 # Otherwise a system limit (for SysV at least) may be exceeded.
919 .NOEXPORT: