1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 Free Software Foundation, Inc. 5 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. 9 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. 14 15@SET_MAKE@ 16VPATH = @srcdir@ 17am__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; \ 27} 28am__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 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90target_triplet = @target@ 91subdir = testsuite 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/asmcfi.m4 \ 94 $(top_srcdir)/m4/ax_append_flag.m4 \ 95 $(top_srcdir)/m4/ax_cc_maxopt.m4 \ 96 $(top_srcdir)/m4/ax_cflags_warn_all.m4 \ 97 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 98 $(top_srcdir)/m4/ax_compiler_vendor.m4 \ 99 $(top_srcdir)/m4/ax_configure_args.m4 \ 100 $(top_srcdir)/m4/ax_enable_builddir.m4 \ 101 $(top_srcdir)/m4/ax_gcc_archflag.m4 \ 102 $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \ 103 $(top_srcdir)/m4/ax_require_defined.m4 \ 104 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 105 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 106 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ 107 $(top_srcdir)/configure.ac 108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 109 $(ACLOCAL_M4) 110DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 111mkinstalldirs = $(install_sh) -d 112CONFIG_HEADER = $(top_builddir)/fficonfig.h 113CONFIG_CLEAN_FILES = 114CONFIG_CLEAN_VPATH_FILES = 115AM_V_P = $(am__v_P_@AM_V@) 116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 117am__v_P_0 = false 118am__v_P_1 = : 119AM_V_GEN = $(am__v_GEN_@AM_V@) 120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 121am__v_GEN_0 = @echo " GEN " $@; 122am__v_GEN_1 = 123AM_V_at = $(am__v_at_@AM_V@) 124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 125am__v_at_0 = @ 126am__v_at_1 = 127SOURCES = 128DIST_SOURCES = 129am__can_run_installinfo = \ 130 case $$AM_UPDATE_INFO_DIR in \ 131 n|no|NO) false;; \ 132 *) (install-info --version) >/dev/null 2>&1;; \ 133 esac 134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 135DEJATOOL = $(PACKAGE) 136RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir 137EXPECT = expect 138RUNTEST = runtest 139am__DIST_COMMON = $(srcdir)/Makefile.in 140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 141ACLOCAL = @ACLOCAL@ 142ALLOCA = @ALLOCA@ 143AMTAR = @AMTAR@ 144AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 145AM_LTLDFLAGS = @AM_LTLDFLAGS@ 146AM_RUNTESTFLAGS = @AM_RUNTESTFLAGS@ 147AR = @AR@ 148AUTOCONF = @AUTOCONF@ 149AUTOHEADER = @AUTOHEADER@ 150AUTOMAKE = @AUTOMAKE@ 151AWK = @AWK@ 152CC = @CC@ 153CCAS = @CCAS@ 154CCASDEPMODE = @CCASDEPMODE@ 155CCASFLAGS = @CCASFLAGS@ 156CCDEPMODE = @CCDEPMODE@ 157CFLAGS = @CFLAGS@ 158CPP = @CPP@ 159CPPFLAGS = @CPPFLAGS@ 160CXX = @CXX@ 161CXXCPP = @CXXCPP@ 162CXXDEPMODE = @CXXDEPMODE@ 163CXXFLAGS = @CXXFLAGS@ 164CYGPATH_W = @CYGPATH_W@ 165DEFS = @DEFS@ 166DEPDIR = @DEPDIR@ 167DLLTOOL = @DLLTOOL@ 168DSYMUTIL = @DSYMUTIL@ 169DUMPBIN = @DUMPBIN@ 170ECHO_C = @ECHO_C@ 171ECHO_N = @ECHO_N@ 172ECHO_T = @ECHO_T@ 173EGREP = @EGREP@ 174EXEEXT = @EXEEXT@ 175FFI_EXEC_TRAMPOLINE_TABLE = @FFI_EXEC_TRAMPOLINE_TABLE@ 176FGREP = @FGREP@ 177GREP = @GREP@ 178HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@ 179HAVE_LONG_DOUBLE_VARIANT = @HAVE_LONG_DOUBLE_VARIANT@ 180INSTALL = @INSTALL@ 181INSTALL_DATA = @INSTALL_DATA@ 182INSTALL_PROGRAM = @INSTALL_PROGRAM@ 183INSTALL_SCRIPT = @INSTALL_SCRIPT@ 184INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 185LD = @LD@ 186LDFLAGS = @LDFLAGS@ 187LIBOBJS = @LIBOBJS@ 188LIBS = @LIBS@ 189LIBTOOL = @LIBTOOL@ 190LIPO = @LIPO@ 191LN_S = @LN_S@ 192LTLIBOBJS = @LTLIBOBJS@ 193LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 194MAINT = @MAINT@ 195MAKEINFO = @MAKEINFO@ 196MANIFEST_TOOL = @MANIFEST_TOOL@ 197MKDIR_P = @MKDIR_P@ 198NM = @NM@ 199NMEDIT = @NMEDIT@ 200OBJDUMP = @OBJDUMP@ 201OBJEXT = @OBJEXT@ 202OPT_LDFLAGS = @OPT_LDFLAGS@ 203OTOOL = @OTOOL@ 204OTOOL64 = @OTOOL64@ 205PACKAGE = @PACKAGE@ 206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 207PACKAGE_NAME = @PACKAGE_NAME@ 208PACKAGE_STRING = @PACKAGE_STRING@ 209PACKAGE_TARNAME = @PACKAGE_TARNAME@ 210PACKAGE_URL = @PACKAGE_URL@ 211PACKAGE_VERSION = @PACKAGE_VERSION@ 212PATH_SEPARATOR = @PATH_SEPARATOR@ 213PRTDIAG = @PRTDIAG@ 214RANLIB = @RANLIB@ 215SECTION_LDFLAGS = @SECTION_LDFLAGS@ 216SED = @SED@ 217SET_MAKE = @SET_MAKE@ 218SHELL = @SHELL@ 219STRIP = @STRIP@ 220TARGET = @TARGET@ 221TARGETDIR = @TARGETDIR@ 222TARGET_OBJ = @TARGET_OBJ@ 223VERSION = @VERSION@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_AR = @ac_ct_AR@ 229ac_ct_CC = @ac_ct_CC@ 230ac_ct_CXX = @ac_ct_CXX@ 231ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 232am__include = @am__include@ 233am__leading_dot = @am__leading_dot@ 234am__quote = @am__quote@ 235am__tar = @am__tar@ 236am__untar = @am__untar@ 237ax_enable_builddir_sed = @ax_enable_builddir_sed@ 238bindir = @bindir@ 239build = @build@ 240build_alias = @build_alias@ 241build_cpu = @build_cpu@ 242build_os = @build_os@ 243build_vendor = @build_vendor@ 244builddir = @builddir@ 245datadir = @datadir@ 246datarootdir = @datarootdir@ 247docdir = @docdir@ 248dvidir = @dvidir@ 249exec_prefix = @exec_prefix@ 250host = @host@ 251host_alias = @host_alias@ 252host_cpu = @host_cpu@ 253host_os = @host_os@ 254host_vendor = @host_vendor@ 255htmldir = @htmldir@ 256includedir = @includedir@ 257infodir = @infodir@ 258install_sh = @install_sh@ 259libdir = @libdir@ 260libexecdir = @libexecdir@ 261localedir = @localedir@ 262localstatedir = @localstatedir@ 263mandir = @mandir@ 264mkdir_p = @mkdir_p@ 265oldincludedir = @oldincludedir@ 266pdfdir = @pdfdir@ 267prefix = @prefix@ 268program_transform_name = @program_transform_name@ 269psdir = @psdir@ 270sbindir = @sbindir@ 271sharedstatedir = @sharedstatedir@ 272srcdir = @srcdir@ 273sys_symbol_underscore = @sys_symbol_underscore@ 274sysconfdir = @sysconfdir@ 275target = @target@ 276target_alias = @target_alias@ 277target_cpu = @target_cpu@ 278target_os = @target_os@ 279target_vendor = @target_vendor@ 280toolexecdir = @toolexecdir@ 281toolexeclibdir = @toolexeclibdir@ 282top_build_prefix = @top_build_prefix@ 283top_builddir = @top_builddir@ 284top_srcdir = @top_srcdir@ 285AUTOMAKE_OPTIONS = foreign dejagnu 286EXTRA_DEJAGNU_SITE_CONFIG = ../local.exp 287CLEANFILES = *.exe core* *.log *.sum 288EXTRA_DIST = lib/target-libpath.exp lib/libffi.exp lib/wrapper.exp \ 289libffi.call/strlen4.c libffi.call/struct10.c libffi.call/many_mixed.c \ 290libffi.call/float.c libffi.call/struct5.c libffi.call/return_fl3.c \ 291libffi.call/return_fl1.c libffi.call/call.exp libffi.call/pyobjc-tc.c \ 292libffi.call/float_va.c libffi.call/struct8.c libffi.call/pr1172638.c \ 293libffi.call/return_sc.c libffi.call/va_struct1.c \ 294libffi.call/align_stdcall.c libffi.call/struct9.c libffi.call/va_1.c \ 295libffi.call/va_struct2.c libffi.call/return_fl2.c \ 296libffi.call/align_mixed.c libffi.call/ffitest.h libffi.call/struct4.c \ 297libffi.call/return_ldl.c libffi.call/float3.c libffi.call/return_sl.c \ 298libffi.call/return_dbl1.c libffi.call/err_bad_typedef.c \ 299libffi.call/return_ll1.c libffi.call/return_dbl2.c \ 300libffi.call/negint.c libffi.closures/nested_struct3.c \ 301libffi.call/struct2.c libffi.call/struct3.c libffi.call/return_fl.c \ 302libffi.call/offsets.c libffi.call/struct7.c libffi.call/va_struct3.c \ 303libffi.call/float1.c libffi.call/uninitialized.c libffi.call/many2.c \ 304libffi.call/struct6.c libffi.call/strlen2.c libffi.call/float2.c \ 305libffi.call/return_ul.c libffi.call/struct1.c libffi.call/strlen3.c \ 306libffi.call/return_dbl.c libffi.call/float4.c libffi.call/many.c \ 307libffi.call/strlen.c libffi.call/return_uc.c libffi.call/many_double.c \ 308libffi.call/return_ll.c libffi.call/promotion.c \ 309libffi.complex/complex_defs_longdouble.inc \ 310libffi.complex/cls_align_complex_float.c \ 311libffi.complex/cls_complex_va_float.c \ 312libffi.complex/cls_complex_struct_float.c \ 313libffi.complex/return_complex2_longdouble.c \ 314libffi.complex/cls_complex_float.c \ 315libffi.complex/return_complex_longdouble.c \ 316libffi.complex/return_complex2_float.c libffi.complex/cls_complex.inc \ 317libffi.complex/cls_complex_va_longdouble.c \ 318libffi.complex/return_complex_double.c \ 319libffi.complex/return_complex.inc libffi.complex/many_complex.inc \ 320libffi.complex/complex_float.c libffi.complex/cls_align_complex.inc \ 321libffi.complex/return_complex2_double.c \ 322libffi.complex/many_complex_float.c libffi.complex/ffitest.h \ 323libffi.complex/return_complex1_double.c \ 324libffi.complex/cls_complex_struct_longdouble.c \ 325libffi.complex/complex_defs_double.inc \ 326libffi.complex/cls_complex_va_double.c \ 327libffi.complex/many_complex_double.c \ 328libffi.complex/return_complex2.inc \ 329libffi.complex/return_complex1_float.c \ 330libffi.complex/complex_longdouble.c \ 331libffi.complex/complex_defs_float.inc \ 332libffi.complex/cls_complex_double.c \ 333libffi.complex/cls_align_complex_double.c \ 334libffi.complex/cls_align_complex_longdouble.c \ 335libffi.complex/complex_double.c libffi.complex/cls_complex_va.inc \ 336libffi.complex/many_complex_longdouble.c libffi.complex/complex.inc \ 337libffi.complex/return_complex1_longdouble.c \ 338libffi.complex/complex_int.c libffi.complex/cls_complex_longdouble.c \ 339libffi.complex/cls_complex_struct_double.c \ 340libffi.complex/return_complex1.inc libffi.complex/complex.exp \ 341libffi.complex/cls_complex_struct.inc \ 342libffi.complex/return_complex_float.c libffi.go/closure1.c \ 343libffi.go/aa-direct.c libffi.go/ffitest.h libffi.go/go.exp \ 344libffi.go/static-chain.h libffi.bhaible/bhaible.exp \ 345libffi.bhaible/test-call.c libffi.bhaible/alignof.h \ 346libffi.bhaible/testcases.c libffi.bhaible/test-callback.c \ 347libffi.bhaible/Makefile libffi.bhaible/README config/default.exp \ 348libffi.closures/cls_multi_sshort.c \ 349libffi.closures/cls_align_longdouble_split2.c \ 350libffi.closures/cls_1_1byte.c libffi.closures/cls_uint_va.c \ 351libffi.closures/cls_3_1byte.c libffi.closures/cls_many_mixed_args.c \ 352libffi.closures/cls_20byte1.c libffi.closures/cls_pointer_stack.c \ 353libffi.closures/cls_align_float.c libffi.closures/cls_5_1_byte.c \ 354libffi.closures/cls_9byte1.c libffi.closures/cls_align_uint32.c \ 355libffi.closures/stret_medium.c libffi.closures/cls_3byte1.c \ 356libffi.closures/cls_align_uint64.c libffi.closures/cls_longdouble_va.c \ 357libffi.closures/cls_align_pointer.c libffi.closures/cls_19byte.c \ 358libffi.closures/cls_ushort.c libffi.closures/cls_align_sint32.c \ 359libffi.closures/cls_ulonglong.c libffi.closures/cls_struct_va1.c \ 360libffi.closures/cls_9byte2.c libffi.closures/closure_fn5.c \ 361libffi.closures/cls_5byte.c libffi.closures/cls_3float.c \ 362libffi.closures/closure.exp libffi.closures/cls_schar.c \ 363libffi.closures/closure_fn4.c libffi.closures/cls_uchar_va.c \ 364libffi.closures/closure_fn0.c libffi.closures/huge_struct.c \ 365libffi.closures/cls_ushort_va.c \ 366libffi.closures/cls_64byte.c libffi.closures/cls_longdouble.c \ 367libffi.closures/cls_ulong_va.c libffi.closures/cls_6_1_byte.c \ 368libffi.closures/cls_align_uint16.c libffi.closures/closure_fn2.c \ 369libffi.closures/unwindtest_ffi_call.cc \ 370libffi.closures/cls_multi_ushortchar.c libffi.closures/cls_8byte.c \ 371libffi.closures/ffitest.h libffi.closures/nested_struct8.c \ 372libffi.closures/cls_pointer.c libffi.closures/nested_struct2.c \ 373libffi.closures/nested_struct.c libffi.closures/cls_multi_schar.c \ 374libffi.closures/cls_align_longdouble_split.c \ 375libffi.closures/cls_uchar.c libffi.closures/nested_struct9.c \ 376libffi.closures/cls_float.c libffi.closures/stret_medium2.c \ 377libffi.closures/closure_loc_fn0.c libffi.closures/cls_6byte.c \ 378libffi.closures/closure_simple.c libffi.closures/cls_align_double.c \ 379libffi.closures/cls_multi_uchar.c libffi.closures/cls_4_1byte.c \ 380libffi.closures/closure_fn3.c libffi.closures/cls_align_sint64.c \ 381libffi.closures/nested_struct1.c libffi.closures/unwindtest.cc \ 382libffi.closures/nested_struct5.c libffi.closures/cls_multi_ushort.c \ 383libffi.closures/nested_struct11.c \ 384libffi.closures/cls_multi_sshortchar.c \ 385libffi.closures/cls_align_longdouble.c \ 386libffi.closures/cls_dbls_struct.c \ 387libffi.closures/cls_many_mixed_float_double.c \ 388libffi.closures/stret_large.c libffi.closures/stret_large2.c \ 389libffi.closures/cls_align_sint16.c libffi.closures/cls_2byte.c \ 390libffi.closures/nested_struct4.c libffi.closures/problem1.c \ 391libffi.closures/testclosure.c libffi.closures/nested_struct6.c \ 392libffi.closures/cls_4byte.c libffi.closures/cls_24byte.c \ 393libffi.closures/nested_struct10.c libffi.closures/cls_uint.c \ 394libffi.closures/cls_12byte.c libffi.closures/cls_sint.c \ 395libffi.closures/cls_7_1_byte.c libffi.closures/cls_sshort.c \ 396libffi.closures/cls_16byte.c libffi.closures/nested_struct7.c \ 397libffi.closures/cls_double_va.c libffi.closures/cls_3byte2.c \ 398libffi.closures/cls_double.c libffi.closures/cls_7byte.c \ 399libffi.closures/closure_fn6.c libffi.closures/closure_fn1.c \ 400libffi.closures/cls_20byte.c libffi.closures/cls_18byte.c \ 401libffi.closures/err_bad_abi.c 402 403all: all-am 404 405.SUFFIXES: 406$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 407 @for dep in $?; do \ 408 case '$(am__configure_deps)' in \ 409 *$$dep*) \ 410 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 411 && { if test -f $@; then exit 0; else break; fi; }; \ 412 exit 1;; \ 413 esac; \ 414 done; \ 415 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \ 416 $(am__cd) $(top_srcdir) && \ 417 $(AUTOMAKE) --foreign testsuite/Makefile 418Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 419 @case '$?' in \ 420 *config.status*) \ 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 422 *) \ 423 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 424 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 425 esac; 426 427$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 428 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 429 430$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 431 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 432$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 433 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 434$(am__aclocal_m4_deps): 435 436mostlyclean-libtool: 437 -rm -f *.lo 438 439clean-libtool: 440 -rm -rf .libs _libs 441tags TAGS: 442 443ctags CTAGS: 444 445cscope cscopelist: 446 447 448check-DEJAGNU: site.exp 449 srcdir='$(srcdir)'; export srcdir; \ 450 EXPECT=$(EXPECT); export EXPECT; \ 451 if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \ 452 exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \ 453 if $(RUNTEST) $(RUNTESTDEFAULTFLAGS) $(AM_RUNTESTFLAGS) $(RUNTESTFLAGS); \ 454 then :; else exit_status=1; fi; \ 455 done; \ 456 else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\ 457 fi; \ 458 exit $$exit_status 459site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG) 460 @echo 'Making a new site.exp file ...' 461 @echo '## these variables are automatically generated by make ##' >site.tmp 462 @echo '# Do not edit here. If you wish to override these values' >>site.tmp 463 @echo '# edit the last section' >>site.tmp 464 @echo 'set srcdir "$(srcdir)"' >>site.tmp 465 @echo "set objdir `pwd`" >>site.tmp 466 @echo 'set build_alias "$(build_alias)"' >>site.tmp 467 @echo 'set build_triplet $(build_triplet)' >>site.tmp 468 @echo 'set host_alias "$(host_alias)"' >>site.tmp 469 @echo 'set host_triplet $(host_triplet)' >>site.tmp 470 @echo 'set target_alias "$(target_alias)"' >>site.tmp 471 @echo 'set target_triplet $(target_triplet)' >>site.tmp 472 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \ 473 echo "## Begin content included from file $$f. Do not modify. ##" \ 474 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ 475 && echo "## End content included from file $$f. ##" \ 476 || exit 1; \ 477 done >> site.tmp 478 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp 479 @if test -f site.exp; then \ 480 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \ 481 fi 482 @-rm -f site.bak 483 @test ! -f site.exp || mv site.exp site.bak 484 @mv site.tmp site.exp 485 486distclean-DEJAGNU: 487 -rm -f site.exp site.bak 488 -l='$(DEJATOOL)'; for tool in $$l; do \ 489 rm -f $$tool.sum $$tool.log; \ 490 done 491 492distdir: $(BUILT_SOURCES) 493 $(MAKE) $(AM_MAKEFLAGS) distdir-am 494 495distdir-am: $(DISTFILES) 496 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 497 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 498 list='$(DISTFILES)'; \ 499 dist_files=`for file in $$list; do echo $$file; done | \ 500 sed -e "s|^$$srcdirstrip/||;t" \ 501 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 502 case $$dist_files in \ 503 */*) $(MKDIR_P) `echo "$$dist_files" | \ 504 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 505 sort -u` ;; \ 506 esac; \ 507 for file in $$dist_files; do \ 508 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 509 if test -d $$d/$$file; then \ 510 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 511 if test -d "$(distdir)/$$file"; then \ 512 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 513 fi; \ 514 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 515 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 516 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 517 fi; \ 518 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 519 else \ 520 test -f "$(distdir)/$$file" \ 521 || cp -p $$d/$$file "$(distdir)/$$file" \ 522 || exit 1; \ 523 fi; \ 524 done 525check-am: all-am 526 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU 527check: check-am 528all-am: Makefile 529installdirs: 530install: install-am 531install-exec: install-exec-am 532install-data: install-data-am 533uninstall: uninstall-am 534 535install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538installcheck: installcheck-am 539install-strip: 540 if test -z '$(STRIP)'; then \ 541 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 542 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 543 install; \ 544 else \ 545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 547 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 548 fi 549mostlyclean-generic: 550 551clean-generic: 552 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 553 554distclean-generic: 555 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 556 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 557 558maintainer-clean-generic: 559 @echo "This command is intended for maintainers to use" 560 @echo "it deletes files that may require special tools to rebuild." 561clean: clean-am 562 563clean-am: clean-generic clean-libtool mostlyclean-am 564 565distclean: distclean-am 566 -rm -f Makefile 567distclean-am: clean-am distclean-DEJAGNU distclean-generic 568 569dvi: dvi-am 570 571dvi-am: 572 573html: html-am 574 575html-am: 576 577info: info-am 578 579info-am: 580 581install-data-am: 582 583install-dvi: install-dvi-am 584 585install-dvi-am: 586 587install-exec-am: 588 589install-html: install-html-am 590 591install-html-am: 592 593install-info: install-info-am 594 595install-info-am: 596 597install-man: 598 599install-pdf: install-pdf-am 600 601install-pdf-am: 602 603install-ps: install-ps-am 604 605install-ps-am: 606 607installcheck-am: 608 609maintainer-clean: maintainer-clean-am 610 -rm -f Makefile 611maintainer-clean-am: distclean-am maintainer-clean-generic 612 613mostlyclean: mostlyclean-am 614 615mostlyclean-am: mostlyclean-generic mostlyclean-libtool 616 617pdf: pdf-am 618 619pdf-am: 620 621ps: ps-am 622 623ps-am: 624 625uninstall-am: 626 627.MAKE: check-am install-am install-strip 628 629.PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \ 630 clean-libtool cscopelist-am ctags-am distclean \ 631 distclean-DEJAGNU distclean-generic distclean-libtool distdir \ 632 dvi dvi-am html html-am info info-am install install-am \ 633 install-data install-data-am install-dvi install-dvi-am \ 634 install-exec install-exec-am install-html install-html-am \ 635 install-info install-info-am install-man install-pdf \ 636 install-pdf-am install-ps install-ps-am install-strip \ 637 installcheck installcheck-am installdirs maintainer-clean \ 638 maintainer-clean-generic mostlyclean mostlyclean-generic \ 639 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ 640 uninstall-am 641 642.PRECIOUS: Makefile 643 644 645# Tell versions [3.59,3.63) of GNU make to not export all variables. 646# Otherwise a system limit (for SysV at least) may be exceeded. 647.NOEXPORT: 648