c++: Add support for -std={c,gnu}++2{c,6}
[official-gcc.git] / libffi / testsuite / Makefile.in
bloba19b523e54a8dc6c93e77094d63124a3a03f2418
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 target_triplet = @target@
91 subdir = testsuite
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
94 $(top_srcdir)/../config/asmcfi.m4 \
95 $(top_srcdir)/../config/cet.m4 \
96 $(top_srcdir)/../config/depstand.m4 \
97 $(top_srcdir)/../config/enable.m4 \
98 $(top_srcdir)/../config/lead-dot.m4 \
99 $(top_srcdir)/../config/multi.m4 \
100 $(top_srcdir)/../config/override.m4 \
101 $(top_srcdir)/../config/toolexeclibdir.m4 \
102 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
103 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
104 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
105 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107 $(ACLOCAL_M4)
108 DIST_COMMON = $(srcdir)/Makefile.am
109 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
110 CONFIG_HEADER = $(top_builddir)/fficonfig.h
111 CONFIG_CLEAN_FILES =
112 CONFIG_CLEAN_VPATH_FILES =
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115 am__v_P_0 = false
116 am__v_P_1 = :
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo " GEN " $@;
120 am__v_GEN_1 =
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123 am__v_at_0 = @
124 am__v_at_1 =
125 SOURCES =
126 am__can_run_installinfo = \
127 case $$AM_UPDATE_INFO_DIR in \
128 n|no|NO) false;; \
129 *) (install-info --version) >/dev/null 2>&1;; \
130 esac
131 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
132 DEJATOOL = $(PACKAGE)
133 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
134 EXPECT = expect
135 RUNTEST = runtest
136 ACLOCAL = @ACLOCAL@
137 ALLOCA = @ALLOCA@
138 AMTAR = @AMTAR@
139 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140 AM_LTLDFLAGS = @AM_LTLDFLAGS@
141 AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@
142 AR = @AR@
143 AUTOCONF = @AUTOCONF@
144 AUTOHEADER = @AUTOHEADER@
145 AUTOMAKE = @AUTOMAKE@
146 AWK = @AWK@
147 CC = @CC@
148 CCAS = @CCAS@
149 CCASDEPMODE = @CCASDEPMODE@
150 CCASFLAGS = @CCASFLAGS@
151 CCDEPMODE = @CCDEPMODE@
152 CET_FLAGS = @CET_FLAGS@
153 CFLAGS = @CFLAGS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CXX = @CXX@
157 CXXCPP = @CXXCPP@
158 CXXDEPMODE = @CXXDEPMODE@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DSYMUTIL = @DSYMUTIL@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@
171 FGREP = @FGREP@
172 GREP = @GREP@
173 HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@
174 HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 LD = @LD@
181 LDFLAGS = @LDFLAGS@
182 LIBOBJS = @LIBOBJS@
183 LIBS = @LIBS@
184 LIBTOOL = @LIBTOOL@
185 LIPO = @LIPO@
186 LN_S = @LN_S@
187 LTLIBOBJS = @LTLIBOBJS@
188 MAINT = @MAINT@
189 MAKEINFO = @MAKEINFO@
190 MKDIR_P = @MKDIR_P@
191 NM = @NM@
192 NMEDIT = @NMEDIT@
193 OBJDUMP = @OBJDUMP@
194 OBJEXT = @OBJEXT@
195 OPT_LDFLAGS = @OPT_LDFLAGS@
196 OTOOL = @OTOOL@
197 OTOOL64 = @OTOOL64@
198 PACKAGE = @PACKAGE@
199 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
200 PACKAGE_NAME = @PACKAGE_NAME@
201 PACKAGE_STRING = @PACKAGE_STRING@
202 PACKAGE_TARNAME = @PACKAGE_TARNAME@
203 PACKAGE_URL = @PACKAGE_URL@
204 PACKAGE_VERSION = @PACKAGE_VERSION@
205 PATH_SEPARATOR = @PATH_SEPARATOR@
206 RANLIB = @RANLIB@
207 READELF = @READELF@
208 SECTION_LDFLAGS = @SECTION_LDFLAGS@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHELL = @SHELL@
212 STRIP = @STRIP@
213 TARGET = @TARGET@
214 TARGETDIR = @TARGETDIR@
215 TARGET_OBJ = @TARGET_OBJ@
216 VERSION = @VERSION@
217 abs_builddir = @abs_builddir@
218 abs_srcdir = @abs_srcdir@
219 abs_top_builddir = @abs_top_builddir@
220 abs_top_srcdir = @abs_top_srcdir@
221 ac_ct_CC = @ac_ct_CC@
222 ac_ct_CXX = @ac_ct_CXX@
223 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
224 am__include = @am__include@
225 am__leading_dot = @am__leading_dot@
226 am__quote = @am__quote@
227 am__tar = @am__tar@
228 am__untar = @am__untar@
229 bindir = @bindir@
230 build = @build@
231 build_alias = @build_alias@
232 build_cpu = @build_cpu@
233 build_os = @build_os@
234 build_vendor = @build_vendor@
235 builddir = @builddir@
236 datadir = @datadir@
237 datarootdir = @datarootdir@
238 docdir = @docdir@
239 dvidir = @dvidir@
240 exec_prefix = @exec_prefix@
241 get_gcc_base_ver = @get_gcc_base_ver@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 htmldir = @htmldir@
248 includedir = @includedir@
249 infodir = @infodir@
250 install_sh = @install_sh@
251 libdir = @libdir@
252 libexecdir = @libexecdir@
253 localedir = @localedir@
254 localstatedir = @localstatedir@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 multi_basedir = @multi_basedir@
258 oldincludedir = @oldincludedir@
259 pdfdir = @pdfdir@
260 prefix = @prefix@
261 program_transform_name = @program_transform_name@
262 psdir = @psdir@
263 sbindir = @sbindir@
264 sharedstatedir = @sharedstatedir@
265 srcdir = @srcdir@
266 sysconfdir = @sysconfdir@
267 target = @target@
268 target_alias = @target_alias@
269 target_cpu = @target_cpu@
270 target_os = @target_os@
271 target_vendor = @target_vendor@
272 toolexecdir = @toolexecdir@
273 toolexeclibdir = @toolexeclibdir@
274 top_build_prefix = @top_build_prefix@
275 top_builddir = @top_builddir@
276 top_srcdir = @top_srcdir@
277 AUTOMAKE_OPTIONS = foreign dejagnu
278 EXTRA_DEJAGNU_SITE_CONFIG = ../local.exp
279 CLEANFILES = *.exe core* *.log *.sum
280 EXTRA_DIST = lib/target-libpath.exp lib/libffi.exp lib/wrapper.exp \
281 libffi.call/strlen4.c libffi.call/struct10.c libffi.call/many_mixed.c \
282 libffi.call/float.c libffi.call/struct5.c libffi.call/return_fl3.c \
283 libffi.call/return_fl1.c libffi.call/call.exp libffi.call/pyobjc-tc.c \
284 libffi.call/float_va.c libffi.call/struct8.c libffi.call/pr1172638.c \
285 libffi.call/return_sc.c libffi.call/va_struct1.c \
286 libffi.call/align_stdcall.c libffi.call/struct9.c libffi.call/va_1.c \
287 libffi.call/va_2.c libffi.call/va_struct2.c libffi.call/return_fl2.c \
288 libffi.call/align_mixed.c libffi.call/ffitest.h libffi.call/struct4.c \
289 libffi.call/return_ldl.c libffi.call/float3.c libffi.call/return_sl.c \
290 libffi.call/return_dbl1.c libffi.call/err_bad_typedef.c \
291 libffi.call/return_ll1.c libffi.call/return_dbl2.c \
292 libffi.call/negint.c libffi.closures/nested_struct3.c \
293 libffi.call/struct2.c libffi.call/struct3.c libffi.call/return_fl.c \
294 libffi.call/offsets.c libffi.call/struct7.c libffi.call/va_struct3.c \
295 libffi.call/float1.c libffi.call/uninitialized.c libffi.call/many2.c \
296 libffi.call/struct6.c libffi.call/strlen2.c libffi.call/float2.c \
297 libffi.call/return_ul.c libffi.call/struct1.c libffi.call/strlen3.c \
298 libffi.call/return_dbl.c libffi.call/float4.c libffi.call/many.c \
299 libffi.call/strlen.c libffi.call/return_uc.c libffi.call/many_double.c \
300 libffi.call/return_ll.c libffi.call/promotion.c \
301 libffi.complex/complex_defs_longdouble.inc \
302 libffi.complex/cls_align_complex_float.c \
303 libffi.complex/cls_complex_va_float.c \
304 libffi.complex/cls_complex_struct_float.c \
305 libffi.complex/return_complex2_longdouble.c \
306 libffi.complex/cls_complex_float.c \
307 libffi.complex/return_complex_longdouble.c \
308 libffi.complex/return_complex2_float.c libffi.complex/cls_complex.inc \
309 libffi.complex/cls_complex_va_longdouble.c \
310 libffi.complex/return_complex_double.c \
311 libffi.complex/return_complex.inc libffi.complex/many_complex.inc \
312 libffi.complex/complex_float.c libffi.complex/cls_align_complex.inc \
313 libffi.complex/return_complex2_double.c \
314 libffi.complex/many_complex_float.c libffi.complex/ffitest.h \
315 libffi.complex/return_complex1_double.c \
316 libffi.complex/cls_complex_struct_longdouble.c \
317 libffi.complex/complex_defs_double.inc \
318 libffi.complex/cls_complex_va_double.c \
319 libffi.complex/many_complex_double.c \
320 libffi.complex/return_complex2.inc \
321 libffi.complex/return_complex1_float.c \
322 libffi.complex/complex_longdouble.c \
323 libffi.complex/complex_defs_float.inc \
324 libffi.complex/cls_complex_double.c \
325 libffi.complex/cls_align_complex_double.c \
326 libffi.complex/cls_align_complex_longdouble.c \
327 libffi.complex/complex_double.c libffi.complex/cls_complex_va.inc \
328 libffi.complex/many_complex_longdouble.c libffi.complex/complex.inc \
329 libffi.complex/return_complex1_longdouble.c \
330 libffi.complex/complex_int.c libffi.complex/cls_complex_longdouble.c \
331 libffi.complex/cls_complex_struct_double.c \
332 libffi.complex/return_complex1.inc libffi.complex/complex.exp \
333 libffi.complex/cls_complex_struct.inc \
334 libffi.complex/return_complex_float.c libffi.go/closure1.c \
335 libffi.go/aa-direct.c libffi.go/ffitest.h libffi.go/go.exp \
336 libffi.go/static-chain.h libffi.bhaible/bhaible.exp \
337 libffi.bhaible/test-call.c libffi.bhaible/alignof.h \
338 libffi.bhaible/testcases.c libffi.bhaible/test-callback.c \
339 libffi.bhaible/Makefile libffi.bhaible/README config/default.exp \
340 libffi.closures/cls_multi_sshort.c \
341 libffi.closures/cls_align_longdouble_split2.c \
342 libffi.closures/cls_1_1byte.c libffi.closures/cls_uint_va.c \
343 libffi.closures/cls_3_1byte.c libffi.closures/cls_many_mixed_args.c \
344 libffi.closures/cls_20byte1.c libffi.closures/cls_pointer_stack.c \
345 libffi.closures/cls_align_float.c libffi.closures/cls_5_1_byte.c \
346 libffi.closures/cls_9byte1.c libffi.closures/cls_align_uint32.c \
347 libffi.closures/stret_medium.c libffi.closures/cls_3byte1.c \
348 libffi.closures/cls_align_uint64.c libffi.closures/cls_longdouble_va.c \
349 libffi.closures/cls_align_pointer.c libffi.closures/cls_19byte.c \
350 libffi.closures/cls_ushort.c libffi.closures/cls_align_sint32.c \
351 libffi.closures/cls_ulonglong.c libffi.closures/cls_struct_va1.c \
352 libffi.closures/cls_9byte2.c libffi.closures/closure_fn5.c \
353 libffi.closures/cls_5byte.c libffi.closures/cls_3float.c \
354 libffi.closures/closure.exp libffi.closures/cls_schar.c \
355 libffi.closures/closure_fn4.c \
356 libffi.closures/closure_fn0.c libffi.closures/huge_struct.c \
357 libffi.closures/cls_64byte.c libffi.closures/cls_longdouble.c \
358 libffi.closures/cls_ulong_va.c libffi.closures/cls_6_1_byte.c \
359 libffi.closures/cls_align_uint16.c libffi.closures/closure_fn2.c \
360 libffi.closures/unwindtest_ffi_call.cc \
361 libffi.closures/cls_multi_ushortchar.c libffi.closures/cls_8byte.c \
362 libffi.closures/ffitest.h libffi.closures/nested_struct8.c \
363 libffi.closures/cls_pointer.c libffi.closures/nested_struct2.c \
364 libffi.closures/nested_struct.c libffi.closures/cls_multi_schar.c \
365 libffi.closures/cls_align_longdouble_split.c \
366 libffi.closures/cls_uchar.c libffi.closures/nested_struct9.c \
367 libffi.closures/cls_float.c libffi.closures/stret_medium2.c \
368 libffi.closures/closure_loc_fn0.c libffi.closures/cls_6byte.c \
369 libffi.closures/closure_simple.c libffi.closures/cls_align_double.c \
370 libffi.closures/cls_multi_uchar.c libffi.closures/cls_4_1byte.c \
371 libffi.closures/closure_fn3.c libffi.closures/cls_align_sint64.c \
372 libffi.closures/nested_struct1.c libffi.closures/unwindtest.cc \
373 libffi.closures/nested_struct5.c libffi.closures/cls_multi_ushort.c \
374 libffi.closures/nested_struct11.c \
375 libffi.closures/nested_struct12.c \
376 libffi.closures/nested_struct13.c \
377 libffi.closures/cls_multi_sshortchar.c \
378 libffi.closures/cls_align_longdouble.c \
379 libffi.closures/cls_dbls_struct.c \
380 libffi.closures/cls_many_mixed_float_double.c \
381 libffi.closures/stret_large.c libffi.closures/stret_large2.c \
382 libffi.closures/cls_align_sint16.c libffi.closures/cls_2byte.c \
383 libffi.closures/nested_struct4.c libffi.closures/problem1.c \
384 libffi.closures/testclosure.c libffi.closures/nested_struct6.c \
385 libffi.closures/cls_4byte.c libffi.closures/cls_24byte.c \
386 libffi.closures/nested_struct10.c libffi.closures/cls_uint.c \
387 libffi.closures/cls_12byte.c libffi.closures/cls_sint.c \
388 libffi.closures/cls_7_1_byte.c libffi.closures/cls_sshort.c \
389 libffi.closures/cls_16byte.c libffi.closures/nested_struct7.c \
390 libffi.closures/cls_double_va.c libffi.closures/cls_3byte2.c \
391 libffi.closures/cls_double.c libffi.closures/cls_7byte.c \
392 libffi.closures/closure_fn6.c libffi.closures/closure_fn1.c \
393 libffi.closures/cls_20byte.c libffi.closures/cls_18byte.c \
394 libffi.closures/err_bad_abi.c \
395 libffi.closures/single_entry_structs1.c \
396 libffi.closures/single_entry_structs2.c \
397 libffi.closures/single_entry_structs3.c
399 all: all-am
401 .SUFFIXES:
402 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
403 @for dep in $?; do \
404 case '$(am__configure_deps)' in \
405 *$$dep*) \
406 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
407 && { if test -f $@; then exit 0; else break; fi; }; \
408 exit 1;; \
409 esac; \
410 done; \
411 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
412 $(am__cd) $(top_srcdir) && \
413 $(AUTOMAKE) --foreign testsuite/Makefile
414 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
415 @case '$?' in \
416 *config.status*) \
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
418 *) \
419 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
420 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
421 esac;
423 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
426 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
429 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
430 $(am__aclocal_m4_deps):
432 mostlyclean-libtool:
433 -rm -f *.lo
435 clean-libtool:
436 -rm -rf .libs _libs
437 tags TAGS:
439 ctags CTAGS:
441 cscope cscopelist:
444 check-DEJAGNU: site.exp
445 srcdir='$(srcdir)'; export srcdir; \
446 EXPECT=$(EXPECT); export EXPECT; \
447 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
448 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
449 if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
450 then :; else exit_status=1; fi; \
451 done; \
452 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
453 fi; \
454 exit $$exit_status
455 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
456 @echo 'Making a new site.exp file ...'
457 @echo '## these variables are automatically generated by make ##' >site.tmp
458 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
459 @echo '# edit the last section' >>site.tmp
460 @echo 'set srcdir "$(srcdir)"' >>site.tmp
461 @echo "set objdir `pwd`" >>site.tmp
462 @echo 'set build_alias "$(build_alias)"' >>site.tmp
463 @echo 'set build_triplet $(build_triplet)' >>site.tmp
464 @echo 'set host_alias "$(host_alias)"' >>site.tmp
465 @echo 'set host_triplet $(host_triplet)' >>site.tmp
466 @echo 'set target_alias "$(target_alias)"' >>site.tmp
467 @echo 'set target_triplet $(target_triplet)' >>site.tmp
468 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
469 echo "## Begin content included from file $$f. Do not modify. ##" \
470 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
471 && echo "## End content included from file $$f. ##" \
472 || exit 1; \
473 done >> site.tmp
474 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
475 @if test -f site.exp; then \
476 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
478 @-rm -f site.bak
479 @test ! -f site.exp || mv site.exp site.bak
480 @mv site.tmp site.exp
482 distclean-DEJAGNU:
483 -rm -f site.exp site.bak
484 -l='$(DEJATOOL)'; for tool in $$l; do \
485 rm -f $$tool.sum $$tool.log; \
486 done
487 check-am: all-am
488 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
489 check: check-am
490 all-am: Makefile
491 installdirs:
492 install: install-am
493 install-exec: install-exec-am
494 install-data: install-data-am
495 uninstall: uninstall-am
497 install-am: all-am
498 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500 installcheck: installcheck-am
501 install-strip:
502 if test -z '$(STRIP)'; then \
503 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505 install; \
506 else \
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
511 mostlyclean-generic:
513 clean-generic:
514 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
516 distclean-generic:
517 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
520 maintainer-clean-generic:
521 @echo "This command is intended for maintainers to use"
522 @echo "it deletes files that may require special tools to rebuild."
523 clean: clean-am
525 clean-am: clean-generic clean-libtool mostlyclean-am
527 distclean: distclean-am
528 -rm -f Makefile
529 distclean-am: clean-am distclean-DEJAGNU distclean-generic
531 dvi: dvi-am
533 dvi-am:
535 html: html-am
537 html-am:
539 info: info-am
541 info-am:
543 install-data-am:
545 install-dvi: install-dvi-am
547 install-dvi-am:
549 install-exec-am:
551 install-html: install-html-am
553 install-html-am:
555 install-info: install-info-am
557 install-info-am:
559 install-man:
561 install-pdf: install-pdf-am
563 install-pdf-am:
565 install-ps: install-ps-am
567 install-ps-am:
569 installcheck-am:
571 maintainer-clean: maintainer-clean-am
572 -rm -f Makefile
573 maintainer-clean-am: distclean-am maintainer-clean-generic
575 mostlyclean: mostlyclean-am
577 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
579 pdf: pdf-am
581 pdf-am:
583 ps: ps-am
585 ps-am:
587 uninstall-am:
589 .MAKE: check-am install-am install-strip
591 .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
592 clean-libtool cscopelist-am ctags-am distclean \
593 distclean-DEJAGNU distclean-generic distclean-libtool dvi \
594 dvi-am html html-am info info-am install install-am \
595 install-data install-data-am install-dvi install-dvi-am \
596 install-exec install-exec-am install-html install-html-am \
597 install-info install-info-am install-man install-pdf \
598 install-pdf-am install-ps install-ps-am install-strip \
599 installcheck installcheck-am installdirs maintainer-clean \
600 maintainer-clean-generic mostlyclean mostlyclean-generic \
601 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
602 uninstall-am
604 .PRECIOUS: Makefile
607 # Tell versions [3.59,3.63) of GNU make to not export all variables.
608 # Otherwise a system limit (for SysV at least) may be exceeded.
609 .NOEXPORT: