comparison libffi/man/Makefile.in @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # Makefile.in generated by automake 1.11.6 from Makefile.am. 1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@ 2 # @configure_input@
3 3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 5
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation 6 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it, 7 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved. 8 # with or without modifications, as long as this notice is preserved.
10 9
11 # This program is distributed in the hope that it will be useful, 10 # This program is distributed in the hope that it will be useful,
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE. 13 # PARTICULAR PURPOSE.
15 14
16 @SET_MAKE@ 15 @SET_MAKE@
17 VPATH = @srcdir@ 16 VPATH = @srcdir@
18 am__make_dryrun = \ 17 am__is_gnu_make = { \
19 { \ 18 if test -z '$(MAKELEVEL)'; then \
20 am__dry=no; \ 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 \
21 case $$MAKEFLAGS in \ 40 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \ 41 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 42 bs=\\; \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
25 *) \ 44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \ 45 esac; \
33 test $$am__dry = yes; \ 46 fi; \
34 } 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))
35 pkgdatadir = $(datadir)/@PACKAGE@ 72 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@ 73 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@ 74 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@ 75 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50 POST_UNINSTALL = : 87 POST_UNINSTALL = :
51 build_triplet = @build@ 88 build_triplet = @build@
52 host_triplet = @host@ 89 host_triplet = @host@
53 target_triplet = @target@ 90 target_triplet = @target@
54 subdir = man 91 subdir = man
55 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ 93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
58 $(top_srcdir)/../config/asmcfi.m4 \ 94 $(top_srcdir)/../config/asmcfi.m4 \
59 $(top_srcdir)/../config/depstand.m4 \ 95 $(top_srcdir)/../config/depstand.m4 \
60 $(top_srcdir)/../config/lead-dot.m4 \ 96 $(top_srcdir)/../config/lead-dot.m4 \
61 $(top_srcdir)/../config/multi.m4 \ 97 $(top_srcdir)/../config/multi.m4 \
62 $(top_srcdir)/../config/override.m4 \ 98 $(top_srcdir)/../config/override.m4 \
99 $(top_srcdir)/../config/toolexeclibdir.m4 \
63 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ 100 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
64 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ 101 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
65 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 102 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
66 $(top_srcdir)/configure.ac 103 $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 $(ACLOCAL_M4) 105 $(ACLOCAL_M4)
106 DIST_COMMON = $(srcdir)/Makefile.am
69 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs 107 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
70 CONFIG_HEADER = $(top_builddir)/fficonfig.h 108 CONFIG_HEADER = $(top_builddir)/fficonfig.h
71 CONFIG_CLEAN_FILES = 109 CONFIG_CLEAN_FILES =
72 CONFIG_CLEAN_VPATH_FILES = 110 CONFIG_CLEAN_VPATH_FILES =
111 AM_V_P = $(am__v_P_@AM_V@)
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113 am__v_P_0 = false
114 am__v_P_1 = :
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117 am__v_GEN_0 = @echo " GEN " $@;
118 am__v_GEN_1 =
119 AM_V_at = $(am__v_at_@AM_V@)
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 am__v_at_0 = @
122 am__v_at_1 =
73 SOURCES = 123 SOURCES =
74 am__can_run_installinfo = \ 124 am__can_run_installinfo = \
75 case $$AM_UPDATE_INFO_DIR in \ 125 case $$AM_UPDATE_INFO_DIR in \
76 n|no|NO) false;; \ 126 n|no|NO) false;; \
77 *) (install-info --version) >/dev/null 2>&1;; \ 127 *) (install-info --version) >/dev/null 2>&1;; \
105 } 155 }
106 man3dir = $(mandir)/man3 156 man3dir = $(mandir)/man3
107 am__installdirs = "$(DESTDIR)$(man3dir)" 157 am__installdirs = "$(DESTDIR)$(man3dir)"
108 NROFF = nroff 158 NROFF = nroff
109 MANS = $(man_MANS) 159 MANS = $(man_MANS)
160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
110 ACLOCAL = @ACLOCAL@ 161 ACLOCAL = @ACLOCAL@
111 ALLOCA = @ALLOCA@ 162 ALLOCA = @ALLOCA@
112 AMTAR = @AMTAR@ 163 AMTAR = @AMTAR@
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
113 AM_LTLDFLAGS = @AM_LTLDFLAGS@ 165 AM_LTLDFLAGS = @AM_LTLDFLAGS@
114 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@ 166 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
115 AR = @AR@ 167 AR = @AR@
116 AUTOCONF = @AUTOCONF@ 168 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@ 169 AUTOHEADER = @AUTOHEADER@
261 esac; \ 313 esac; \
262 done; \ 314 done; \
263 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
264 $(am__cd) $(top_srcdir) && \ 316 $(am__cd) $(top_srcdir) && \
265 $(AUTOMAKE) --foreign man/Makefile 317 $(AUTOMAKE) --foreign man/Makefile
266 .PRECIOUS: Makefile
267 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
268 @case '$?' in \ 319 @case '$?' in \
269 *config.status*) \ 320 *config.status*) \
270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
271 *) \ 322 *) \
328 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 379 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
329 sed -n '/\.3[a-z]*$$/p'; \ 380 sed -n '/\.3[a-z]*$$/p'; \
330 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ 381 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
331 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 382 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
332 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) 383 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
333 tags: TAGS 384 tags TAGS:
334 TAGS: 385
335 386 ctags CTAGS:
336 ctags: CTAGS 387
337 CTAGS: 388 cscope cscopelist:
338 389
339 check-am: all-am 390 check-am: all-am
340 check: check-am 391 check: check-am
341 all-am: Makefile $(MANS) 392 all-am: Makefile $(MANS)
342 installdirs: 393 installdirs:
442 uninstall-man: uninstall-man3 493 uninstall-man: uninstall-man3
443 494
444 .MAKE: install-am install-strip 495 .MAKE: install-am install-strip
445 496
446 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ 497 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
447 distclean distclean-generic distclean-libtool dvi dvi-am html \ 498 cscopelist-am ctags-am distclean distclean-generic \
448 html-am info info-am install install-am install-data \ 499 distclean-libtool dvi dvi-am html html-am info info-am install \
449 install-data-am install-dvi install-dvi-am install-exec \ 500 install-am install-data install-data-am install-dvi \
450 install-exec-am install-html install-html-am install-info \ 501 install-dvi-am install-exec install-exec-am install-html \
451 install-info-am install-man install-man3 install-pdf \ 502 install-html-am install-info install-info-am install-man \
452 install-pdf-am install-ps install-ps-am install-strip \ 503 install-man3 install-pdf install-pdf-am install-ps \
453 installcheck installcheck-am installdirs maintainer-clean \ 504 install-ps-am install-strip installcheck installcheck-am \
454 maintainer-clean-generic mostlyclean mostlyclean-generic \ 505 installdirs maintainer-clean maintainer-clean-generic \
455 mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 506 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
456 uninstall-man uninstall-man3 507 ps ps-am tags-am uninstall uninstall-am uninstall-man \
508 uninstall-man3
509
510 .PRECIOUS: Makefile
457 511
458 512
459 # Tell versions [3.59,3.63) of GNU make to not export all variables. 513 # Tell versions [3.59,3.63) of GNU make to not export all variables.
460 # Otherwise a system limit (for SysV at least) may be exceeded. 514 # Otherwise a system limit (for SysV at least) may be exceeded.
461 .NOEXPORT: 515 .NOEXPORT: