Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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/depstand.m4 \
  92. $(top_srcdir)/../config/enable.m4 \
  93. $(top_srcdir)/../config/futex.m4 \
  94. $(top_srcdir)/../config/hwcaps.m4 \
  95. $(top_srcdir)/../config/lead-dot.m4 \
  96. $(top_srcdir)/../config/mmap.m4 \
  97. $(top_srcdir)/../config/multi.m4 \
  98. $(top_srcdir)/../config/override.m4 \
  99. $(top_srcdir)/../config/stdint.m4 \
  100. $(top_srcdir)/../config/tls.m4 \
  101. $(top_srcdir)/../config/toolexeclibdir.m4 \
  102. $(top_srcdir)/../config/weakref.m4 \
  103. $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
  104. $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
  105. $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
  106. $(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
  107. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  108. $(ACLOCAL_M4)
  109. DIST_COMMON = $(srcdir)/Makefile.am
  110. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  111. CONFIG_HEADER = $(top_builddir)/config.h
  112. CONFIG_CLEAN_FILES =
  113. CONFIG_CLEAN_VPATH_FILES =
  114. AM_V_P = $(am__v_P_@AM_V@)
  115. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_@AM_V@)
  119. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_@AM_V@)
  123. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. SOURCES =
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  133. DEJATOOL = $(PACKAGE)
  134. RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
  135. ACLOCAL = @ACLOCAL@
  136. AMTAR = @AMTAR@
  137. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  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. CFLAGS = @CFLAGS@
  149. CPP = @CPP@
  150. CPPFLAGS = @CPPFLAGS@
  151. CXX = @CXX@
  152. CXXCPP = @CXXCPP@
  153. CXXDEPMODE = @CXXDEPMODE@
  154. CXXFLAGS = @CXXFLAGS@
  155. CYGPATH_W = @CYGPATH_W@
  156. DEFS = @DEFS@
  157. DEPDIR = @DEPDIR@
  158. DSYMUTIL = @DSYMUTIL@
  159. DUMPBIN = @DUMPBIN@
  160. ECHO_C = @ECHO_C@
  161. ECHO_N = @ECHO_N@
  162. ECHO_T = @ECHO_T@
  163. EGREP = @EGREP@
  164. EXEEXT = @EXEEXT@
  165. FGREP = @FGREP@
  166. GREP = @GREP@
  167. HWCAP_LDFLAGS = @HWCAP_LDFLAGS@
  168. INSTALL = @INSTALL@
  169. INSTALL_DATA = @INSTALL_DATA@
  170. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  171. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  172. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  173. LD = @LD@
  174. LDFLAGS = @LDFLAGS@
  175. LIBOBJS = @LIBOBJS@
  176. LIBS = @LIBS@
  177. LIBTOOL = @LIBTOOL@
  178. LIPO = @LIPO@
  179. LN_S = @LN_S@
  180. LTLIBOBJS = @LTLIBOBJS@
  181. MAINT = @MAINT@
  182. MAKEINFO = @MAKEINFO@
  183. MKDIR_P = @MKDIR_P@
  184. NM = @NM@
  185. NMEDIT = @NMEDIT@
  186. OBJDUMP = @OBJDUMP@
  187. OBJEXT = @OBJEXT@
  188. OPT_LDFLAGS = @OPT_LDFLAGS@
  189. OTOOL = @OTOOL@
  190. OTOOL64 = @OTOOL64@
  191. PACKAGE = @PACKAGE@
  192. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  193. PACKAGE_NAME = @PACKAGE_NAME@
  194. PACKAGE_STRING = @PACKAGE_STRING@
  195. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  196. PACKAGE_URL = @PACKAGE_URL@
  197. PACKAGE_VERSION = @PACKAGE_VERSION@
  198. PATH_SEPARATOR = @PATH_SEPARATOR@
  199. PERL = @PERL@
  200. RANLIB = @RANLIB@
  201. SECTION_LDFLAGS = @SECTION_LDFLAGS@
  202. SED = @SED@
  203. SET_MAKE = @SET_MAKE@
  204. SHELL = @SHELL@
  205. STRIP = @STRIP@
  206. VERSION = @VERSION@
  207. XCFLAGS = @XCFLAGS@
  208. XLDFLAGS = @XLDFLAGS@
  209. abs_builddir = @abs_builddir@
  210. abs_srcdir = @abs_srcdir@
  211. abs_top_builddir = @abs_top_builddir@
  212. abs_top_srcdir = @abs_top_srcdir@
  213. ac_ct_CC = @ac_ct_CC@
  214. ac_ct_CXX = @ac_ct_CXX@
  215. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  216. am__include = @am__include@
  217. am__leading_dot = @am__leading_dot@
  218. am__quote = @am__quote@
  219. am__tar = @am__tar@
  220. am__untar = @am__untar@
  221. bindir = @bindir@
  222. build = @build@
  223. build_alias = @build_alias@
  224. build_cpu = @build_cpu@
  225. build_os = @build_os@
  226. build_vendor = @build_vendor@
  227. builddir = @builddir@
  228. config_path = @config_path@
  229. datadir = @datadir@
  230. datarootdir = @datarootdir@
  231. docdir = @docdir@
  232. dvidir = @dvidir@
  233. enable_shared = @enable_shared@
  234. enable_static = @enable_static@
  235. exec_prefix = @exec_prefix@
  236. get_gcc_base_ver = @get_gcc_base_ver@
  237. host = @host@
  238. host_alias = @host_alias@
  239. host_cpu = @host_cpu@
  240. host_os = @host_os@
  241. host_vendor = @host_vendor@
  242. htmldir = @htmldir@
  243. includedir = @includedir@
  244. infodir = @infodir@
  245. install_sh = @install_sh@
  246. libdir = @libdir@
  247. libexecdir = @libexecdir@
  248. libtool_VERSION = @libtool_VERSION@
  249. link_itm = @link_itm@
  250. localedir = @localedir@
  251. localstatedir = @localstatedir@
  252. mandir = @mandir@
  253. mkdir_p = @mkdir_p@
  254. multi_basedir = @multi_basedir@
  255. oldincludedir = @oldincludedir@
  256. pdfdir = @pdfdir@
  257. prefix = @prefix@
  258. program_transform_name = @program_transform_name@
  259. psdir = @psdir@
  260. sbindir = @sbindir@
  261. sharedstatedir = @sharedstatedir@
  262. srcdir = @srcdir@
  263. sysconfdir = @sysconfdir@
  264. target = @target@
  265. target_alias = @target_alias@
  266. target_cpu = @target_cpu@
  267. target_os = @target_os@
  268. target_vendor = @target_vendor@
  269. toolexecdir = @toolexecdir@
  270. toolexeclibdir = @toolexeclibdir@
  271. top_build_prefix = @top_build_prefix@
  272. top_builddir = @top_builddir@
  273. top_srcdir = @top_srcdir@
  274. AUTOMAKE_OPTIONS = foreign dejagnu
  275. # May be used by various substitution variables.
  276. gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
  277. EXPECT = $(shell if test -f $(top_builddir)/../expect/expect; then \
  278. echo $(top_builddir)/../expect/expect; else echo expect; fi)
  279. _RUNTEST = $(shell if test -f $(top_srcdir)/../dejagnu/runtest; then \
  280. echo $(top_srcdir)/../dejagnu/runtest; else echo runtest; fi)
  281. RUNTEST = $(_RUNTEST) $(AM_RUNTESTFLAGS)
  282. all: all-am
  283. .SUFFIXES:
  284. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  285. @for dep in $?; do \
  286. case '$(am__configure_deps)' in \
  287. *$$dep*) \
  288. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  289. && { if test -f $@; then exit 0; else break; fi; }; \
  290. exit 1;; \
  291. esac; \
  292. done; \
  293. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
  294. $(am__cd) $(top_srcdir) && \
  295. $(AUTOMAKE) --foreign testsuite/Makefile
  296. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  297. @case '$?' in \
  298. *config.status*) \
  299. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  300. *) \
  301. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  302. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  303. esac;
  304. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  305. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  306. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  307. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  308. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  309. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  310. $(am__aclocal_m4_deps):
  311. mostlyclean-libtool:
  312. -rm -f *.lo
  313. clean-libtool:
  314. -rm -rf .libs _libs
  315. tags TAGS:
  316. ctags CTAGS:
  317. cscope cscopelist:
  318. check-DEJAGNU: site.exp
  319. srcdir='$(srcdir)'; export srcdir; \
  320. EXPECT=$(EXPECT); export EXPECT; \
  321. if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
  322. exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
  323. if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
  324. then :; else exit_status=1; fi; \
  325. done; \
  326. else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
  327. fi; \
  328. exit $$exit_status
  329. site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
  330. @echo 'Making a new site.exp file ...'
  331. @echo '## these variables are automatically generated by make ##' >site.tmp
  332. @echo '# Do not edit here. If you wish to override these values' >>site.tmp
  333. @echo '# edit the last section' >>site.tmp
  334. @echo 'set srcdir "$(srcdir)"' >>site.tmp
  335. @echo "set objdir `pwd`" >>site.tmp
  336. @echo 'set build_alias "$(build_alias)"' >>site.tmp
  337. @echo 'set build_triplet $(build_triplet)' >>site.tmp
  338. @echo 'set host_alias "$(host_alias)"' >>site.tmp
  339. @echo 'set host_triplet $(host_triplet)' >>site.tmp
  340. @echo 'set target_alias "$(target_alias)"' >>site.tmp
  341. @echo 'set target_triplet $(target_triplet)' >>site.tmp
  342. @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
  343. echo "## Begin content included from file $$f. Do not modify. ##" \
  344. && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
  345. && echo "## End content included from file $$f. ##" \
  346. || exit 1; \
  347. done >> site.tmp
  348. @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
  349. @if test -f site.exp; then \
  350. sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
  351. fi
  352. @-rm -f site.bak
  353. @test ! -f site.exp || mv site.exp site.bak
  354. @mv site.tmp site.exp
  355. distclean-DEJAGNU:
  356. -rm -f site.exp site.bak
  357. -l='$(DEJATOOL)'; for tool in $$l; do \
  358. rm -f $$tool.sum $$tool.log; \
  359. done
  360. check-am: all-am
  361. $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
  362. check: check-am
  363. all-am: Makefile
  364. installdirs:
  365. install: install-am
  366. install-exec: install-exec-am
  367. install-data: install-data-am
  368. uninstall: uninstall-am
  369. install-am: all-am
  370. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  371. installcheck: installcheck-am
  372. install-strip:
  373. if test -z '$(STRIP)'; then \
  374. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  375. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  376. install; \
  377. else \
  378. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  379. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  380. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  381. fi
  382. mostlyclean-generic:
  383. clean-generic:
  384. distclean-generic:
  385. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  386. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  387. maintainer-clean-generic:
  388. @echo "This command is intended for maintainers to use"
  389. @echo "it deletes files that may require special tools to rebuild."
  390. clean: clean-am
  391. clean-am: clean-generic clean-libtool mostlyclean-am
  392. distclean: distclean-am
  393. -rm -f Makefile
  394. distclean-am: clean-am distclean-DEJAGNU distclean-generic
  395. dvi: dvi-am
  396. dvi-am:
  397. html: html-am
  398. html-am:
  399. info: info-am
  400. info-am:
  401. install-data-am:
  402. install-dvi: install-dvi-am
  403. install-dvi-am:
  404. install-exec-am:
  405. install-html: install-html-am
  406. install-html-am:
  407. install-info: install-info-am
  408. install-info-am:
  409. install-man:
  410. install-pdf: install-pdf-am
  411. install-pdf-am:
  412. install-ps: install-ps-am
  413. install-ps-am:
  414. installcheck-am:
  415. maintainer-clean: maintainer-clean-am
  416. -rm -f Makefile
  417. maintainer-clean-am: distclean-am maintainer-clean-generic
  418. mostlyclean: mostlyclean-am
  419. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  420. pdf: pdf-am
  421. pdf-am:
  422. ps: ps-am
  423. ps-am:
  424. uninstall-am:
  425. .MAKE: check-am install-am install-strip
  426. .PHONY: all all-am check check-DEJAGNU check-am clean clean-generic \
  427. clean-libtool cscopelist-am ctags-am distclean \
  428. distclean-DEJAGNU distclean-generic distclean-libtool dvi \
  429. dvi-am html html-am info info-am install install-am \
  430. install-data install-data-am install-dvi install-dvi-am \
  431. install-exec install-exec-am install-html install-html-am \
  432. install-info install-info-am install-man install-pdf \
  433. install-pdf-am install-ps install-ps-am install-strip \
  434. installcheck installcheck-am installdirs maintainer-clean \
  435. maintainer-clean-generic mostlyclean mostlyclean-generic \
  436. mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
  437. uninstall-am
  438. .PRECIOUS: Makefile
  439. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  440. # Otherwise a system limit (for SysV at least) may be exceeded.
  441. .NOEXPORT: