annotate libffi/testsuite/Makefile.in @ 121:49957f95a4d1

fix fntype
author anatofuz
date Fri, 09 Mar 2018 19:18: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 VPATH = @srcdir@
kono
parents:
diff changeset
18 am__make_dryrun = \
kono
parents:
diff changeset
19 { \
kono
parents:
diff changeset
20 am__dry=no; \
kono
parents:
diff changeset
21 case $$MAKEFLAGS in \
kono
parents:
diff changeset
22 *\\[\ \ ]*) \
kono
parents:
diff changeset
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
kono
parents:
diff changeset
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
kono
parents:
diff changeset
25 *) \
kono
parents:
diff changeset
26 for am__flg in $$MAKEFLAGS; do \
kono
parents:
diff changeset
27 case $$am__flg in \
kono
parents:
diff changeset
28 *=*|--*) ;; \
kono
parents:
diff changeset
29 *n*) am__dry=yes; break;; \
kono
parents:
diff changeset
30 esac; \
kono
parents:
diff changeset
31 done;; \
kono
parents:
diff changeset
32 esac; \
kono
parents:
diff changeset
33 test $$am__dry = yes; \
kono
parents:
diff changeset
34 }
kono
parents:
diff changeset
35 pkgdatadir = $(datadir)/@PACKAGE@
kono
parents:
diff changeset
36 pkgincludedir = $(includedir)/@PACKAGE@
kono
parents:
diff changeset
37 pkglibdir = $(libdir)/@PACKAGE@
kono
parents:
diff changeset
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
kono
parents:
diff changeset
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
kono
parents:
diff changeset
40 install_sh_DATA = $(install_sh) -c -m 644
kono
parents:
diff changeset
41 install_sh_PROGRAM = $(install_sh) -c
kono
parents:
diff changeset
42 install_sh_SCRIPT = $(install_sh) -c
kono
parents:
diff changeset
43 INSTALL_HEADER = $(INSTALL_DATA)
kono
parents:
diff changeset
44 transform = $(program_transform_name)
kono
parents:
diff changeset
45 NORMAL_INSTALL = :
kono
parents:
diff changeset
46 PRE_INSTALL = :
kono
parents:
diff changeset
47 POST_INSTALL = :
kono
parents:
diff changeset
48 NORMAL_UNINSTALL = :
kono
parents:
diff changeset
49 PRE_UNINSTALL = :
kono
parents:
diff changeset
50 POST_UNINSTALL = :
kono
parents:
diff changeset
51 build_triplet = @build@
kono
parents:
diff changeset
52 host_triplet = @host@
kono
parents:
diff changeset
53 target_triplet = @target@
kono
parents:
diff changeset
54 subdir = testsuite
kono
parents:
diff changeset
55 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
kono
parents:
diff changeset
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
kono
parents:
diff changeset
57 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
kono
parents:
diff changeset
58 $(top_srcdir)/../config/asmcfi.m4 \
kono
parents:
diff changeset
59 $(top_srcdir)/../config/depstand.m4 \
kono
parents:
diff changeset
60 $(top_srcdir)/../config/lead-dot.m4 \
kono
parents:
diff changeset
61 $(top_srcdir)/../config/multi.m4 \
kono
parents:
diff changeset
62 $(top_srcdir)/../config/override.m4 \
kono
parents:
diff changeset
63 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
kono
parents:
diff changeset
64 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
kono
parents:
diff changeset
65 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
kono
parents:
diff changeset
66 $(top_srcdir)/configure.ac
kono
parents:
diff changeset
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
kono
parents:
diff changeset
68 $(ACLOCAL_M4)
kono
parents:
diff changeset
69 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
kono
parents:
diff changeset
70 CONFIG_HEADER = $(top_builddir)/fficonfig.h
kono
parents:
diff changeset
71 CONFIG_CLEAN_FILES =
kono
parents:
diff changeset
72 CONFIG_CLEAN_VPATH_FILES =
kono
parents:
diff changeset
73 SOURCES =
kono
parents:
diff changeset
74 am__can_run_installinfo = \
kono
parents:
diff changeset
75 case $$AM_UPDATE_INFO_DIR in \
kono
parents:
diff changeset
76 n|no|NO) false;; \
kono
parents:
diff changeset
77 *) (install-info --version) >/dev/null 2>&1;; \
kono
parents:
diff changeset
78 esac
kono
parents:
diff changeset
79 DEJATOOL = $(PACKAGE)
kono
parents:
diff changeset
80 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
kono
parents:
diff changeset
81 ACLOCAL = @ACLOCAL@
kono
parents:
diff changeset
82 ALLOCA = @ALLOCA@
kono
parents:
diff changeset
83 AMTAR = @AMTAR@
kono
parents:
diff changeset
84 AM_LTLDFLAGS = @AM_LTLDFLAGS@
kono
parents:
diff changeset
85 AM_RUNTESTFLAGS =
kono
parents:
diff changeset
86 AR = @AR@
kono
parents:
diff changeset
87 AUTOCONF = @AUTOCONF@
kono
parents:
diff changeset
88 AUTOHEADER = @AUTOHEADER@
kono
parents:
diff changeset
89 AUTOMAKE = @AUTOMAKE@
kono
parents:
diff changeset
90 AWK = @AWK@
kono
parents:
diff changeset
91 CC = @CC@
kono
parents:
diff changeset
92 CCAS = @CCAS@
kono
parents:
diff changeset
93 CCASDEPMODE = @CCASDEPMODE@
kono
parents:
diff changeset
94 CCASFLAGS = @CCASFLAGS@
kono
parents:
diff changeset
95 CCDEPMODE = @CCDEPMODE@
kono
parents:
diff changeset
96 CFLAGS = @CFLAGS@
kono
parents:
diff changeset
97 CPP = @CPP@
kono
parents:
diff changeset
98 CPPFLAGS = @CPPFLAGS@
kono
parents:
diff changeset
99 CXX = @CXX@
kono
parents:
diff changeset
100 CXXCPP = @CXXCPP@
kono
parents:
diff changeset
101 CXXDEPMODE = @CXXDEPMODE@
kono
parents:
diff changeset
102 CXXFLAGS = @CXXFLAGS@
kono
parents:
diff changeset
103 CYGPATH_W = @CYGPATH_W@
kono
parents:
diff changeset
104 DEFS = @DEFS@
kono
parents:
diff changeset
105 DEPDIR = @DEPDIR@
kono
parents:
diff changeset
106 DSYMUTIL = @DSYMUTIL@
kono
parents:
diff changeset
107 DUMPBIN = @DUMPBIN@
kono
parents:
diff changeset
108 ECHO_C = @ECHO_C@
kono
parents:
diff changeset
109 ECHO_N = @ECHO_N@
kono
parents:
diff changeset
110 ECHO_T = @ECHO_T@
kono
parents:
diff changeset
111 EGREP = @EGREP@
kono
parents:
diff changeset
112 EXEEXT = @EXEEXT@
kono
parents:
diff changeset
113 FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
kono
parents:
diff changeset
114 FGREP = @FGREP@
kono
parents:
diff changeset
115 GREP = @GREP@
kono
parents:
diff changeset
116 HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
kono
parents:
diff changeset
117 HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
kono
parents:
diff changeset
118 INSTALL = @INSTALL@
kono
parents:
diff changeset
119 INSTALL_DATA = @INSTALL_DATA@
kono
parents:
diff changeset
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
kono
parents:
diff changeset
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
kono
parents:
diff changeset
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
kono
parents:
diff changeset
123 LD = @LD@
kono
parents:
diff changeset
124 LDFLAGS = @LDFLAGS@
kono
parents:
diff changeset
125 LIBOBJS = @LIBOBJS@
kono
parents:
diff changeset
126 LIBS = @LIBS@
kono
parents:
diff changeset
127 LIBTOOL = @LIBTOOL@
kono
parents:
diff changeset
128 LIPO = @LIPO@
kono
parents:
diff changeset
129 LN_S = @LN_S@
kono
parents:
diff changeset
130 LTLIBOBJS = @LTLIBOBJS@
kono
parents:
diff changeset
131 MAINT = @MAINT@
kono
parents:
diff changeset
132 MAKEINFO = @MAKEINFO@
kono
parents:
diff changeset
133 MKDIR_P = @MKDIR_P@
kono
parents:
diff changeset
134 NM = @NM@
kono
parents:
diff changeset
135 NMEDIT = @NMEDIT@
kono
parents:
diff changeset
136 OBJDUMP = @OBJDUMP@
kono
parents:
diff changeset
137 OBJEXT = @OBJEXT@
kono
parents:
diff changeset
138 OPT_LDFLAGS = @OPT_LDFLAGS@
kono
parents:
diff changeset
139 OTOOL = @OTOOL@
kono
parents:
diff changeset
140 OTOOL64 = @OTOOL64@
kono
parents:
diff changeset
141 PACKAGE = @PACKAGE@
kono
parents:
diff changeset
142 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
kono
parents:
diff changeset
143 PACKAGE_NAME = @PACKAGE_NAME@
kono
parents:
diff changeset
144 PACKAGE_STRING = @PACKAGE_STRING@
kono
parents:
diff changeset
145 PACKAGE_TARNAME = @PACKAGE_TARNAME@
kono
parents:
diff changeset
146 PACKAGE_URL = @PACKAGE_URL@
kono
parents:
diff changeset
147 PACKAGE_VERSION = @PACKAGE_VERSION@
kono
parents:
diff changeset
148 PATH_SEPARATOR = @PATH_SEPARATOR@
kono
parents:
diff changeset
149 RANLIB = @RANLIB@
kono
parents:
diff changeset
150 SECTION_LDFLAGS = @SECTION_LDFLAGS@
kono
parents:
diff changeset
151 SED = @SED@
kono
parents:
diff changeset
152 SET_MAKE = @SET_MAKE@
kono
parents:
diff changeset
153 SHELL = @SHELL@
kono
parents:
diff changeset
154 STRIP = @STRIP@
kono
parents:
diff changeset
155 TARGET = @TARGET@
kono
parents:
diff changeset
156 TARGETDIR = @TARGETDIR@
kono
parents:
diff changeset
157 TARGET_OBJ = @TARGET_OBJ@
kono
parents:
diff changeset
158 VERSION = @VERSION@
kono
parents:
diff changeset
159 abs_builddir = @abs_builddir@
kono
parents:
diff changeset
160 abs_srcdir = @abs_srcdir@
kono
parents:
diff changeset
161 abs_top_builddir = @abs_top_builddir@
kono
parents:
diff changeset
162 abs_top_srcdir = @abs_top_srcdir@
kono
parents:
diff changeset
163 ac_ct_CC = @ac_ct_CC@
kono
parents:
diff changeset
164 ac_ct_CXX = @ac_ct_CXX@
kono
parents:
diff changeset
165 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
kono
parents:
diff changeset
166 am__include = @am__include@
kono
parents:
diff changeset
167 am__leading_dot = @am__leading_dot@
kono
parents:
diff changeset
168 am__quote = @am__quote@
kono
parents:
diff changeset
169 am__tar = @am__tar@
kono
parents:
diff changeset
170 am__untar = @am__untar@
kono
parents:
diff changeset
171 bindir = @bindir@
kono
parents:
diff changeset
172 build = @build@
kono
parents:
diff changeset
173 build_alias = @build_alias@
kono
parents:
diff changeset
174 build_cpu = @build_cpu@
kono
parents:
diff changeset
175 build_os = @build_os@
kono
parents:
diff changeset
176 build_vendor = @build_vendor@
kono
parents:
diff changeset
177 builddir = @builddir@
kono
parents:
diff changeset
178 datadir = @datadir@
kono
parents:
diff changeset
179 datarootdir = @datarootdir@
kono
parents:
diff changeset
180 docdir = @docdir@
kono
parents:
diff changeset
181 dvidir = @dvidir@
kono
parents:
diff changeset
182 exec_prefix = @exec_prefix@
kono
parents:
diff changeset
183 get_gcc_base_ver = @get_gcc_base_ver@
kono
parents:
diff changeset
184 host = @host@
kono
parents:
diff changeset
185 host_alias = @host_alias@
kono
parents:
diff changeset
186 host_cpu = @host_cpu@
kono
parents:
diff changeset
187 host_os = @host_os@
kono
parents:
diff changeset
188 host_vendor = @host_vendor@
kono
parents:
diff changeset
189 htmldir = @htmldir@
kono
parents:
diff changeset
190 includedir = @includedir@
kono
parents:
diff changeset
191 infodir = @infodir@
kono
parents:
diff changeset
192 install_sh = @install_sh@
kono
parents:
diff changeset
193 libdir = @libdir@
kono
parents:
diff changeset
194 libexecdir = @libexecdir@
kono
parents:
diff changeset
195 localedir = @localedir@
kono
parents:
diff changeset
196 localstatedir = @localstatedir@
kono
parents:
diff changeset
197 mandir = @mandir@
kono
parents:
diff changeset
198 mkdir_p = @mkdir_p@
kono
parents:
diff changeset
199 multi_basedir = @multi_basedir@
kono
parents:
diff changeset
200 oldincludedir = @oldincludedir@
kono
parents:
diff changeset
201 pdfdir = @pdfdir@
kono
parents:
diff changeset
202 prefix = @prefix@
kono
parents:
diff changeset
203 program_transform_name = @program_transform_name@
kono
parents:
diff changeset
204 psdir = @psdir@
kono
parents:
diff changeset
205 sbindir = @sbindir@
kono
parents:
diff changeset
206 sharedstatedir = @sharedstatedir@
kono
parents:
diff changeset
207 srcdir = @srcdir@
kono
parents:
diff changeset
208 sysconfdir = @sysconfdir@
kono
parents:
diff changeset
209 target = @target@
kono
parents:
diff changeset
210 target_alias = @target_alias@
kono
parents:
diff changeset
211 target_cpu = @target_cpu@
kono
parents:
diff changeset
212 target_os = @target_os@
kono
parents:
diff changeset
213 target_vendor = @target_vendor@
kono
parents:
diff changeset
214 toolexecdir = @toolexecdir@
kono
parents:
diff changeset
215 toolexeclibdir = @toolexeclibdir@
kono
parents:
diff changeset
216 top_build_prefix = @top_build_prefix@
kono
parents:
diff changeset
217 top_builddir = @top_builddir@
kono
parents:
diff changeset
218 top_srcdir = @top_srcdir@
kono
parents:
diff changeset
219 AUTOMAKE_OPTIONS = foreign dejagnu
kono
parents:
diff changeset
220
kono
parents:
diff changeset
221 # Setup the testing framework, if you have one
kono
parents:
diff changeset
222 EXPECT = `if [ -f $(top_builddir)/../expect/expect ] ; then \
kono
parents:
diff changeset
223 echo $(top_builddir)/../expect/expect ; \
kono
parents:
diff changeset
224 else echo expect ; fi`
kono
parents:
diff changeset
225
kono
parents:
diff changeset
226 RUNTEST = `if [ -f $(top_srcdir)/../dejagnu/runtest ] ; then \
kono
parents:
diff changeset
227 echo $(top_srcdir)/../dejagnu/runtest ; \
kono
parents:
diff changeset
228 else echo runtest; fi`
kono
parents:
diff changeset
229
kono
parents:
diff changeset
230 CLEANFILES = *.exe core* *.log *.sum
kono
parents:
diff changeset
231 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \
kono
parents:
diff changeset
232 libffi.call/cls_align_longdouble_split.c \
kono
parents:
diff changeset
233 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \
kono
parents:
diff changeset
234 libffi.call/closure_fn1.c \
kono
parents:
diff changeset
235 libffi.call/return_ul.c libffi.call/cls_align_double.c \
kono
parents:
diff changeset
236 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \
kono
parents:
diff changeset
237 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \
kono
parents:
diff changeset
238 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \
kono
parents:
diff changeset
239 libffi.call/ffitest.h libffi.call/nested_struct4.c \
kono
parents:
diff changeset
240 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \
kono
parents:
diff changeset
241 libffi.call/cls_3byte1.c libffi.call/cls_16byte.c \
kono
parents:
diff changeset
242 libffi.call/struct8.c libffi.call/nested_struct8.c \
kono
parents:
diff changeset
243 libffi.call/cls_multi_sshort.c libffi.call/cls_3byte2.c \
kono
parents:
diff changeset
244 libffi.call/cls_pointer.c \
kono
parents:
diff changeset
245 libffi.call/err_bad_typedef.c libffi.call/cls_4_1byte.c \
kono
parents:
diff changeset
246 libffi.call/cls_9byte2.c libffi.call/cls_multi_schar.c \
kono
parents:
diff changeset
247 libffi.call/stret_medium2.c libffi.call/cls_5_1_byte.c \
kono
parents:
diff changeset
248 libffi.call/call.exp libffi.call/cls_double.c \
kono
parents:
diff changeset
249 libffi.call/cls_align_sint16.c libffi.call/cls_uint.c \
kono
parents:
diff changeset
250 libffi.call/return_ll1.c libffi.call/nested_struct3.c \
kono
parents:
diff changeset
251 libffi.call/cls_20byte1.c libffi.call/closure_fn4.c \
kono
parents:
diff changeset
252 libffi.call/cls_uchar.c libffi.call/struct2.c libffi.call/cls_7byte.c \
kono
parents:
diff changeset
253 libffi.call/strlen.c libffi.call/many.c libffi.call/testclosure.c \
kono
parents:
diff changeset
254 libffi.call/return_fl.c libffi.call/struct5.c \
kono
parents:
diff changeset
255 libffi.call/cls_12byte.c libffi.call/cls_multi_sshortchar.c \
kono
parents:
diff changeset
256 libffi.call/cls_align_longdouble_split2.c libffi.call/return_dbl2.c \
kono
parents:
diff changeset
257 libffi.call/return_fl3.c libffi.call/stret_medium.c \
kono
parents:
diff changeset
258 libffi.call/nested_struct6.c libffi.call/closure_fn3.c \
kono
parents:
diff changeset
259 libffi.call/float3.c libffi.call/many2.c \
kono
parents:
diff changeset
260 libffi.call/closure_simple.c libffi.call/cls_align_uint16.c \
kono
parents:
diff changeset
261 libffi.call/cls_9byte1.c libffi.call/closure_fn6.c \
kono
parents:
diff changeset
262 libffi.call/cls_double_va.c libffi.call/cls_align_pointer.c \
kono
parents:
diff changeset
263 libffi.call/cls_align_longdouble.c libffi.call/closure_fn2.c \
kono
parents:
diff changeset
264 libffi.call/cls_sshort.c \
kono
parents:
diff changeset
265 libffi.call/nested_struct.c libffi.call/cls_20byte.c \
kono
parents:
diff changeset
266 libffi.call/cls_longdouble.c libffi.call/cls_multi_uchar.c \
kono
parents:
diff changeset
267 libffi.call/return_uc.c \
kono
parents:
diff changeset
268 libffi.call/cls_18byte.c libffi.call/cls_8byte.c \
kono
parents:
diff changeset
269 libffi.call/promotion.c \
kono
parents:
diff changeset
270 libffi.call/return_dbl.c libffi.call/cls_24byte.c \
kono
parents:
diff changeset
271 libffi.call/struct4.c libffi.call/cls_6byte.c \
kono
parents:
diff changeset
272 libffi.call/cls_align_uint32.c libffi.call/float.c \
kono
parents:
diff changeset
273 libffi.call/float1.c libffi.call/float_va.c libffi.call/negint.c \
kono
parents:
diff changeset
274 libffi.call/return_dbl1.c libffi.call/cls_3_1byte.c \
kono
parents:
diff changeset
275 libffi.call/cls_align_float.c libffi.call/return_fl1.c \
kono
parents:
diff changeset
276 libffi.call/nested_struct10.c libffi.call/nested_struct5.c \
kono
parents:
diff changeset
277 libffi.call/cls_align_sint64.c \
kono
parents:
diff changeset
278 libffi.call/stret_large2.c libffi.call/return_sl.c \
kono
parents:
diff changeset
279 libffi.call/closure_fn0.c libffi.call/cls_5byte.c \
kono
parents:
diff changeset
280 libffi.call/cls_2byte.c libffi.call/float2.c \
kono
parents:
diff changeset
281 libffi.call/cls_dbls_struct.c libffi.call/cls_sint.c \
kono
parents:
diff changeset
282 libffi.call/stret_large.c libffi.call/cls_ulonglong.c \
kono
parents:
diff changeset
283 libffi.call/cls_ushort.c libffi.call/nested_struct1.c \
kono
parents:
diff changeset
284 libffi.call/err_bad_abi.c libffi.call/cls_longdouble_va.c \
kono
parents:
diff changeset
285 libffi.call/cls_float.c libffi.call/cls_pointer_stack.c \
kono
parents:
diff changeset
286 libffi.call/pyobjc-tc.c libffi.call/cls_multi_ushortchar.c \
kono
parents:
diff changeset
287 libffi.call/struct1.c libffi.call/nested_struct9.c \
kono
parents:
diff changeset
288 libffi.call/huge_struct.c libffi.call/problem1.c \
kono
parents:
diff changeset
289 libffi.call/float4.c \
kono
parents:
diff changeset
290 libffi.call/return_ldl.c \
kono
parents:
diff changeset
291 libffi.call/closure_fn5.c \
kono
parents:
diff changeset
292 libffi.call/struct6.c libffi.call/return_ll.c libffi.call/struct9.c \
kono
parents:
diff changeset
293 libffi.call/return_sc.c libffi.call/struct7.c \
kono
parents:
diff changeset
294 libffi.call/cls_align_uint64.c libffi.call/cls_4byte.c \
kono
parents:
diff changeset
295 libffi.call/cls_6_1_byte.c \
kono
parents:
diff changeset
296 libffi.call/cls_7_1_byte.c libffi.call/unwindtest.cc \
kono
parents:
diff changeset
297 libffi.call/unwindtest_ffi_call.cc \
kono
parents:
diff changeset
298 lib/wrapper.exp lib/target-libpath.exp \
kono
parents:
diff changeset
299 lib/libffi.exp libffi.call/cls_struct_va1.c \
kono
parents:
diff changeset
300 libffi.call/cls_uchar_va.c libffi.call/cls_uint_va.c \
kono
parents:
diff changeset
301 libffi.call/cls_ulong_va.c libffi.call/cls_ushort_va.c \
kono
parents:
diff changeset
302 libffi.call/nested_struct11.c libffi.call/uninitialized.c \
kono
parents:
diff changeset
303 libffi.call/va_1.c libffi.call/va_struct1.c libffi.call/va_struct2.c \
kono
parents:
diff changeset
304 libffi.call/va_struct3.c \
kono
parents:
diff changeset
305 libffi.call/strlen2.c \
kono
parents:
diff changeset
306 libffi.call/strlen3.c \
kono
parents:
diff changeset
307 libffi.call/strlen4.c
kono
parents:
diff changeset
308
kono
parents:
diff changeset
309 all: all-am
kono
parents:
diff changeset
310
kono
parents:
diff changeset
311 .SUFFIXES:
kono
parents:
diff changeset
312 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
kono
parents:
diff changeset
313 @for dep in $?; do \
kono
parents:
diff changeset
314 case '$(am__configure_deps)' in \
kono
parents:
diff changeset
315 *$$dep*) \
kono
parents:
diff changeset
316 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
kono
parents:
diff changeset
317 && { if test -f $@; then exit 0; else break; fi; }; \
kono
parents:
diff changeset
318 exit 1;; \
kono
parents:
diff changeset
319 esac; \
kono
parents:
diff changeset
320 done; \
kono
parents:
diff changeset
321 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
kono
parents:
diff changeset
322 $(am__cd) $(top_srcdir) && \
kono
parents:
diff changeset
323 $(AUTOMAKE) --foreign testsuite/Makefile
kono
parents:
diff changeset
324 .PRECIOUS: Makefile
kono
parents:
diff changeset
325 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
kono
parents:
diff changeset
326 @case '$?' in \
kono
parents:
diff changeset
327 *config.status*) \
kono
parents:
diff changeset
328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
kono
parents:
diff changeset
329 *) \
kono
parents:
diff changeset
330 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
kono
parents:
diff changeset
331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
kono
parents:
diff changeset
332 esac;
kono
parents:
diff changeset
333
kono
parents:
diff changeset
334 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
kono
parents:
diff changeset
335 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
336
kono
parents:
diff changeset
337 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
kono
parents:
diff changeset
338 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
339 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
kono
parents:
diff changeset
340 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
kono
parents:
diff changeset
341 $(am__aclocal_m4_deps):
kono
parents:
diff changeset
342
kono
parents:
diff changeset
343 mostlyclean-libtool:
kono
parents:
diff changeset
344 -rm -f *.lo
kono
parents:
diff changeset
345
kono
parents:
diff changeset
346 clean-libtool:
kono
parents:
diff changeset
347 -rm -rf .libs _libs
kono
parents:
diff changeset
348 tags: TAGS
kono
parents:
diff changeset
349 TAGS:
kono
parents:
diff changeset
350
kono
parents:
diff changeset
351 ctags: CTAGS
kono
parents:
diff changeset
352 CTAGS:
kono
parents:
diff changeset
353
kono
parents:
diff changeset
354
kono
parents:
diff changeset
355 check-DEJAGNU: site.exp
kono
parents:
diff changeset
356 srcdir='$(srcdir)'; export srcdir; \
kono
parents:
diff changeset
357 EXPECT=$(EXPECT); export EXPECT; \
kono
parents:
diff changeset
358 runtest=$(RUNTEST); \
kono
parents:
diff changeset
359 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
kono
parents:
diff changeset
360 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
kono
parents:
diff changeset
361 if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
kono
parents:
diff changeset
362 then :; else exit_status=1; fi; \
kono
parents:
diff changeset
363 done; \
kono
parents:
diff changeset
364 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
kono
parents:
diff changeset
365 fi; \
kono
parents:
diff changeset
366 exit $$exit_status
kono
parents:
diff changeset
367 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
kono
parents:
diff changeset
368 @echo 'Making a new site.exp file...'
kono
parents:
diff changeset
369 @echo '## these variables are automatically generated by make ##' >site.tmp
kono
parents:
diff changeset
370 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
kono
parents:
diff changeset
371 @echo '# edit the last section' >>site.tmp
kono
parents:
diff changeset
372 @echo 'set srcdir "$(srcdir)"' >>site.tmp
kono
parents:
diff changeset
373 @echo "set objdir `pwd`" >>site.tmp
kono
parents:
diff changeset
374 @echo 'set build_alias "$(build_alias)"' >>site.tmp
kono
parents:
diff changeset
375 @echo 'set build_triplet $(build_triplet)' >>site.tmp
kono
parents:
diff changeset
376 @echo 'set host_alias "$(host_alias)"' >>site.tmp
kono
parents:
diff changeset
377 @echo 'set host_triplet $(host_triplet)' >>site.tmp
kono
parents:
diff changeset
378 @echo 'set target_alias "$(target_alias)"' >>site.tmp
kono
parents:
diff changeset
379 @echo 'set target_triplet $(target_triplet)' >>site.tmp
kono
parents:
diff changeset
380 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
kono
parents:
diff changeset
381 echo "## Begin content included from file $$f. Do not modify. ##" \
kono
parents:
diff changeset
382 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
kono
parents:
diff changeset
383 && echo "## End content included from file $$f. ##" \
kono
parents:
diff changeset
384 || exit 1; \
kono
parents:
diff changeset
385 done >> site.tmp
kono
parents:
diff changeset
386 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
kono
parents:
diff changeset
387 @if test -f site.exp; then \
kono
parents:
diff changeset
388 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
kono
parents:
diff changeset
389 fi
kono
parents:
diff changeset
390 @-rm -f site.bak
kono
parents:
diff changeset
391 @test ! -f site.exp || mv site.exp site.bak
kono
parents:
diff changeset
392 @mv site.tmp site.exp
kono
parents:
diff changeset
393
kono
parents:
diff changeset
394 distclean-DEJAGNU:
kono
parents:
diff changeset
395 -rm -f site.exp site.bak
kono
parents:
diff changeset
396 -l='$(DEJATOOL)'; for tool in $$l; do \
kono
parents:
diff changeset
397 rm -f $$tool.sum $$tool.log; \
kono
parents:
diff changeset
398 done
kono
parents:
diff changeset
399 check-am: all-am
kono
parents:
diff changeset
400 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
kono
parents:
diff changeset
401 check: check-am
kono
parents:
diff changeset
402 all-am: Makefile
kono
parents:
diff changeset
403 installdirs:
kono
parents:
diff changeset
404 install: install-am
kono
parents:
diff changeset
405 install-exec: install-exec-am
kono
parents:
diff changeset
406 install-data: install-data-am
kono
parents:
diff changeset
407 uninstall: uninstall-am
kono
parents:
diff changeset
408
kono
parents:
diff changeset
409 install-am: all-am
kono
parents:
diff changeset
410 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
kono
parents:
diff changeset
411
kono
parents:
diff changeset
412 installcheck: installcheck-am
kono
parents:
diff changeset
413 install-strip:
kono
parents:
diff changeset
414 if test -z '$(STRIP)'; then \
kono
parents:
diff changeset
415 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
416 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
417 install; \
kono
parents:
diff changeset
418 else \
kono
parents:
diff changeset
419 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
kono
parents:
diff changeset
420 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
kono
parents:
diff changeset
421 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
kono
parents:
diff changeset
422 fi
kono
parents:
diff changeset
423 mostlyclean-generic:
kono
parents:
diff changeset
424
kono
parents:
diff changeset
425 clean-generic:
kono
parents:
diff changeset
426 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
kono
parents:
diff changeset
427
kono
parents:
diff changeset
428 distclean-generic:
kono
parents:
diff changeset
429 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
kono
parents:
diff changeset
430 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
kono
parents:
diff changeset
431
kono
parents:
diff changeset
432 maintainer-clean-generic:
kono
parents:
diff changeset
433 @echo "This command is intended for maintainers to use"
kono
parents:
diff changeset
434 @echo "it deletes files that may require special tools to rebuild."
kono
parents:
diff changeset
435 clean: clean-am
kono
parents:
diff changeset
436
kono
parents:
diff changeset
437 clean-am: clean-generic clean-libtool mostlyclean-am
kono
parents:
diff changeset
438
kono
parents:
diff changeset
439 distclean: distclean-am
kono
parents:
diff changeset
440 -rm -f Makefile
kono
parents:
diff changeset
441 distclean-am: clean-am distclean-DEJAGNU distclean-generic
kono
parents:
diff changeset
442
kono
parents:
diff changeset
443 dvi: dvi-am
kono
parents:
diff changeset
444
kono
parents:
diff changeset
445 dvi-am:
kono
parents:
diff changeset
446
kono
parents:
diff changeset
447 html: html-am
kono
parents:
diff changeset
448
kono
parents:
diff changeset
449 html-am:
kono
parents:
diff changeset
450
kono
parents:
diff changeset
451 info: info-am
kono
parents:
diff changeset
452
kono
parents:
diff changeset
453 info-am:
kono
parents:
diff changeset
454
kono
parents:
diff changeset
455 install-data-am:
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 install-dvi: install-dvi-am
kono
parents:
diff changeset
458
kono
parents:
diff changeset
459 install-dvi-am:
kono
parents:
diff changeset
460
kono
parents:
diff changeset
461 install-exec-am:
kono
parents:
diff changeset
462
kono
parents:
diff changeset
463 install-html: install-html-am
kono
parents:
diff changeset
464
kono
parents:
diff changeset
465 install-html-am:
kono
parents:
diff changeset
466
kono
parents:
diff changeset
467 install-info: install-info-am
kono
parents:
diff changeset
468
kono
parents:
diff changeset
469 install-info-am:
kono
parents:
diff changeset
470
kono
parents:
diff changeset
471 install-man:
kono
parents:
diff changeset
472
kono
parents:
diff changeset
473 install-pdf: install-pdf-am
kono
parents:
diff changeset
474
kono
parents:
diff changeset
475 install-pdf-am:
kono
parents:
diff changeset
476
kono
parents:
diff changeset
477 install-ps: install-ps-am
kono
parents:
diff changeset
478
kono
parents:
diff changeset
479 install-ps-am:
kono
parents:
diff changeset
480
kono
parents:
diff changeset
481 installcheck-am:
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 maintainer-clean: maintainer-clean-am
kono
parents:
diff changeset
484 -rm -f Makefile
kono
parents:
diff changeset
485 maintainer-clean-am: distclean-am maintainer-clean-generic
kono
parents:
diff changeset
486
kono
parents:
diff changeset
487 mostlyclean: mostlyclean-am
kono
parents:
diff changeset
488
kono
parents:
diff changeset
489 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
kono
parents:
diff changeset
490
kono
parents:
diff changeset
491 pdf: pdf-am
kono
parents:
diff changeset
492
kono
parents:
diff changeset
493 pdf-am:
kono
parents:
diff changeset
494
kono
parents:
diff changeset
495 ps: ps-am
kono
parents:
diff changeset
496
kono
parents:
diff changeset
497 ps-am:
kono
parents:
diff changeset
498
kono
parents:
diff changeset
499 uninstall-am:
kono
parents:
diff changeset
500
kono
parents:
diff changeset
501 .MAKE: check-am install-am install-strip
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
kono
parents:
diff changeset
504 clean-libtool distclean distclean-DEJAGNU distclean-generic \
kono
parents:
diff changeset
505 distclean-libtool dvi dvi-am html html-am info info-am install \
kono
parents:
diff changeset
506 install-am install-data install-data-am install-dvi \
kono
parents:
diff changeset
507 install-dvi-am install-exec install-exec-am install-html \
kono
parents:
diff changeset
508 install-html-am install-info install-info-am install-man \
kono
parents:
diff changeset
509 install-pdf install-pdf-am install-ps install-ps-am \
kono
parents:
diff changeset
510 install-strip installcheck installcheck-am installdirs \
kono
parents:
diff changeset
511 maintainer-clean maintainer-clean-generic mostlyclean \
kono
parents:
diff changeset
512 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
kono
parents:
diff changeset
513 uninstall uninstall-am
kono
parents:
diff changeset
514
kono
parents:
diff changeset
515
kono
parents:
diff changeset
516 # Tell versions [3.59,3.63) of GNU make to not export all variables.
kono
parents:
diff changeset
517 # Otherwise a system limit (for SysV at least) may be exceeded.
kono
parents:
diff changeset
518 .NOEXPORT: