"Fossies" - the Fresh Open Source Software Archive 
Member "libksba-1.5.0/m4/Makefile.in" (18 Nov 2020, 13371 Bytes) of package /linux/privat/libksba-1.5.0.tar.bz2:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
1.4.0_vs_1.5.0.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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_prog_bison.m4 $(top_srcdir)/m4/gcov.m4 \
97 $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libtool.m4 \
98 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100 $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo " GEN " $@;
115 am__v_GEN_1 =
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 =
120 SOURCES =
121 DIST_SOURCES =
122 am__can_run_installinfo = \
123 case $$AM_UPDATE_INFO_DIR in \
124 n|no|NO) false;; \
125 *) (install-info --version) >/dev/null 2>&1;; \
126 esac
127 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
128 am__DIST_COMMON = $(srcdir)/Makefile.in
129 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
130 ACLOCAL = @ACLOCAL@
131 ALLOCA = @ALLOCA@
132 ALLOCA_H = @ALLOCA_H@
133 AMTAR = @AMTAR@
134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135 AR = @AR@
136 AS = @AS@
137 AUTOCONF = @AUTOCONF@
138 AUTOHEADER = @AUTOHEADER@
139 AUTOMAKE = @AUTOMAKE@
140 AWK = @AWK@
141 BUILD_FILEVERSION = @BUILD_FILEVERSION@
142 BUILD_REVISION = @BUILD_REVISION@
143 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
144 CC = @CC@
145 CCDEPMODE = @CCDEPMODE@
146 CC_FOR_BUILD = @CC_FOR_BUILD@
147 CFLAGS = @CFLAGS@
148 COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
149 COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
150 CPP = @CPP@
151 CPPFLAGS = @CPPFLAGS@
152 CYGPATH_W = @CYGPATH_W@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DLLTOOL = @DLLTOOL@
156 DSYMUTIL = @DSYMUTIL@
157 DUMPBIN = @DUMPBIN@
158 ECHO_C = @ECHO_C@
159 ECHO_N = @ECHO_N@
160 ECHO_T = @ECHO_T@
161 EGREP = @EGREP@
162 EXEEXT = @EXEEXT@
163 FGREP = @FGREP@
164 GCOV = @GCOV@
165 GENHTML = @GENHTML@
166 GPGRT_CONFIG = @GPGRT_CONFIG@
167 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
168 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
169 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
170 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
171 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
172 GREP = @GREP@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 KSBA_CONFIG_API_VERSION = @KSBA_CONFIG_API_VERSION@
179 KSBA_CONFIG_CFLAGS = @KSBA_CONFIG_CFLAGS@
180 KSBA_CONFIG_HOST = @KSBA_CONFIG_HOST@
181 KSBA_CONFIG_LIBS = @KSBA_CONFIG_LIBS@
182 LCOV = @LCOV@
183 LD = @LD@
184 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
185 LDFLAGS = @LDFLAGS@
186 LIBKSBA_LT_AGE = @LIBKSBA_LT_AGE@
187 LIBKSBA_LT_CURRENT = @LIBKSBA_LT_CURRENT@
188 LIBKSBA_LT_REVISION = @LIBKSBA_LT_REVISION@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LIBTOOL = @LIBTOOL@
192 LIPO = @LIPO@
193 LN_S = @LN_S@
194 LTALLOCA = @LTALLOCA@
195 LTLIBOBJS = @LTLIBOBJS@
196 MAINT = @MAINT@
197 MAKEINFO = @MAKEINFO@
198 MANIFEST_TOOL = @MANIFEST_TOOL@
199 MKDIR_P = @MKDIR_P@
200 NM = @NM@
201 NMEDIT = @NMEDIT@
202 OBJDUMP = @OBJDUMP@
203 OBJEXT = @OBJEXT@
204 OTOOL = @OTOOL@
205 OTOOL64 = @OTOOL64@
206 PACKAGE = @PACKAGE@
207 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208 PACKAGE_NAME = @PACKAGE_NAME@
209 PACKAGE_STRING = @PACKAGE_STRING@
210 PACKAGE_TARNAME = @PACKAGE_TARNAME@
211 PACKAGE_URL = @PACKAGE_URL@
212 PACKAGE_VERSION = @PACKAGE_VERSION@
213 PATH_SEPARATOR = @PATH_SEPARATOR@
214 RANLIB = @RANLIB@
215 RC = @RC@
216 SED = @SED@
217 SET_MAKE = @SET_MAKE@
218 SHELL = @SHELL@
219 SHTOOL = @SHTOOL@
220 STRIP = @STRIP@
221 VALGRIND = @VALGRIND@
222 VERSION = @VERSION@
223 VERSION_NUMBER = @VERSION_NUMBER@
224 YACC = @YACC@
225 YFLAGS = @YFLAGS@
226 abs_builddir = @abs_builddir@
227 abs_srcdir = @abs_srcdir@
228 abs_top_builddir = @abs_top_builddir@
229 abs_top_srcdir = @abs_top_srcdir@
230 ac_ct_AR = @ac_ct_AR@
231 ac_ct_CC = @ac_ct_CC@
232 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
233 am__include = @am__include@
234 am__leading_dot = @am__leading_dot@
235 am__quote = @am__quote@
236 am__tar = @am__tar@
237 am__untar = @am__untar@
238 bindir = @bindir@
239 build = @build@
240 build_alias = @build_alias@
241 build_cpu = @build_cpu@
242 build_os = @build_os@
243 build_vendor = @build_vendor@
244 builddir = @builddir@
245 datadir = @datadir@
246 datarootdir = @datarootdir@
247 docdir = @docdir@
248 dvidir = @dvidir@
249 exec_prefix = @exec_prefix@
250 host = @host@
251 host_alias = @host_alias@
252 host_cpu = @host_cpu@
253 host_os = @host_os@
254 host_vendor = @host_vendor@
255 htmldir = @htmldir@
256 includedir = @includedir@
257 infodir = @infodir@
258 install_sh = @install_sh@
259 libdir = @libdir@
260 libexecdir = @libexecdir@
261 localedir = @localedir@
262 localstatedir = @localstatedir@
263 mandir = @mandir@
264 mkdir_p = @mkdir_p@
265 oldincludedir = @oldincludedir@
266 pdfdir = @pdfdir@
267 prefix = @prefix@
268 program_transform_name = @program_transform_name@
269 psdir = @psdir@
270 runstatedir = @runstatedir@
271 sbindir = @sbindir@
272 sharedstatedir = @sharedstatedir@
273 srcdir = @srcdir@
274 sysconfdir = @sysconfdir@
275 target_alias = @target_alias@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 EXTRA_DIST = autobuild.m4 gpg-error.m4 libgcrypt.m4 \
280 libtool.m4 ax_prog_bison.m4 gcov.m4
281
282 all: all-am
283
284 .SUFFIXES:
285 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
286 @for dep in $?; do \
287 case '$(am__configure_deps)' in \
288 *$$dep*) \
289 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
290 && { if test -f $@; then exit 0; else break; fi; }; \
291 exit 1;; \
292 esac; \
293 done; \
294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
295 $(am__cd) $(top_srcdir) && \
296 $(AUTOMAKE) --gnu m4/Makefile
297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
298 @case '$?' in \
299 *config.status*) \
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
301 *) \
302 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
303 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
304 esac;
305
306 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
308
309 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(am__aclocal_m4_deps):
314
315 mostlyclean-libtool:
316 -rm -f *.lo
317
318 clean-libtool:
319 -rm -rf .libs _libs
320 tags TAGS:
321
322 ctags CTAGS:
323
324 cscope cscopelist:
325
326
327 distdir: $(BUILT_SOURCES)
328 $(MAKE) $(AM_MAKEFLAGS) distdir-am
329
330 distdir-am: $(DISTFILES)
331 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
332 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
333 list='$(DISTFILES)'; \
334 dist_files=`for file in $$list; do echo $$file; done | \
335 sed -e "s|^$$srcdirstrip/||;t" \
336 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
337 case $$dist_files in \
338 */*) $(MKDIR_P) `echo "$$dist_files" | \
339 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
340 sort -u` ;; \
341 esac; \
342 for file in $$dist_files; do \
343 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
344 if test -d $$d/$$file; then \
345 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
346 if test -d "$(distdir)/$$file"; then \
347 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
348 fi; \
349 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
350 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
351 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
352 fi; \
353 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
354 else \
355 test -f "$(distdir)/$$file" \
356 || cp -p $$d/$$file "$(distdir)/$$file" \
357 || exit 1; \
358 fi; \
359 done
360 check-am: all-am
361 check: check-am
362 all-am: Makefile
363 installdirs:
364 install: install-am
365 install-exec: install-exec-am
366 install-data: install-data-am
367 uninstall: uninstall-am
368
369 install-am: all-am
370 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371
372 installcheck: installcheck-am
373 install-strip:
374 if test -z '$(STRIP)'; then \
375 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
376 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
377 install; \
378 else \
379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
382 fi
383 mostlyclean-generic:
384
385 clean-generic:
386
387 distclean-generic:
388 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
389 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
390
391 maintainer-clean-generic:
392 @echo "This command is intended for maintainers to use"
393 @echo "it deletes files that may require special tools to rebuild."
394 clean: clean-am
395
396 clean-am: clean-generic clean-libtool mostlyclean-am
397
398 distclean: distclean-am
399 -rm -f Makefile
400 distclean-am: clean-am distclean-generic
401
402 dvi: dvi-am
403
404 dvi-am:
405
406 html: html-am
407
408 html-am:
409
410 info: info-am
411
412 info-am:
413
414 install-data-am:
415
416 install-dvi: install-dvi-am
417
418 install-dvi-am:
419
420 install-exec-am:
421
422 install-html: install-html-am
423
424 install-html-am:
425
426 install-info: install-info-am
427
428 install-info-am:
429
430 install-man:
431
432 install-pdf: install-pdf-am
433
434 install-pdf-am:
435
436 install-ps: install-ps-am
437
438 install-ps-am:
439
440 installcheck-am:
441
442 maintainer-clean: maintainer-clean-am
443 -rm -f Makefile
444 maintainer-clean-am: distclean-am maintainer-clean-generic
445
446 mostlyclean: mostlyclean-am
447
448 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
449
450 pdf: pdf-am
451
452 pdf-am:
453
454 ps: ps-am
455
456 ps-am:
457
458 uninstall-am:
459
460 .MAKE: install-am install-strip
461
462 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
463 cscopelist-am ctags-am distclean distclean-generic \
464 distclean-libtool distdir dvi dvi-am html html-am info info-am \
465 install install-am install-data install-data-am install-dvi \
466 install-dvi-am install-exec install-exec-am install-html \
467 install-html-am install-info install-info-am install-man \
468 install-pdf install-pdf-am install-ps install-ps-am \
469 install-strip installcheck installcheck-am installdirs \
470 maintainer-clean maintainer-clean-generic mostlyclean \
471 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
472 tags-am uninstall uninstall-am
473
474 .PRECIOUS: Makefile
475
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: