annotate libffi/man/Makefile.in @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
111
kono
parents:
diff changeset
2 # @configure_input@
kono
parents:
diff changeset
3
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
5
111
kono
parents:
diff changeset
6 # This Makefile.in is free software; the Free Software Foundation
kono
parents:
diff changeset
7 # gives unlimited permission to copy and/or distribute it,
kono
parents:
diff changeset
8 # with or without modifications, as long as this notice is preserved.
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 # This program is distributed in the hope that it will be useful,
kono
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
kono
parents:
diff changeset
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
kono
parents:
diff changeset
13 # PARTICULAR PURPOSE.
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 @SET_MAKE@
kono
parents:
diff changeset
16 VPATH = @srcdir@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
17 am__is_gnu_make = { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
18 if test -z '$(MAKELEVEL)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
19 false; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
20 elif test -n '$(MAKE_HOST)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
21 true; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
23 true; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
24 else \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
25 false; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
26 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
27 }
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
28 am__make_running_with_option = \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
29 case $${target_option-} in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
30 ?) ;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
31 *) echo "am__make_running_with_option: internal error: invalid" \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
32 "target option '$${target_option-}' specified" >&2; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
33 exit 1;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
34 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
35 has_opt=no; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
36 sane_makeflags=$$MAKEFLAGS; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
37 if $(am__is_gnu_make); then \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
38 sane_makeflags=$$MFLAGS; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
39 else \
111
kono
parents:
diff changeset
40 case $$MAKEFLAGS in \
kono
parents:
diff changeset
41 *\\[\ \ ]*) \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
42 bs=\\; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
111
kono
parents:
diff changeset
45 esac; \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
46 fi; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
47 skip_next=no; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
48 strip_trailopt () \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
49 { \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
51 }; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
52 for flg in $$sane_makeflags; do \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
53 test $$skip_next = yes && { skip_next=no; continue; }; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
54 case $$flg in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
55 *=*|--*) continue;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
57 -*I?*) strip_trailopt 'I';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
59 -*O?*) strip_trailopt 'O';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
61 -*l?*) strip_trailopt 'l';; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
62 -[dEDm]) skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
63 -[JT]) skip_next=yes;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
64 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
65 case $$flg in \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
66 *$$target_option*) has_opt=yes; break;; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
67 esac; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
68 done; \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
69 test $$has_opt = yes
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
111
kono
parents:
diff changeset
72 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
73 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
74 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
77 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
78 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
79 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
80 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
81 transform = $(program_transform_name)
kono
parents:
diff changeset
82 NORMAL_INSTALL = :
kono
parents:
diff changeset
83 PRE_INSTALL = :
kono
parents:
diff changeset
84 POST_INSTALL = :
kono
parents:
diff changeset
85 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
86 PRE_UNINSTALL = :
kono
parents:
diff changeset
87 POST_UNINSTALL = :
kono
parents:
diff changeset
88 build_triplet = @build@
kono
parents:
diff changeset
89 host_triplet = @host@
kono
parents:
diff changeset
90 target_triplet = @target@
kono
parents:
diff changeset
91 subdir = man
kono
parents:
diff changeset
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
94 $(top_srcdir)/../config/asmcfi.m4 \
kono
parents:
diff changeset
95 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
96 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
97 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
98 $(top_srcdir)/../config/override.m4 \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
99 $(top_srcdir)/../config/toolexeclibdir.m4 \
111
kono
parents:
diff changeset
100 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
101 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
102 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
kono
parents:
diff changeset
103 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
105 $(ACLOCAL_M4)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
106 DIST_COMMON = $(srcdir)/Makefile.am
111
kono
parents:
diff changeset
107 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
108 CONFIG_HEADER = $(top_builddir)/fficonfig.h
kono
parents:
diff changeset
109 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
110 CONFIG_CLEAN_VPATH_FILES =
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
111 AM_V_P = $(am__v_P_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
112 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
113 am__v_P_0 = false
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
114 am__v_P_1 = :
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
115 AM_V_GEN = $(am__v_GEN_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
116 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
117 am__v_GEN_0 = @echo " GEN " $@;
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
118 am__v_GEN_1 =
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
119 AM_V_at = $(am__v_at_@AM_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
120 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
121 am__v_at_0 = @
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
122 am__v_at_1 =
111
kono
parents:
diff changeset
123 SOURCES =
kono
parents:
diff changeset
124 am__can_run_installinfo = \
kono
parents:
diff changeset
125 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
126 n|no|NO) false;; \
kono
parents:
diff changeset
127 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
128 esac
kono
parents:
diff changeset
129 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
kono
parents:
diff changeset
130 am__vpath_adj = case $$p in \
kono
parents:
diff changeset
131 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
kono
parents:
diff changeset
132 *) f=$$p;; \
kono
parents:
diff changeset
133 esac;
kono
parents:
diff changeset
134 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
kono
parents:
diff changeset
135 am__install_max = 40
kono
parents:
diff changeset
136 am__nobase_strip_setup = \
kono
parents:
diff changeset
137 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
kono
parents:
diff changeset
138 am__nobase_strip = \
kono
parents:
diff changeset
139 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
kono
parents:
diff changeset
140 am__nobase_list = $(am__nobase_strip_setup); \
kono
parents:
diff changeset
141 for p in $$list; do echo "$$p $$p"; done | \
kono
parents:
diff changeset
142 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
kono
parents:
diff changeset
143 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
kono
parents:
diff changeset
144 if (++n[$$2] == $(am__install_max)) \
kono
parents:
diff changeset
145 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
kono
parents:
diff changeset
146 END { for (dir in files) print dir, files[dir] }'
kono
parents:
diff changeset
147 am__base_list = \
kono
parents:
diff changeset
148 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
kono
parents:
diff changeset
149 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
kono
parents:
diff changeset
150 am__uninstall_files_from_dir = { \
kono
parents:
diff changeset
151 test -z "$$files" \
kono
parents:
diff changeset
152 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
kono
parents:
diff changeset
153 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
kono
parents:
diff changeset
154 $(am__cd) "$$dir" && rm -f $$files; }; \
kono
parents:
diff changeset
155 }
kono
parents:
diff changeset
156 man3dir = $(mandir)/man3
kono
parents:
diff changeset
157 am__installdirs = "$(DESTDIR)$(man3dir)"
kono
parents:
diff changeset
158 NROFF = nroff
kono
parents:
diff changeset
159 MANS = $(man_MANS)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
160 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
111
kono
parents:
diff changeset
161 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
162 ALLOCA = @ALLOCA@
kono
parents:
diff changeset
163 AMTAR = @AMTAR@
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
111
kono
parents:
diff changeset
165 AM_LTLDFLAGS = @AM_LTLDFLAGS@
kono
parents:
diff changeset
166 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
kono
parents:
diff changeset
167 AR = @AR@
kono
parents:
diff changeset
168 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
169 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
170 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
171 AWK = @AWK@
kono
parents:
diff changeset
172 CC = @CC@
kono
parents:
diff changeset
173 CCAS = @CCAS@
kono
parents:
diff changeset
174 CCASDEPMODE = @CCASDEPMODE@
kono
parents:
diff changeset
175 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
176 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
177 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
178 CPP = @CPP@
kono
parents:
diff changeset
179 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
180 CXX = @CXX@
kono
parents:
diff changeset
181 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
182 CXXDEPMODE = @CXXDEPMODE@
kono
parents:
diff changeset
183 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
184 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
185 DEFS = @DEFS@
kono
parents:
diff changeset
186 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
187 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
188 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
189 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
190 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
191 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
192 EGREP = @EGREP@
kono
parents:
diff changeset
193 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
194 FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
kono
parents:
diff changeset
195 FGREP = @FGREP@
kono
parents:
diff changeset
196 GREP = @GREP@
kono
parents:
diff changeset
197 HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
kono
parents:
diff changeset
198 HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
kono
parents:
diff changeset
199 INSTALL = @INSTALL@
kono
parents:
diff changeset
200 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
201 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
202 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
203 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
204 LD = @LD@
kono
parents:
diff changeset
205 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
206 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
207 LIBS = @LIBS@
kono
parents:
diff changeset
208 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
209 LIPO = @LIPO@
kono
parents:
diff changeset
210 LN_S = @LN_S@
kono
parents:
diff changeset
211 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
212 MAINT = @MAINT@
kono
parents:
diff changeset
213 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
214 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
215 NM = @NM@
kono
parents:
diff changeset
216 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
217 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
218 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
219 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
220 OTOOL = @OTOOL@
kono
parents:
diff changeset
221 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
222 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
223 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
224 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
225 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
226 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
227 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
228 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
229 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
230 RANLIB = @RANLIB@
kono
parents:
diff changeset
231 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
232 SED = @SED@
kono
parents:
diff changeset
233 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
234 SHELL = @SHELL@
kono
parents:
diff changeset
235 STRIP = @STRIP@
kono
parents:
diff changeset
236 TARGET = @TARGET@
kono
parents:
diff changeset
237 TARGETDIR = @TARGETDIR@
kono
parents:
diff changeset
238 TARGET_OBJ = @TARGET_OBJ@
kono
parents:
diff changeset
239 VERSION = @VERSION@
kono
parents:
diff changeset
240 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
241 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
242 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
243 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
244 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
245 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
246 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
247 am__include = @am__include@
kono
parents:
diff changeset
248 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
249 am__quote = @am__quote@
kono
parents:
diff changeset
250 am__tar = @am__tar@
kono
parents:
diff changeset
251 am__untar = @am__untar@
kono
parents:
diff changeset
252 bindir = @bindir@
kono
parents:
diff changeset
253 build = @build@
kono
parents:
diff changeset
254 build_alias = @build_alias@
kono
parents:
diff changeset
255 build_cpu = @build_cpu@
kono
parents:
diff changeset
256 build_os = @build_os@
kono
parents:
diff changeset
257 build_vendor = @build_vendor@
kono
parents:
diff changeset
258 builddir = @builddir@
kono
parents:
diff changeset
259 datadir = @datadir@
kono
parents:
diff changeset
260 datarootdir = @datarootdir@
kono
parents:
diff changeset
261 docdir = @docdir@
kono
parents:
diff changeset
262 dvidir = @dvidir@
kono
parents:
diff changeset
263 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
264 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
265 host = @host@
kono
parents:
diff changeset
266 host_alias = @host_alias@
kono
parents:
diff changeset
267 host_cpu = @host_cpu@
kono
parents:
diff changeset
268 host_os = @host_os@
kono
parents:
diff changeset
269 host_vendor = @host_vendor@
kono
parents:
diff changeset
270 htmldir = @htmldir@
kono
parents:
diff changeset
271 includedir = @includedir@
kono
parents:
diff changeset
272 infodir = @infodir@
kono
parents:
diff changeset
273 install_sh = @install_sh@
kono
parents:
diff changeset
274 libdir = @libdir@
kono
parents:
diff changeset
275 libexecdir = @libexecdir@
kono
parents:
diff changeset
276 localedir = @localedir@
kono
parents:
diff changeset
277 localstatedir = @localstatedir@
kono
parents:
diff changeset
278 mandir = @mandir@
kono
parents:
diff changeset
279 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
280 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
281 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
282 pdfdir = @pdfdir@
kono
parents:
diff changeset
283 prefix = @prefix@
kono
parents:
diff changeset
284 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
285 psdir = @psdir@
kono
parents:
diff changeset
286 sbindir = @sbindir@
kono
parents:
diff changeset
287 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
288 srcdir = @srcdir@
kono
parents:
diff changeset
289 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
290 target = @target@
kono
parents:
diff changeset
291 target_alias = @target_alias@
kono
parents:
diff changeset
292 target_cpu = @target_cpu@
kono
parents:
diff changeset
293 target_os = @target_os@
kono
parents:
diff changeset
294 target_vendor = @target_vendor@
kono
parents:
diff changeset
295 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
296 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
297 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
298 top_builddir = @top_builddir@
kono
parents:
diff changeset
299 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
300 AUTOMAKE_OPTIONS = foreign
kono
parents:
diff changeset
301 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
kono
parents:
diff changeset
302 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
kono
parents:
diff changeset
303 all: all-am
kono
parents:
diff changeset
304
kono
parents:
diff changeset
305 .SUFFIXES:
kono
parents:
diff changeset
306 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
307 @for dep in $?; do \
kono
parents:
diff changeset
308 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
309 *$$dep*) \
kono
parents:
diff changeset
310 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
311 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
312 exit 1;; \
kono
parents:
diff changeset
313 esac; \
kono
parents:
diff changeset
314 done; \
kono
parents:
diff changeset
315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \
kono
parents:
diff changeset
316 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
317 $(AUTOMAKE) --foreign man/Makefile
kono
parents:
diff changeset
318 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
319 @case '$?' in \
kono
parents:
diff changeset
320 *config.status*) \
kono
parents:
diff changeset
321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
322 *) \
kono
parents:
diff changeset
323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
324 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
325 esac;
kono
parents:
diff changeset
326
kono
parents:
diff changeset
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
332 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
334 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
335
kono
parents:
diff changeset
336 mostlyclean-libtool:
kono
parents:
diff changeset
337 -rm -f *.lo
kono
parents:
diff changeset
338
kono
parents:
diff changeset
339 clean-libtool:
kono
parents:
diff changeset
340 -rm -rf .libs _libs
kono
parents:
diff changeset
341 install-man3: $(man_MANS)
kono
parents:
diff changeset
342 @$(NORMAL_INSTALL)
kono
parents:
diff changeset
343 @list1=''; \
kono
parents:
diff changeset
344 list2='$(man_MANS)'; \
kono
parents:
diff changeset
345 test -n "$(man3dir)" \
kono
parents:
diff changeset
346 && test -n "`echo $$list1$$list2`" \
kono
parents:
diff changeset
347 || exit 0; \
kono
parents:
diff changeset
348 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
kono
parents:
diff changeset
349 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
kono
parents:
diff changeset
350 { for i in $$list1; do echo "$$i"; done; \
kono
parents:
diff changeset
351 if test -n "$$list2"; then \
kono
parents:
diff changeset
352 for i in $$list2; do echo "$$i"; done \
kono
parents:
diff changeset
353 | sed -n '/\.3[a-z]*$$/p'; \
kono
parents:
diff changeset
354 fi; \
kono
parents:
diff changeset
355 } | while read p; do \
kono
parents:
diff changeset
356 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
kono
parents:
diff changeset
357 echo "$$d$$p"; echo "$$p"; \
kono
parents:
diff changeset
358 done | \
kono
parents:
diff changeset
359 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
kono
parents:
diff changeset
360 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
kono
parents:
diff changeset
361 sed 'N;N;s,\n, ,g' | { \
kono
parents:
diff changeset
362 list=; while read file base inst; do \
kono
parents:
diff changeset
363 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
kono
parents:
diff changeset
364 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
kono
parents:
diff changeset
365 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
kono
parents:
diff changeset
366 fi; \
kono
parents:
diff changeset
367 done; \
kono
parents:
diff changeset
368 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
kono
parents:
diff changeset
369 while read files; do \
kono
parents:
diff changeset
370 test -z "$$files" || { \
kono
parents:
diff changeset
371 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
kono
parents:
diff changeset
372 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
kono
parents:
diff changeset
373 done; }
kono
parents:
diff changeset
374
kono
parents:
diff changeset
375 uninstall-man3:
kono
parents:
diff changeset
376 @$(NORMAL_UNINSTALL)
kono
parents:
diff changeset
377 @list=''; test -n "$(man3dir)" || exit 0; \
kono
parents:
diff changeset
378 files=`{ for i in $$list; do echo "$$i"; done; \
kono
parents:
diff changeset
379 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
kono
parents:
diff changeset
380 sed -n '/\.3[a-z]*$$/p'; \
kono
parents:
diff changeset
381 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
kono
parents:
diff changeset
382 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
kono
parents:
diff changeset
383 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
384 tags TAGS:
111
kono
parents:
diff changeset
385
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
386 ctags CTAGS:
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
387
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
388 cscope cscopelist:
111
kono
parents:
diff changeset
389
kono
parents:
diff changeset
390 check-am: all-am
kono
parents:
diff changeset
391 check: check-am
kono
parents:
diff changeset
392 all-am: Makefile $(MANS)
kono
parents:
diff changeset
393 installdirs:
kono
parents:
diff changeset
394 for dir in "$(DESTDIR)$(man3dir)"; do \
kono
parents:
diff changeset
395 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
kono
parents:
diff changeset
396 done
kono
parents:
diff changeset
397 install: install-am
kono
parents:
diff changeset
398 install-exec: install-exec-am
kono
parents:
diff changeset
399 install-data: install-data-am
kono
parents:
diff changeset
400 uninstall: uninstall-am
kono
parents:
diff changeset
401
kono
parents:
diff changeset
402 install-am: all-am
kono
parents:
diff changeset
403 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
404
kono
parents:
diff changeset
405 installcheck: installcheck-am
kono
parents:
diff changeset
406 install-strip:
kono
parents:
diff changeset
407 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
408 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
409 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
410 install; \
kono
parents:
diff changeset
411 else \
kono
parents:
diff changeset
412 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
413 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
414 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
415 fi
kono
parents:
diff changeset
416 mostlyclean-generic:
kono
parents:
diff changeset
417
kono
parents:
diff changeset
418 clean-generic:
kono
parents:
diff changeset
419
kono
parents:
diff changeset
420 distclean-generic:
kono
parents:
diff changeset
421 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
422 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
423
kono
parents:
diff changeset
424 maintainer-clean-generic:
kono
parents:
diff changeset
425 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
426 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
427 clean: clean-am
kono
parents:
diff changeset
428
kono
parents:
diff changeset
429 clean-am: clean-generic clean-libtool mostlyclean-am
kono
parents:
diff changeset
430
kono
parents:
diff changeset
431 distclean: distclean-am
kono
parents:
diff changeset
432 -rm -f Makefile
kono
parents:
diff changeset
433 distclean-am: clean-am distclean-generic
kono
parents:
diff changeset
434
kono
parents:
diff changeset
435 dvi: dvi-am
kono
parents:
diff changeset
436
kono
parents:
diff changeset
437 dvi-am:
kono
parents:
diff changeset
438
kono
parents:
diff changeset
439 html: html-am
kono
parents:
diff changeset
440
kono
parents:
diff changeset
441 html-am:
kono
parents:
diff changeset
442
kono
parents:
diff changeset
443 info: info-am
kono
parents:
diff changeset
444
kono
parents:
diff changeset
445 info-am:
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 install-data-am: install-man
kono
parents:
diff changeset
448
kono
parents:
diff changeset
449 install-dvi: install-dvi-am
kono
parents:
diff changeset
450
kono
parents:
diff changeset
451 install-dvi-am:
kono
parents:
diff changeset
452
kono
parents:
diff changeset
453 install-exec-am:
kono
parents:
diff changeset
454
kono
parents:
diff changeset
455 install-html: install-html-am
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 install-html-am:
kono
parents:
diff changeset
458
kono
parents:
diff changeset
459 install-info: install-info-am
kono
parents:
diff changeset
460
kono
parents:
diff changeset
461 install-info-am:
kono
parents:
diff changeset
462
kono
parents:
diff changeset
463 install-man: install-man3
kono
parents:
diff changeset
464
kono
parents:
diff changeset
465 install-pdf: install-pdf-am
kono
parents:
diff changeset
466
kono
parents:
diff changeset
467 install-pdf-am:
kono
parents:
diff changeset
468
kono
parents:
diff changeset
469 install-ps: install-ps-am
kono
parents:
diff changeset
470
kono
parents:
diff changeset
471 install-ps-am:
kono
parents:
diff changeset
472
kono
parents:
diff changeset
473 installcheck-am:
kono
parents:
diff changeset
474
kono
parents:
diff changeset
475 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
476 -rm -f Makefile
kono
parents:
diff changeset
477 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
478
kono
parents:
diff changeset
479 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
480
kono
parents:
diff changeset
481 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 pdf: pdf-am
kono
parents:
diff changeset
484
kono
parents:
diff changeset
485 pdf-am:
kono
parents:
diff changeset
486
kono
parents:
diff changeset
487 ps: ps-am
kono
parents:
diff changeset
488
kono
parents:
diff changeset
489 ps-am:
kono
parents:
diff changeset
490
kono
parents:
diff changeset
491 uninstall-am: uninstall-man
kono
parents:
diff changeset
492
kono
parents:
diff changeset
493 uninstall-man: uninstall-man3
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495 .MAKE: install-am install-strip
kono
parents:
diff changeset
496
kono
parents:
diff changeset
497 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
145
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
498 cscopelist-am ctags-am distclean distclean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
499 distclean-libtool dvi dvi-am html html-am info info-am install \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
500 install-am install-data install-data-am install-dvi \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
501 install-dvi-am install-exec install-exec-am install-html \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
502 install-html-am install-info install-info-am install-man \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
503 install-man3 install-pdf install-pdf-am install-ps \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
504 install-ps-am install-strip installcheck installcheck-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
505 installdirs maintainer-clean maintainer-clean-generic \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
506 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
507 ps ps-am tags-am uninstall uninstall-am uninstall-man \
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
508 uninstall-man3
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
509
1830386684a0 gcc-9.2.0
anatofuz
parents: 111
diff changeset
510 .PRECIOUS: Makefile
111
kono
parents:
diff changeset
511
kono
parents:
diff changeset
512
kono
parents:
diff changeset
513 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
514 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
515 .NOEXPORT: