Imported Upstream version 1.6.1
[platform/upstream/libksba.git] / m4 / 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = m4
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/alloca.m4 \
93         $(top_srcdir)/gl/m4/gnulib.m4 \
94         $(top_srcdir)/gl/m4/valgrind-tests.m4 \
95         $(top_srcdir)/m4/autobuild.m4 \
96         $(top_srcdir)/m4/ax_cc_for_build.m4 \
97         $(top_srcdir)/m4/ax_prog_bison.m4 $(top_srcdir)/m4/gcov.m4 \
98         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libtool.m4 \
99         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101         $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103         $(ACLOCAL_M4)
104 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo "  GEN     " $@;
116 am__v_GEN_1 = 
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 = 
121 SOURCES =
122 DIST_SOURCES =
123 am__can_run_installinfo = \
124   case $$AM_UPDATE_INFO_DIR in \
125     n|no|NO) false;; \
126     *) (install-info --version) >/dev/null 2>&1;; \
127   esac
128 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
129 am__DIST_COMMON = $(srcdir)/Makefile.in
130 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
131 ACLOCAL = @ACLOCAL@
132 ALLOCA = @ALLOCA@
133 ALLOCA_H = @ALLOCA_H@
134 AMTAR = @AMTAR@
135 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
136 AR = @AR@
137 AS = @AS@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 BUILD_FILEVERSION = @BUILD_FILEVERSION@
143 BUILD_REVISION = @BUILD_REVISION@
144 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
145 CC = @CC@
146 CCDEPMODE = @CCDEPMODE@
147 CC_FOR_BUILD = @CC_FOR_BUILD@
148 CFLAGS = @CFLAGS@
149 COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
150 COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DLLTOOL = @DLLTOOL@
157 DSYMUTIL = @DSYMUTIL@
158 DUMPBIN = @DUMPBIN@
159 ECHO_C = @ECHO_C@
160 ECHO_N = @ECHO_N@
161 ECHO_T = @ECHO_T@
162 EGREP = @EGREP@
163 EXEEXT = @EXEEXT@
164 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
165 FGREP = @FGREP@
166 GCOV = @GCOV@
167 GENHTML = @GENHTML@
168 GPGRT_CONFIG = @GPGRT_CONFIG@
169 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
170 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
171 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
172 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
173 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
174 GREP = @GREP@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 KSBA_CONFIG_API_VERSION = @KSBA_CONFIG_API_VERSION@
181 KSBA_CONFIG_CFLAGS = @KSBA_CONFIG_CFLAGS@
182 KSBA_CONFIG_HOST = @KSBA_CONFIG_HOST@
183 KSBA_CONFIG_LIBS = @KSBA_CONFIG_LIBS@
184 LCOV = @LCOV@
185 LD = @LD@
186 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
187 LDFLAGS = @LDFLAGS@
188 LIBKSBA_LT_AGE = @LIBKSBA_LT_AGE@
189 LIBKSBA_LT_CURRENT = @LIBKSBA_LT_CURRENT@
190 LIBKSBA_LT_REVISION = @LIBKSBA_LT_REVISION@
191 LIBOBJS = @LIBOBJS@
192 LIBS = @LIBS@
193 LIBTOOL = @LIBTOOL@
194 LIPO = @LIPO@
195 LN_S = @LN_S@
196 LTALLOCA = @LTALLOCA@
197 LTLIBOBJS = @LTLIBOBJS@
198 MAINT = @MAINT@
199 MAKEINFO = @MAKEINFO@
200 MANIFEST_TOOL = @MANIFEST_TOOL@
201 MKDIR_P = @MKDIR_P@
202 NM = @NM@
203 NMEDIT = @NMEDIT@
204 OBJDUMP = @OBJDUMP@
205 OBJEXT = @OBJEXT@
206 OTOOL = @OTOOL@
207 OTOOL64 = @OTOOL64@
208 PACKAGE = @PACKAGE@
209 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
210 PACKAGE_NAME = @PACKAGE_NAME@
211 PACKAGE_STRING = @PACKAGE_STRING@
212 PACKAGE_TARNAME = @PACKAGE_TARNAME@
213 PACKAGE_URL = @PACKAGE_URL@
214 PACKAGE_VERSION = @PACKAGE_VERSION@
215 PATH_SEPARATOR = @PATH_SEPARATOR@
216 RANLIB = @RANLIB@
217 RC = @RC@
218 SED = @SED@
219 SET_MAKE = @SET_MAKE@
220 SHELL = @SHELL@
221 SHTOOL = @SHTOOL@
222 STRIP = @STRIP@
223 VALGRIND = @VALGRIND@
224 VERSION = @VERSION@
225 VERSION_NUMBER = @VERSION_NUMBER@
226 YACC = @YACC@
227 YFLAGS = @YFLAGS@
228 abs_builddir = @abs_builddir@
229 abs_srcdir = @abs_srcdir@
230 abs_top_builddir = @abs_top_builddir@
231 abs_top_srcdir = @abs_top_srcdir@
232 ac_ct_AR = @ac_ct_AR@
233 ac_ct_CC = @ac_ct_CC@
234 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235 am__include = @am__include@
236 am__leading_dot = @am__leading_dot@
237 am__quote = @am__quote@
238 am__tar = @am__tar@
239 am__untar = @am__untar@
240 bindir = @bindir@
241 build = @build@
242 build_alias = @build_alias@
243 build_cpu = @build_cpu@
244 build_os = @build_os@
245 build_vendor = @build_vendor@
246 builddir = @builddir@
247 datadir = @datadir@
248 datarootdir = @datarootdir@
249 docdir = @docdir@
250 dvidir = @dvidir@
251 exec_prefix = @exec_prefix@
252 host = @host@
253 host_alias = @host_alias@
254 host_cpu = @host_cpu@
255 host_os = @host_os@
256 host_vendor = @host_vendor@
257 htmldir = @htmldir@
258 includedir = @includedir@
259 infodir = @infodir@
260 install_sh = @install_sh@
261 libdir = @libdir@
262 libexecdir = @libexecdir@
263 localedir = @localedir@
264 localstatedir = @localstatedir@
265 mandir = @mandir@
266 mkdir_p = @mkdir_p@
267 oldincludedir = @oldincludedir@
268 pdfdir = @pdfdir@
269 prefix = @prefix@
270 program_transform_name = @program_transform_name@
271 psdir = @psdir@
272 runstatedir = @runstatedir@
273 sbindir = @sbindir@
274 sharedstatedir = @sharedstatedir@
275 srcdir = @srcdir@
276 sysconfdir = @sysconfdir@
277 target_alias = @target_alias@
278 top_build_prefix = @top_build_prefix@
279 top_builddir = @top_builddir@
280 top_srcdir = @top_srcdir@
281 EXTRA_DIST = autobuild.m4  gpg-error.m4  libgcrypt.m4 \
282              libtool.m4 ax_prog_bison.m4 gcov.m4
283
284 all: all-am
285
286 .SUFFIXES:
287 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
288         @for dep in $?; do \
289           case '$(am__configure_deps)' in \
290             *$$dep*) \
291               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
292                 && { if test -f $@; then exit 0; else break; fi; }; \
293               exit 1;; \
294           esac; \
295         done; \
296         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
297         $(am__cd) $(top_srcdir) && \
298           $(AUTOMAKE) --gnu m4/Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300         @case '$?' in \
301           *config.status*) \
302             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303           *) \
304             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
305             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
306         esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(am__aclocal_m4_deps):
316
317 mostlyclean-libtool:
318         -rm -f *.lo
319
320 clean-libtool:
321         -rm -rf .libs _libs
322 tags TAGS:
323
324 ctags CTAGS:
325
326 cscope cscopelist:
327
328
329 distdir: $(BUILT_SOURCES)
330         $(MAKE) $(AM_MAKEFLAGS) distdir-am
331
332 distdir-am: $(DISTFILES)
333         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335         list='$(DISTFILES)'; \
336           dist_files=`for file in $$list; do echo $$file; done | \
337           sed -e "s|^$$srcdirstrip/||;t" \
338               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
339         case $$dist_files in \
340           */*) $(MKDIR_P) `echo "$$dist_files" | \
341                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
342                            sort -u` ;; \
343         esac; \
344         for file in $$dist_files; do \
345           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
346           if test -d $$d/$$file; then \
347             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
348             if test -d "$(distdir)/$$file"; then \
349               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
350             fi; \
351             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
352               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
353               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
354             fi; \
355             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
356           else \
357             test -f "$(distdir)/$$file" \
358             || cp -p $$d/$$file "$(distdir)/$$file" \
359             || exit 1; \
360           fi; \
361         done
362 check-am: all-am
363 check: check-am
364 all-am: Makefile
365 installdirs:
366 install: install-am
367 install-exec: install-exec-am
368 install-data: install-data-am
369 uninstall: uninstall-am
370
371 install-am: all-am
372         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
373
374 installcheck: installcheck-am
375 install-strip:
376         if test -z '$(STRIP)'; then \
377           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
378             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
379               install; \
380         else \
381           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
384         fi
385 mostlyclean-generic:
386
387 clean-generic:
388
389 distclean-generic:
390         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
391         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
392
393 maintainer-clean-generic:
394         @echo "This command is intended for maintainers to use"
395         @echo "it deletes files that may require special tools to rebuild."
396 clean: clean-am
397
398 clean-am: clean-generic clean-libtool mostlyclean-am
399
400 distclean: distclean-am
401         -rm -f Makefile
402 distclean-am: clean-am distclean-generic
403
404 dvi: dvi-am
405
406 dvi-am:
407
408 html: html-am
409
410 html-am:
411
412 info: info-am
413
414 info-am:
415
416 install-data-am:
417
418 install-dvi: install-dvi-am
419
420 install-dvi-am:
421
422 install-exec-am:
423
424 install-html: install-html-am
425
426 install-html-am:
427
428 install-info: install-info-am
429
430 install-info-am:
431
432 install-man:
433
434 install-pdf: install-pdf-am
435
436 install-pdf-am:
437
438 install-ps: install-ps-am
439
440 install-ps-am:
441
442 installcheck-am:
443
444 maintainer-clean: maintainer-clean-am
445         -rm -f Makefile
446 maintainer-clean-am: distclean-am maintainer-clean-generic
447
448 mostlyclean: mostlyclean-am
449
450 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
451
452 pdf: pdf-am
453
454 pdf-am:
455
456 ps: ps-am
457
458 ps-am:
459
460 uninstall-am:
461
462 .MAKE: install-am install-strip
463
464 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
465         cscopelist-am ctags-am distclean distclean-generic \
466         distclean-libtool distdir dvi dvi-am html html-am info info-am \
467         install install-am install-data install-data-am install-dvi \
468         install-dvi-am install-exec install-exec-am install-html \
469         install-html-am install-info install-info-am install-man \
470         install-pdf install-pdf-am install-ps install-ps-am \
471         install-strip installcheck installcheck-am installdirs \
472         maintainer-clean maintainer-clean-generic mostlyclean \
473         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
474         tags-am uninstall uninstall-am
475
476 .PRECIOUS: Makefile
477
478
479 # Tell versions [3.59,3.63) of GNU make to not export all variables.
480 # Otherwise a system limit (for SysV at least) may be exceeded.
481 .NOEXPORT: