Makefile.in 20 KB

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