Imported Upstream version 1.6.5
[platform/upstream/libksba.git] / tests / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 am__tty_colors_dummy = \
243   mgn= red= grn= lgn= blu= brg= std=; \
244   am__color_tests=no
245 am__tty_colors = { \
246   $(am__tty_colors_dummy); \
247   if test "X$(AM_COLOR_TESTS)" = Xno; then \
248     am__color_tests=no; \
249   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
250     am__color_tests=yes; \
251   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
252     am__color_tests=yes; \
253   fi; \
254   if test $$am__color_tests = yes; then \
255     red='\e[0;31m'; \
256     grn='\e[0;32m'; \
257     lgn='\e[1;32m'; \
258     blu='\e[1;34m'; \
259     mgn='\e[0;35m'; \
260     brg='\e[1m'; \
261     std='\e[m'; \
262   fi; \
263 }
264 am__DIST_COMMON = $(srcdir)/Makefile.in \
265         $(top_srcdir)/build-aux/depcomp
266 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
267 ACLOCAL = @ACLOCAL@
268 ALLOCA = @ALLOCA@
269 ALLOCA_H = @ALLOCA_H@
270 AMTAR = @AMTAR@
271 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
272 AR = @AR@
273 AS = @AS@
274 AUTOCONF = @AUTOCONF@
275 AUTOHEADER = @AUTOHEADER@
276 AUTOMAKE = @AUTOMAKE@
277 AWK = @AWK@
278 BUILD_FILEVERSION = @BUILD_FILEVERSION@
279 BUILD_REVISION = @BUILD_REVISION@
280 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
281 CC = @CC@
282 CCDEPMODE = @CCDEPMODE@
283 CC_FOR_BUILD = @CC_FOR_BUILD@
284 CFLAGS = @CFLAGS@
285 COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
286 COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
287 CPP = @CPP@
288 CPPFLAGS = @CPPFLAGS@
289 CSCOPE = @CSCOPE@
290 CTAGS = @CTAGS@
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 ETAGS = @ETAGS@
302 EXEEXT = @EXEEXT@
303 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
304 FGREP = @FGREP@
305 GCOV = @GCOV@
306 GENHTML = @GENHTML@
307 GPGRT_CONFIG = @GPGRT_CONFIG@
308 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
309 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
310 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
311 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
312 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
313 GREP = @GREP@
314 INSTALL = @INSTALL@
315 INSTALL_DATA = @INSTALL_DATA@
316 INSTALL_PROGRAM = @INSTALL_PROGRAM@
317 INSTALL_SCRIPT = @INSTALL_SCRIPT@
318 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
319 KSBA_CONFIG_API_VERSION = @KSBA_CONFIG_API_VERSION@
320 KSBA_CONFIG_CFLAGS = @KSBA_CONFIG_CFLAGS@
321 KSBA_CONFIG_HOST = @KSBA_CONFIG_HOST@
322 KSBA_CONFIG_LIBS = @KSBA_CONFIG_LIBS@
323 LCOV = @LCOV@
324 LD = @LD@
325 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
326 LDFLAGS = @LDFLAGS@
327 LIBKSBA_LT_AGE = @LIBKSBA_LT_AGE@
328 LIBKSBA_LT_CURRENT = @LIBKSBA_LT_CURRENT@
329 LIBKSBA_LT_REVISION = @LIBKSBA_LT_REVISION@
330 LIBOBJS = @LIBOBJS@
331 LIBS = @LIBS@
332 LIBTOOL = @LIBTOOL@
333 LIPO = @LIPO@
334 LN_S = @LN_S@
335 LTALLOCA = @LTALLOCA@
336 LTLIBOBJS = @LTLIBOBJS@
337 MAINT = @MAINT@
338 MAKEINFO = @MAKEINFO@
339 MANIFEST_TOOL = @MANIFEST_TOOL@
340 MKDIR_P = @MKDIR_P@
341 NM = @NM@
342 NMEDIT = @NMEDIT@
343 OBJDUMP = @OBJDUMP@
344 OBJEXT = @OBJEXT@
345 OTOOL = @OTOOL@
346 OTOOL64 = @OTOOL64@
347 PACKAGE = @PACKAGE@
348 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
349 PACKAGE_NAME = @PACKAGE_NAME@
350 PACKAGE_STRING = @PACKAGE_STRING@
351 PACKAGE_TARNAME = @PACKAGE_TARNAME@
352 PACKAGE_URL = @PACKAGE_URL@
353 PACKAGE_VERSION = @PACKAGE_VERSION@
354 PATH_SEPARATOR = @PATH_SEPARATOR@
355 RANLIB = @RANLIB@
356 RC = @RC@
357 SED = @SED@
358 SET_MAKE = @SET_MAKE@
359 SHELL = @SHELL@
360 SHTOOL = @SHTOOL@
361 STRIP = @STRIP@
362 VALGRIND = @VALGRIND@
363 VERSION = @VERSION@
364 VERSION_NUMBER = @VERSION_NUMBER@
365 YACC = @YACC@
366 YFLAGS = @YFLAGS@
367 abs_builddir = @abs_builddir@
368 abs_srcdir = @abs_srcdir@
369 abs_top_builddir = @abs_top_builddir@
370 abs_top_srcdir = @abs_top_srcdir@
371 ac_ct_AR = @ac_ct_AR@
372 ac_ct_CC = @ac_ct_CC@
373 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
374 am__include = @am__include@
375 am__leading_dot = @am__leading_dot@
376 am__quote = @am__quote@
377 am__tar = @am__tar@
378 am__untar = @am__untar@
379 bindir = @bindir@
380 build = @build@
381 build_alias = @build_alias@
382 build_cpu = @build_cpu@
383 build_os = @build_os@
384 build_vendor = @build_vendor@
385 builddir = @builddir@
386 datadir = @datadir@
387 datarootdir = @datarootdir@
388 docdir = @docdir@
389 dvidir = @dvidir@
390 exec_prefix = @exec_prefix@
391 host = @host@
392 host_alias = @host_alias@
393 host_cpu = @host_cpu@
394 host_os = @host_os@
395 host_vendor = @host_vendor@
396 htmldir = @htmldir@
397 includedir = @includedir@
398 infodir = @infodir@
399 install_sh = @install_sh@
400 libdir = @libdir@
401 libexecdir = @libexecdir@
402 localedir = @localedir@
403 localstatedir = @localstatedir@
404 mandir = @mandir@
405 mkdir_p = @mkdir_p@
406 oldincludedir = @oldincludedir@
407 pdfdir = @pdfdir@
408 prefix = @prefix@
409 program_transform_name = @program_transform_name@
410 psdir = @psdir@
411 runstatedir = @runstatedir@
412 sbindir = @sbindir@
413 sharedstatedir = @sharedstatedir@
414 srcdir = @srcdir@
415 sysconfdir = @sysconfdir@
416 target_alias = @target_alias@
417 top_build_prefix = @top_build_prefix@
418 top_builddir = @top_builddir@
419 top_srcdir = @top_srcdir@
420 TESTS_ENVIRONMENT = 
421 test_certs = samples/cert_dfn_pca01.der samples/cert_dfn_pca15.der \
422              samples/cert_g10code_test1.der samples/crl_testpki_testpca.der \
423              samples/authority.crt samples/betsy.crt samples/bull.crt \
424              samples/ov-ocsp-server.crt samples/ov-userrev.crt \
425              samples/ov-root-ca-cert.crt samples/ov-serverrev.crt \
426              samples/ov-user.crt samples/ov-server.crt  \
427              samples/ov2-root-ca-cert.crt samples/ov2-ocsp-server.crt \
428              samples/ov2-user.crt samples/ov2-userrev.crt \
429              samples/secp256r1-sha384_cert.crt \
430              samples/secp256r1-sha512_cert.crt \
431              samples/secp384r1-sha512_cert.crt \
432              samples/openssl-secp256r1ca.cert.crt \
433              samples/ed25519-rfc8410.crt \
434              samples/ed25519-ossl-1.crt \
435              samples/ed448-ossl-1.crt
436
437 test_crls = samples/ov-test-crl.crl
438 test_keys = samples/ov-server.p12  samples/ov-userrev.p12 \
439             samples/ov-serverrev.p12  samples/ov-user.p12
440
441 EXTRA_DIST = $(test_certs)  mkoidtbl.awk \
442              samples/README \
443              samples/detached-sig.cms \
444              samples/rsa-sample1.p7m  samples/rsa-sample1.p7m \
445              samples/rsa-sample1.p7s  samples/rsa-sample1.p7s \
446              samples/ecdh-sample1.p7m samples/ecdh-sample1.p7m.asn \
447              samples/ecdsa-sample1.p7s samples/ecdsa-sample1.p7s.asn
448
449 BUILT_SOURCES = oidtranstbl.h
450 CLEANFILES = oidtranstbl.h
451 AM_CFLAGS = $(GPG_ERROR_CFLAGS) $(COVERAGE_CFLAGS)
452 @HAVE_W32_SYSTEM_FALSE@AM_LDFLAGS = -no-install $(COVERAGE_LDFLAGS)
453 @HAVE_W32_SYSTEM_TRUE@AM_LDFLAGS = -no-fast-install $(COVERAGE_LDFLAGS)
454 noinst_HEADERS = t-common.h
455 LDADD = ../src/libksba.la $(GPG_ERROR_LIBS) @LDADD_FOR_TESTS_KLUDGE@
456 t_ocsp_SOURCES = t-ocsp.c sha1.c
457 LOG_COMPILER = $(VALGRIND)
458 all: $(BUILT_SOURCES)
459         $(MAKE) $(AM_MAKEFLAGS) all-am
460
461 .SUFFIXES:
462 .SUFFIXES: .c .lo .o .obj
463 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
464         @for dep in $?; do \
465           case '$(am__configure_deps)' in \
466             *$$dep*) \
467               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
468                 && { if test -f $@; then exit 0; else break; fi; }; \
469               exit 1;; \
470           esac; \
471         done; \
472         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
473         $(am__cd) $(top_srcdir) && \
474           $(AUTOMAKE) --gnu tests/Makefile
475 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
476         @case '$?' in \
477           *config.status*) \
478             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
479           *) \
480             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
481             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
482         esac;
483
484 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
485         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486
487 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
488         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
489 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
490         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
491 $(am__aclocal_m4_deps):
492
493 clean-noinstPROGRAMS:
494         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
495         echo " rm -f" $$list; \
496         rm -f $$list || exit $$?; \
497         test -n "$(EXEEXT)" || exit 0; \
498         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
499         echo " rm -f" $$list; \
500         rm -f $$list
501
502 cert-basic$(EXEEXT): $(cert_basic_OBJECTS) $(cert_basic_DEPENDENCIES) $(EXTRA_cert_basic_DEPENDENCIES) 
503         @rm -f cert-basic$(EXEEXT)
504         $(AM_V_CCLD)$(LINK) $(cert_basic_OBJECTS) $(cert_basic_LDADD) $(LIBS)
505
506 t-cms-parser$(EXEEXT): $(t_cms_parser_OBJECTS) $(t_cms_parser_DEPENDENCIES) $(EXTRA_t_cms_parser_DEPENDENCIES) 
507         @rm -f t-cms-parser$(EXEEXT)
508         $(AM_V_CCLD)$(LINK) $(t_cms_parser_OBJECTS) $(t_cms_parser_LDADD) $(LIBS)
509
510 t-crl-parser$(EXEEXT): $(t_crl_parser_OBJECTS) $(t_crl_parser_DEPENDENCIES) $(EXTRA_t_crl_parser_DEPENDENCIES) 
511         @rm -f t-crl-parser$(EXEEXT)
512         $(AM_V_CCLD)$(LINK) $(t_crl_parser_OBJECTS) $(t_crl_parser_LDADD) $(LIBS)
513
514 t-der-builder$(EXEEXT): $(t_der_builder_OBJECTS) $(t_der_builder_DEPENDENCIES) $(EXTRA_t_der_builder_DEPENDENCIES) 
515         @rm -f t-der-builder$(EXEEXT)
516         $(AM_V_CCLD)$(LINK) $(t_der_builder_OBJECTS) $(t_der_builder_LDADD) $(LIBS)
517
518 t-dnparser$(EXEEXT): $(t_dnparser_OBJECTS) $(t_dnparser_DEPENDENCIES) $(EXTRA_t_dnparser_DEPENDENCIES) 
519         @rm -f t-dnparser$(EXEEXT)
520         $(AM_V_CCLD)$(LINK) $(t_dnparser_OBJECTS) $(t_dnparser_LDADD) $(LIBS)
521
522 t-ocsp$(EXEEXT): $(t_ocsp_OBJECTS) $(t_ocsp_DEPENDENCIES) $(EXTRA_t_ocsp_DEPENDENCIES) 
523         @rm -f t-ocsp$(EXEEXT)
524         $(AM_V_CCLD)$(LINK) $(t_ocsp_OBJECTS) $(t_ocsp_LDADD) $(LIBS)
525
526 t-oid$(EXEEXT): $(t_oid_OBJECTS) $(t_oid_DEPENDENCIES) $(EXTRA_t_oid_DEPENDENCIES) 
527         @rm -f t-oid$(EXEEXT)
528         $(AM_V_CCLD)$(LINK) $(t_oid_OBJECTS) $(t_oid_LDADD) $(LIBS)
529
530 t-reader$(EXEEXT): $(t_reader_OBJECTS) $(t_reader_DEPENDENCIES) $(EXTRA_t_reader_DEPENDENCIES) 
531         @rm -f t-reader$(EXEEXT)
532         $(AM_V_CCLD)$(LINK) $(t_reader_OBJECTS) $(t_reader_LDADD) $(LIBS)
533
534 mostlyclean-compile:
535         -rm -f *.$(OBJEXT)
536
537 distclean-compile:
538         -rm -f *.tab.c
539
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cert-basic.Po@am__quote@ # am--include-marker
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Po@am__quote@ # am--include-marker
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-cms-parser.Po@am__quote@ # am--include-marker
543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-crl-parser.Po@am__quote@ # am--include-marker
544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-der-builder.Po@am__quote@ # am--include-marker
545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-dnparser.Po@am__quote@ # am--include-marker
546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-ocsp.Po@am__quote@ # am--include-marker
547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-oid.Po@am__quote@ # am--include-marker
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-reader.Po@am__quote@ # am--include-marker
549
550 $(am__depfiles_remade):
551         @$(MKDIR_P) $(@D)
552         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
553
554 am--depfiles: $(am__depfiles_remade)
555
556 .c.o:
557 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
558 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
562
563 .c.obj:
564 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
565 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569
570 .c.lo:
571 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
572 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
573 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
576
577 mostlyclean-libtool:
578         -rm -f *.lo
579
580 clean-libtool:
581         -rm -rf .libs _libs
582
583 ID: $(am__tagged_files)
584         $(am__define_uniq_tagged_files); mkid -fID $$unique
585 tags: tags-am
586 TAGS: tags
587
588 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589         set x; \
590         here=`pwd`; \
591         $(am__define_uniq_tagged_files); \
592         shift; \
593         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594           test -n "$$unique" || unique=$$empty_fix; \
595           if test $$# -gt 0; then \
596             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
597               "$$@" $$unique; \
598           else \
599             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600               $$unique; \
601           fi; \
602         fi
603 ctags: ctags-am
604
605 CTAGS: ctags
606 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607         $(am__define_uniq_tagged_files); \
608         test -z "$(CTAGS_ARGS)$$unique" \
609           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
610              $$unique
611
612 GTAGS:
613         here=`$(am__cd) $(top_builddir) && pwd` \
614           && $(am__cd) $(top_srcdir) \
615           && gtags -i $(GTAGS_ARGS) "$$here"
616 cscopelist: cscopelist-am
617
618 cscopelist-am: $(am__tagged_files)
619         list='$(am__tagged_files)'; \
620         case "$(srcdir)" in \
621           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
622           *) sdir=$(subdir)/$(srcdir) ;; \
623         esac; \
624         for i in $$list; do \
625           if test -f "$$i"; then \
626             echo "$(subdir)/$$i"; \
627           else \
628             echo "$$sdir/$$i"; \
629           fi; \
630         done >> $(top_builddir)/cscope.files
631
632 distclean-tags:
633         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
634
635 check-TESTS: $(TESTS)
636         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
637         srcdir=$(srcdir); export srcdir; \
638         list=' $(TESTS) '; \
639         $(am__tty_colors); \
640         if test -n "$$list"; then \
641           for tst in $$list; do \
642             if test -f ./$$tst; then dir=./; \
643             elif test -f $$tst; then dir=; \
644             else dir="$(srcdir)/"; fi; \
645             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
646               all=`expr $$all + 1`; \
647               case " $(XFAIL_TESTS) " in \
648               *[\ \     ]$$tst[\ \      ]*) \
649                 xpass=`expr $$xpass + 1`; \
650                 failed=`expr $$failed + 1`; \
651                 col=$$red; res=XPASS; \
652               ;; \
653               *) \
654                 col=$$grn; res=PASS; \
655               ;; \
656               esac; \
657             elif test $$? -ne 77; then \
658               all=`expr $$all + 1`; \
659               case " $(XFAIL_TESTS) " in \
660               *[\ \     ]$$tst[\ \      ]*) \
661                 xfail=`expr $$xfail + 1`; \
662                 col=$$lgn; res=XFAIL; \
663               ;; \
664               *) \
665                 failed=`expr $$failed + 1`; \
666                 col=$$red; res=FAIL; \
667               ;; \
668               esac; \
669             else \
670               skip=`expr $$skip + 1`; \
671               col=$$blu; res=SKIP; \
672             fi; \
673             echo "$${col}$$res$${std}: $$tst"; \
674           done; \
675           if test "$$all" -eq 1; then \
676             tests="test"; \
677             All=""; \
678           else \
679             tests="tests"; \
680             All="All "; \
681           fi; \
682           if test "$$failed" -eq 0; then \
683             if test "$$xfail" -eq 0; then \
684               banner="$$All$$all $$tests passed"; \
685             else \
686               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
687               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
688             fi; \
689           else \
690             if test "$$xpass" -eq 0; then \
691               banner="$$failed of $$all $$tests failed"; \
692             else \
693               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
694               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
695             fi; \
696           fi; \
697           dashes="$$banner"; \
698           skipped=""; \
699           if test "$$skip" -ne 0; then \
700             if test "$$skip" -eq 1; then \
701               skipped="($$skip test was not run)"; \
702             else \
703               skipped="($$skip tests were not run)"; \
704             fi; \
705             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
706               dashes="$$skipped"; \
707           fi; \
708           report=""; \
709           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
710             report="Please report to $(PACKAGE_BUGREPORT)"; \
711             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
712               dashes="$$report"; \
713           fi; \
714           dashes=`echo "$$dashes" | sed s/./=/g`; \
715           if test "$$failed" -eq 0; then \
716             col="$$grn"; \
717           else \
718             col="$$red"; \
719           fi; \
720           echo "$${col}$$dashes$${std}"; \
721           echo "$${col}$$banner$${std}"; \
722           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
723           test -z "$$report" || echo "$${col}$$report$${std}"; \
724           echo "$${col}$$dashes$${std}"; \
725           test "$$failed" -eq 0; \
726         else :; fi
727 distdir: $(BUILT_SOURCES)
728         $(MAKE) $(AM_MAKEFLAGS) distdir-am
729
730 distdir-am: $(DISTFILES)
731         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
732         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
733         list='$(DISTFILES)'; \
734           dist_files=`for file in $$list; do echo $$file; done | \
735           sed -e "s|^$$srcdirstrip/||;t" \
736               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
737         case $$dist_files in \
738           */*) $(MKDIR_P) `echo "$$dist_files" | \
739                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
740                            sort -u` ;; \
741         esac; \
742         for file in $$dist_files; do \
743           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
744           if test -d $$d/$$file; then \
745             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
746             if test -d "$(distdir)/$$file"; then \
747               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
748             fi; \
749             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
750               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
751               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
752             fi; \
753             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
754           else \
755             test -f "$(distdir)/$$file" \
756             || cp -p $$d/$$file "$(distdir)/$$file" \
757             || exit 1; \
758           fi; \
759         done
760 check-am: all-am
761         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
762 check: $(BUILT_SOURCES)
763         $(MAKE) $(AM_MAKEFLAGS) check-am
764 all-am: Makefile $(PROGRAMS) $(HEADERS)
765 installdirs:
766 install: $(BUILT_SOURCES)
767         $(MAKE) $(AM_MAKEFLAGS) install-am
768 install-exec: $(BUILT_SOURCES)
769         $(MAKE) $(AM_MAKEFLAGS) install-exec-am
770 install-data: install-data-am
771 uninstall: uninstall-am
772
773 install-am: all-am
774         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
775
776 installcheck: installcheck-am
777 install-strip:
778         if test -z '$(STRIP)'; then \
779           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781               install; \
782         else \
783           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
784             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
785             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
786         fi
787 mostlyclean-generic:
788
789 clean-generic:
790         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
791
792 distclean-generic:
793         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
794         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
795
796 maintainer-clean-generic:
797         @echo "This command is intended for maintainers to use"
798         @echo "it deletes files that may require special tools to rebuild."
799         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
800 clean: clean-am
801
802 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
803         mostlyclean-am
804
805 distclean: distclean-am
806                 -rm -f ./$(DEPDIR)/cert-basic.Po
807         -rm -f ./$(DEPDIR)/sha1.Po
808         -rm -f ./$(DEPDIR)/t-cms-parser.Po
809         -rm -f ./$(DEPDIR)/t-crl-parser.Po
810         -rm -f ./$(DEPDIR)/t-der-builder.Po
811         -rm -f ./$(DEPDIR)/t-dnparser.Po
812         -rm -f ./$(DEPDIR)/t-ocsp.Po
813         -rm -f ./$(DEPDIR)/t-oid.Po
814         -rm -f ./$(DEPDIR)/t-reader.Po
815         -rm -f Makefile
816 distclean-am: clean-am distclean-compile distclean-generic \
817         distclean-tags
818
819 dvi: dvi-am
820
821 dvi-am:
822
823 html: html-am
824
825 html-am:
826
827 info: info-am
828
829 info-am:
830
831 install-data-am:
832
833 install-dvi: install-dvi-am
834
835 install-dvi-am:
836
837 install-exec-am:
838
839 install-html: install-html-am
840
841 install-html-am:
842
843 install-info: install-info-am
844
845 install-info-am:
846
847 install-man:
848
849 install-pdf: install-pdf-am
850
851 install-pdf-am:
852
853 install-ps: install-ps-am
854
855 install-ps-am:
856
857 installcheck-am:
858
859 maintainer-clean: maintainer-clean-am
860                 -rm -f ./$(DEPDIR)/cert-basic.Po
861         -rm -f ./$(DEPDIR)/sha1.Po
862         -rm -f ./$(DEPDIR)/t-cms-parser.Po
863         -rm -f ./$(DEPDIR)/t-crl-parser.Po
864         -rm -f ./$(DEPDIR)/t-der-builder.Po
865         -rm -f ./$(DEPDIR)/t-dnparser.Po
866         -rm -f ./$(DEPDIR)/t-ocsp.Po
867         -rm -f ./$(DEPDIR)/t-oid.Po
868         -rm -f ./$(DEPDIR)/t-reader.Po
869         -rm -f Makefile
870 maintainer-clean-am: distclean-am maintainer-clean-generic
871
872 mostlyclean: mostlyclean-am
873
874 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
875         mostlyclean-libtool
876
877 pdf: pdf-am
878
879 pdf-am:
880
881 ps: ps-am
882
883 ps-am:
884
885 uninstall-am:
886
887 .MAKE: all check check-am install install-am install-exec \
888         install-strip
889
890 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
891         check-am clean clean-generic clean-libtool \
892         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
893         distclean-compile distclean-generic distclean-libtool \
894         distclean-tags distdir dvi dvi-am html html-am info info-am \
895         install install-am install-data install-data-am install-dvi \
896         install-dvi-am install-exec install-exec-am install-html \
897         install-html-am install-info install-info-am install-man \
898         install-pdf install-pdf-am install-ps install-ps-am \
899         install-strip installcheck installcheck-am installdirs \
900         maintainer-clean maintainer-clean-generic mostlyclean \
901         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
902         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
903
904 .PRECIOUS: Makefile
905
906
907 # Build the OID table: Note that the binary includes data from an
908 # another program and we may not be allowed to distribute this.  This
909 # ain't no problem as the programs using this generated data are not
910 # installed and thus not distributed.
911 oidtranstbl.h: Makefile mkoidtbl.awk
912         set -e; f="/dev/null"; \
913         for i in /etc/dumpasn1 /usr/local/bin /usr/local/share /usr/bin \
914                  /usr/share ; do \
915           if test -f $$i/dumpasn1.cfg; then f=$$i/dumpasn1.cfg; break; fi; \
916         done; tr -d '\r' <$$f | $(AWK) -f $(srcdir)/mkoidtbl.awk >$@
917
918 # Tell versions [3.59,3.63) of GNU make to not export all variables.
919 # Otherwise a system limit (for SysV at least) may be exceeded.
920 .NOEXPORT: