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