annotate libffi/include/Makefile.in @ 138:fc828634a951

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