Makefile.in 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  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. #
  13. # Copyright (C) 2021 Free Software Foundation, Inc.
  14. #
  15. # This file is free software; you can redistribute it and/or modify
  16. # it under the terms of the GNU General Public License as published by
  17. # the Free Software Foundation; either version 3 of the License, or
  18. # (at your option) any later version.
  19. #
  20. # This program is distributed in the hope that it will be useful,
  21. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. # GNU General Public License for more details.
  24. #
  25. # You should have received a copy of the GNU General Public License
  26. # along with this program; see the file COPYING3. If not see
  27. # <http://www.gnu.org/licenses/>.
  28. VPATH = @srcdir@
  29. am__is_gnu_make = { \
  30. if test -z '$(MAKELEVEL)'; then \
  31. false; \
  32. elif test -n '$(MAKE_HOST)'; then \
  33. true; \
  34. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  35. true; \
  36. else \
  37. false; \
  38. fi; \
  39. }
  40. am__make_running_with_option = \
  41. case $${target_option-} in \
  42. ?) ;; \
  43. *) echo "am__make_running_with_option: internal error: invalid" \
  44. "target option '$${target_option-}' specified" >&2; \
  45. exit 1;; \
  46. esac; \
  47. has_opt=no; \
  48. sane_makeflags=$$MAKEFLAGS; \
  49. if $(am__is_gnu_make); then \
  50. sane_makeflags=$$MFLAGS; \
  51. else \
  52. case $$MAKEFLAGS in \
  53. *\\[\ \ ]*) \
  54. bs=\\; \
  55. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  56. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  57. esac; \
  58. fi; \
  59. skip_next=no; \
  60. strip_trailopt () \
  61. { \
  62. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  63. }; \
  64. for flg in $$sane_makeflags; do \
  65. test $$skip_next = yes && { skip_next=no; continue; }; \
  66. case $$flg in \
  67. *=*|--*) continue;; \
  68. -*I) strip_trailopt 'I'; skip_next=yes;; \
  69. -*I?*) strip_trailopt 'I';; \
  70. -*O) strip_trailopt 'O'; skip_next=yes;; \
  71. -*O?*) strip_trailopt 'O';; \
  72. -*l) strip_trailopt 'l'; skip_next=yes;; \
  73. -*l?*) strip_trailopt 'l';; \
  74. -[dEDm]) skip_next=yes;; \
  75. -[JT]) skip_next=yes;; \
  76. esac; \
  77. case $$flg in \
  78. *$$target_option*) has_opt=yes; break;; \
  79. esac; \
  80. done; \
  81. test $$has_opt = yes
  82. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  83. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  84. pkgdatadir = $(datadir)/@PACKAGE@
  85. pkgincludedir = $(includedir)/@PACKAGE@
  86. pkglibdir = $(libdir)/@PACKAGE@
  87. pkglibexecdir = $(libexecdir)/@PACKAGE@
  88. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  89. install_sh_DATA = $(install_sh) -c -m 644
  90. install_sh_PROGRAM = $(install_sh) -c
  91. install_sh_SCRIPT = $(install_sh) -c
  92. INSTALL_HEADER = $(INSTALL_DATA)
  93. transform = $(program_transform_name)
  94. NORMAL_INSTALL = :
  95. PRE_INSTALL = :
  96. POST_INSTALL = :
  97. NORMAL_UNINSTALL = :
  98. PRE_UNINSTALL = :
  99. POST_UNINSTALL = :
  100. build_triplet = @build@
  101. host_triplet = @host@
  102. target_triplet = @target@
  103. subdir = .
  104. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  105. am__aclocal_m4_deps = $(top_srcdir)/../libtool.m4 \
  106. $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
  107. $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
  108. $(top_srcdir)/acinclude.m4 $(top_srcdir)/../config/warnings.m4 \
  109. $(top_srcdir)/../config/enable.m4 \
  110. $(top_srcdir)/../config/ax_pthread.m4 \
  111. $(top_srcdir)/config/bison.m4 $(top_srcdir)/../bfd/version.m4 \
  112. $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/configure.ac
  113. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  114. $(ACLOCAL_M4)
  115. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  116. $(am__configure_deps) $(am__DIST_COMMON)
  117. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  118. configure.lineno config.status.lineno
  119. mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
  120. CONFIG_HEADER = config.h
  121. CONFIG_CLEAN_FILES =
  122. CONFIG_CLEAN_VPATH_FILES =
  123. AM_V_P = $(am__v_P_@AM_V@)
  124. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  125. am__v_P_0 = false
  126. am__v_P_1 = :
  127. AM_V_GEN = $(am__v_GEN_@AM_V@)
  128. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  129. am__v_GEN_0 = @echo " GEN " $@;
  130. am__v_GEN_1 =
  131. AM_V_at = $(am__v_at_@AM_V@)
  132. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  133. am__v_at_0 = @
  134. am__v_at_1 =
  135. SOURCES =
  136. DIST_SOURCES =
  137. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  138. ctags-recursive dvi-recursive html-recursive info-recursive \
  139. install-data-recursive install-dvi-recursive \
  140. install-exec-recursive install-html-recursive \
  141. install-info-recursive install-pdf-recursive \
  142. install-ps-recursive install-recursive installcheck-recursive \
  143. installdirs-recursive pdf-recursive ps-recursive \
  144. tags-recursive uninstall-recursive
  145. am__can_run_installinfo = \
  146. case $$AM_UPDATE_INFO_DIR in \
  147. n|no|NO) false;; \
  148. *) (install-info --version) >/dev/null 2>&1;; \
  149. esac
  150. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  151. distclean-recursive maintainer-clean-recursive
  152. am__recursive_targets = \
  153. $(RECURSIVE_TARGETS) \
  154. $(RECURSIVE_CLEAN_TARGETS) \
  155. $(am__extra_recursive_targets)
  156. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  157. cscope distdir dist dist-all distcheck
  158. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  159. # Read a list of newline-separated strings from the standard input,
  160. # and print each of them once, without duplicates. Input order is
  161. # *not* preserved.
  162. am__uniquify_input = $(AWK) '\
  163. BEGIN { nonempty = 0; } \
  164. { items[$$0] = 1; nonempty = 1; } \
  165. END { if (nonempty) { for (i in items) print i; }; } \
  166. '
  167. # Make sure the list of sources is unique. This is necessary because,
  168. # e.g., the same source file might be shared among _SOURCES variables
  169. # for different programs/libraries.
  170. am__define_uniq_tagged_files = \
  171. list='$(am__tagged_files)'; \
  172. unique=`for i in $$list; do \
  173. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  174. done | $(am__uniquify_input)`
  175. ETAGS = etags
  176. CTAGS = ctags
  177. CSCOPE = cscope
  178. DEJATOOL = $(PACKAGE)
  179. RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
  180. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/../ar-lib \
  181. $(top_srcdir)/../compile $(top_srcdir)/../config.guess \
  182. $(top_srcdir)/../config.sub $(top_srcdir)/../install-sh \
  183. $(top_srcdir)/../ltmain.sh $(top_srcdir)/../missing \
  184. $(top_srcdir)/../mkinstalldirs \
  185. $(top_srcdir)/common/config.h.in README
  186. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  187. distdir = $(PACKAGE)-$(VERSION)
  188. top_distdir = $(distdir)
  189. am__remove_distdir = \
  190. if test -d "$(distdir)"; then \
  191. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  192. && rm -rf "$(distdir)" \
  193. || { sleep 5 && rm -rf "$(distdir)"; }; \
  194. else :; fi
  195. am__post_remove_distdir = $(am__remove_distdir)
  196. am__relativize = \
  197. dir0=`pwd`; \
  198. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  199. sed_rest='s,^[^/]*/*,,'; \
  200. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  201. sed_butlast='s,/*[^/]*$$,,'; \
  202. while test -n "$$dir1"; do \
  203. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  204. if test "$$first" != "."; then \
  205. if test "$$first" = ".."; then \
  206. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  207. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  208. else \
  209. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  210. if test "$$first2" = "$$first"; then \
  211. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  212. else \
  213. dir2="../$$dir2"; \
  214. fi; \
  215. dir0="$$dir0"/"$$first"; \
  216. fi; \
  217. fi; \
  218. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  219. done; \
  220. reldir="$$dir2"
  221. DIST_ARCHIVES = $(distdir).tar.gz
  222. GZIP_ENV = --best
  223. DIST_TARGETS = dist-gzip
  224. distuninstallcheck_listfiles = find . -type f -print
  225. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  226. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  227. distcleancheck_listfiles = find . -type f -print
  228. ACLOCAL = @ACLOCAL@
  229. AMTAR = @AMTAR@
  230. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  231. AR = @AR@
  232. AUTOCONF = @AUTOCONF@
  233. AUTOHEADER = @AUTOHEADER@
  234. AUTOMAKE = @AUTOMAKE@
  235. AWK = @AWK@
  236. BUILD_SUBDIRS = @BUILD_SUBDIRS@
  237. CC = @CC@
  238. CCDEPMODE = @CCDEPMODE@
  239. CFLAGS = @CFLAGS@
  240. CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@
  241. CPP = @CPP@
  242. CPPFLAGS = @CPPFLAGS@
  243. CXX = @CXX@
  244. CXXCPP = @CXXCPP@
  245. CXXDEPMODE = @CXXDEPMODE@
  246. CXXFLAGS = @CXXFLAGS@
  247. CYGPATH_W = @CYGPATH_W@
  248. DEFS = @DEFS@
  249. DEPDIR = @DEPDIR@
  250. DSYMUTIL = @DSYMUTIL@
  251. DUMPBIN = @DUMPBIN@
  252. ECHO_C = @ECHO_C@
  253. ECHO_N = @ECHO_N@
  254. ECHO_T = @ECHO_T@
  255. EGREP = @EGREP@
  256. EXEEXT = @EXEEXT@
  257. # Setup the testing framework, if you have one
  258. EXPECT = expect
  259. FGREP = @FGREP@
  260. GPROFNG_BROKEN_JAVAC = @GPROFNG_BROKEN_JAVAC@
  261. GPROFNG_CFLAGS = @GPROFNG_CFLAGS@
  262. GPROFNG_CPPFLAGS = @GPROFNG_CPPFLAGS@
  263. GPROFNG_LIBADD = @GPROFNG_LIBADD@
  264. GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS = @GPROFNG_NO_FORMAT_TRUNCATION_CFLAGS@
  265. GPROFNG_NO_SWITCH_CFLAGS = @GPROFNG_NO_SWITCH_CFLAGS@
  266. GREP = @GREP@
  267. HELP2MAN = @HELP2MAN@
  268. INSTALL = @INSTALL@
  269. INSTALL_DATA = @INSTALL_DATA@
  270. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  271. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  272. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  273. JAVA = @JAVA@
  274. JAVAC = @JAVAC@
  275. LD = @LD@
  276. LDFLAGS = @LDFLAGS@
  277. LD_NO_AS_NEEDED = @LD_NO_AS_NEEDED@
  278. LIBOBJS = @LIBOBJS@
  279. LIBS = @LIBS@
  280. LIBTOOL = @LIBTOOL@
  281. LIPO = @LIPO@
  282. LN_S = @LN_S@
  283. LTLIBOBJS = @LTLIBOBJS@
  284. MAINT = @MAINT@
  285. MAKEINFO = @MAKEINFO@
  286. MKDIR_P = @MKDIR_P@
  287. NM = @NM@
  288. NMEDIT = @NMEDIT@
  289. OBJDUMP = @OBJDUMP@
  290. OBJEXT = @OBJEXT@
  291. OTOOL = @OTOOL@
  292. OTOOL64 = @OTOOL64@
  293. PACKAGE = @PACKAGE@
  294. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  295. PACKAGE_NAME = @PACKAGE_NAME@
  296. PACKAGE_STRING = @PACKAGE_STRING@
  297. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  298. PACKAGE_URL = @PACKAGE_URL@
  299. PACKAGE_VERSION = @PACKAGE_VERSION@
  300. PATH_SEPARATOR = @PATH_SEPARATOR@
  301. PTHREAD_CC = @PTHREAD_CC@
  302. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  303. PTHREAD_LIBS = @PTHREAD_LIBS@
  304. RANLIB = @RANLIB@
  305. SED = @SED@
  306. SET_MAKE = @SET_MAKE@
  307. SHELL = @SHELL@
  308. STRIP = @STRIP@
  309. VERSION = @VERSION@
  310. WERROR = @WERROR@
  311. abs_builddir = @abs_builddir@
  312. abs_srcdir = @abs_srcdir@
  313. abs_top_builddir = @abs_top_builddir@
  314. abs_top_srcdir = @abs_top_srcdir@
  315. ac_ct_AR = @ac_ct_AR@
  316. ac_ct_CC = @ac_ct_CC@
  317. ac_ct_CXX = @ac_ct_CXX@
  318. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  319. am__include = @am__include@
  320. am__leading_dot = @am__leading_dot@
  321. am__quote = @am__quote@
  322. am__tar = @am__tar@
  323. am__untar = @am__untar@
  324. ax_pthread_config = @ax_pthread_config@
  325. bindir = @bindir@
  326. build = @build@
  327. build_alias = @build_alias@
  328. build_cpu = @build_cpu@
  329. build_os = @build_os@
  330. build_vendor = @build_vendor@
  331. builddir = @builddir@
  332. datadir = @datadir@
  333. datarootdir = @datarootdir@
  334. docdir = @docdir@
  335. dvidir = @dvidir@
  336. exec_prefix = @exec_prefix@
  337. gprofng_cflags = @gprofng_cflags@
  338. host = @host@
  339. host_alias = @host_alias@
  340. host_cpu = @host_cpu@
  341. host_os = @host_os@
  342. host_vendor = @host_vendor@
  343. htmldir = @htmldir@
  344. includedir = @includedir@
  345. infodir = @infodir@
  346. install_sh = @install_sh@
  347. jdk_inc = @jdk_inc@
  348. libdir = @libdir@
  349. libexecdir = @libexecdir@
  350. localedir = @localedir@
  351. localstatedir = @localstatedir@
  352. mandir = @mandir@
  353. mkdir_p = @mkdir_p@
  354. oldincludedir = @oldincludedir@
  355. pdfdir = @pdfdir@
  356. prefix = @prefix@
  357. program_transform_name = @program_transform_name@
  358. psdir = @psdir@
  359. sbindir = @sbindir@
  360. sharedstatedir = @sharedstatedir@
  361. srcdir = @srcdir@
  362. subdirs = @subdirs@
  363. sysconfdir = @sysconfdir@
  364. target = @target@
  365. target_alias = @target_alias@
  366. target_cpu = @target_cpu@
  367. target_os = @target_os@
  368. target_vendor = @target_vendor@
  369. top_build_prefix = @top_build_prefix@
  370. top_builddir = @top_builddir@
  371. top_srcdir = @top_srcdir@
  372. zlibdir = @zlibdir@
  373. zlibinc = @zlibinc@
  374. ACLOCAL_AMFLAGS = -I . -I ..
  375. AUTOMAKE_OPTIONS = dejagnu foreign
  376. @BUILD_COLLECTOR_TRUE@COLLECTOR_SUBDIRS = libcollector
  377. @BUILD_SRC_TRUE@SRC_SUBDIRS = src gp-display-html doc
  378. SUBDIRS = $(COLLECTOR_SUBDIRS) $(SRC_SUBDIRS)
  379. DIST_SUBDIRS = libcollector src gp-display-html doc
  380. RUNTEST = runtest
  381. RUNTESTFLAGS =
  382. BASEDIR = $(srcdir)/..
  383. BFDDIR = $(BASEDIR)/bfd
  384. AM_MAKEFLAGS = \
  385. jdk_inc="$(jdk_inc)" \
  386. LD_NO_AS_NEEDED="$(LD_NO_AS_NEEDED)" \
  387. GPROFNG_CFLAGS="$(GPROFNG_CFLAGS)" \
  388. GPROFNG_CPPFLAGS="$(GPROFNG_CPPFLAGS)"
  389. # development.sh is used to determine -Werror default.
  390. @TCL_TRY_TRUE@CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
  391. @TCL_TRY_TRUE@EXTRA_DEJAGNU_SITE_CONFIG = development.exp
  392. @TCL_TRY_TRUE@DISTCLEANFILES = site.exp development.exp
  393. all: config.h
  394. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  395. .SUFFIXES:
  396. am--refresh: Makefile
  397. @:
  398. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  399. @for dep in $?; do \
  400. case '$(am__configure_deps)' in \
  401. *$$dep*) \
  402. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  403. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  404. && exit 0; \
  405. exit 1;; \
  406. esac; \
  407. done; \
  408. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  409. $(am__cd) $(top_srcdir) && \
  410. $(AUTOMAKE) --foreign Makefile
  411. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  412. @case '$?' in \
  413. *config.status*) \
  414. echo ' $(SHELL) ./config.status'; \
  415. $(SHELL) ./config.status;; \
  416. *) \
  417. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  418. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  419. esac;
  420. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  421. $(SHELL) ./config.status --recheck
  422. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  423. $(am__cd) $(srcdir) && $(AUTOCONF)
  424. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  425. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  426. $(am__aclocal_m4_deps):
  427. config.h: stamp-h1
  428. @test -f $@ || rm -f stamp-h1
  429. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  430. stamp-h1: $(top_srcdir)/common/config.h.in $(top_builddir)/config.status
  431. @rm -f stamp-h1
  432. cd $(top_builddir) && $(SHELL) ./config.status config.h
  433. $(top_srcdir)/common/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  434. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  435. rm -f stamp-h1
  436. touch $@
  437. distclean-hdr:
  438. -rm -f config.h stamp-h1
  439. mostlyclean-libtool:
  440. -rm -f *.lo
  441. clean-libtool:
  442. -rm -rf .libs _libs
  443. distclean-libtool:
  444. -rm -f libtool config.lt
  445. # This directory's subdirectories are mostly independent; you can cd
  446. # into them and run 'make' without going through this Makefile.
  447. # To change the values of 'make' variables: instead of editing Makefiles,
  448. # (1) if the variable is set in 'config.status', edit 'config.status'
  449. # (which will cause the Makefiles to be regenerated when you run 'make');
  450. # (2) otherwise, pass the desired values on the 'make' command line.
  451. $(am__recursive_targets):
  452. @fail=; \
  453. if $(am__make_keepgoing); then \
  454. failcom='fail=yes'; \
  455. else \
  456. failcom='exit 1'; \
  457. fi; \
  458. dot_seen=no; \
  459. target=`echo $@ | sed s/-recursive//`; \
  460. case "$@" in \
  461. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  462. *) list='$(SUBDIRS)' ;; \
  463. esac; \
  464. for subdir in $$list; do \
  465. echo "Making $$target in $$subdir"; \
  466. if test "$$subdir" = "."; then \
  467. dot_seen=yes; \
  468. local_target="$$target-am"; \
  469. else \
  470. local_target="$$target"; \
  471. fi; \
  472. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  473. || eval $$failcom; \
  474. done; \
  475. if test "$$dot_seen" = "no"; then \
  476. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  477. fi; test -z "$$fail"
  478. ID: $(am__tagged_files)
  479. $(am__define_uniq_tagged_files); mkid -fID $$unique
  480. tags: tags-recursive
  481. TAGS: tags
  482. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  483. set x; \
  484. here=`pwd`; \
  485. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  486. include_option=--etags-include; \
  487. empty_fix=.; \
  488. else \
  489. include_option=--include; \
  490. empty_fix=; \
  491. fi; \
  492. list='$(SUBDIRS)'; for subdir in $$list; do \
  493. if test "$$subdir" = .; then :; else \
  494. test ! -f $$subdir/TAGS || \
  495. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  496. fi; \
  497. done; \
  498. $(am__define_uniq_tagged_files); \
  499. shift; \
  500. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  501. test -n "$$unique" || unique=$$empty_fix; \
  502. if test $$# -gt 0; then \
  503. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  504. "$$@" $$unique; \
  505. else \
  506. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  507. $$unique; \
  508. fi; \
  509. fi
  510. ctags: ctags-recursive
  511. CTAGS: ctags
  512. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  513. $(am__define_uniq_tagged_files); \
  514. test -z "$(CTAGS_ARGS)$$unique" \
  515. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  516. $$unique
  517. GTAGS:
  518. here=`$(am__cd) $(top_builddir) && pwd` \
  519. && $(am__cd) $(top_srcdir) \
  520. && gtags -i $(GTAGS_ARGS) "$$here"
  521. cscope: cscope.files
  522. test ! -s cscope.files \
  523. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  524. clean-cscope:
  525. -rm -f cscope.files
  526. cscope.files: clean-cscope cscopelist
  527. cscopelist: cscopelist-recursive
  528. cscopelist-am: $(am__tagged_files)
  529. list='$(am__tagged_files)'; \
  530. case "$(srcdir)" in \
  531. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  532. *) sdir=$(subdir)/$(srcdir) ;; \
  533. esac; \
  534. for i in $$list; do \
  535. if test -f "$$i"; then \
  536. echo "$(subdir)/$$i"; \
  537. else \
  538. echo "$$sdir/$$i"; \
  539. fi; \
  540. done >> $(top_builddir)/cscope.files
  541. distclean-tags:
  542. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  543. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  544. @TCL_TRY_FALSE@check-DEJAGNU: site.exp
  545. @TCL_TRY_FALSE@ srcdir='$(srcdir)'; export srcdir; \
  546. @TCL_TRY_FALSE@ EXPECT=$(EXPECT); export EXPECT; \
  547. @TCL_TRY_FALSE@ if $(SHELL) -c "$(RUNTEST) --version" > /dev/null 2>&1; then \
  548. @TCL_TRY_FALSE@ exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
  549. @TCL_TRY_FALSE@ if $(RUNTEST) $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
  550. @TCL_TRY_FALSE@ then :; else exit_status=1; fi; \
  551. @TCL_TRY_FALSE@ done; \
  552. @TCL_TRY_FALSE@ else echo "WARNING: could not find '$(RUNTEST)'" 1>&2; :;\
  553. @TCL_TRY_FALSE@ fi; \
  554. @TCL_TRY_FALSE@ exit $$exit_status
  555. site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
  556. @echo 'Making a new site.exp file ...'
  557. @echo '## these variables are automatically generated by make ##' >site.tmp
  558. @echo '# Do not edit here. If you wish to override these values' >>site.tmp
  559. @echo '# edit the last section' >>site.tmp
  560. @echo 'set srcdir "$(srcdir)"' >>site.tmp
  561. @echo "set objdir `pwd`" >>site.tmp
  562. @echo 'set build_alias "$(build_alias)"' >>site.tmp
  563. @echo 'set build_triplet $(build_triplet)' >>site.tmp
  564. @echo 'set host_alias "$(host_alias)"' >>site.tmp
  565. @echo 'set host_triplet $(host_triplet)' >>site.tmp
  566. @echo 'set target_alias "$(target_alias)"' >>site.tmp
  567. @echo 'set target_triplet $(target_triplet)' >>site.tmp
  568. @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
  569. echo "## Begin content included from file $$f. Do not modify. ##" \
  570. && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
  571. && echo "## End content included from file $$f. ##" \
  572. || exit 1; \
  573. done >> site.tmp
  574. @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
  575. @if test -f site.exp; then \
  576. sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
  577. fi
  578. @-rm -f site.bak
  579. @test ! -f site.exp || mv site.exp site.bak
  580. @mv site.tmp site.exp
  581. distclean-DEJAGNU:
  582. -rm -f site.exp site.bak
  583. -l='$(DEJATOOL)'; for tool in $$l; do \
  584. rm -f $$tool.sum $$tool.log; \
  585. done
  586. distdir: $(DISTFILES)
  587. $(am__remove_distdir)
  588. test -d "$(distdir)" || mkdir "$(distdir)"
  589. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  590. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  591. list='$(DISTFILES)'; \
  592. dist_files=`for file in $$list; do echo $$file; done | \
  593. sed -e "s|^$$srcdirstrip/||;t" \
  594. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  595. case $$dist_files in \
  596. */*) $(MKDIR_P) `echo "$$dist_files" | \
  597. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  598. sort -u` ;; \
  599. esac; \
  600. for file in $$dist_files; do \
  601. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  602. if test -d $$d/$$file; then \
  603. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  604. if test -d "$(distdir)/$$file"; then \
  605. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  606. fi; \
  607. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  608. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  609. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  610. fi; \
  611. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  612. else \
  613. test -f "$(distdir)/$$file" \
  614. || cp -p $$d/$$file "$(distdir)/$$file" \
  615. || exit 1; \
  616. fi; \
  617. done
  618. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  619. if test "$$subdir" = .; then :; else \
  620. $(am__make_dryrun) \
  621. || test -d "$(distdir)/$$subdir" \
  622. || $(MKDIR_P) "$(distdir)/$$subdir" \
  623. || exit 1; \
  624. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  625. $(am__relativize); \
  626. new_distdir=$$reldir; \
  627. dir1=$$subdir; dir2="$(top_distdir)"; \
  628. $(am__relativize); \
  629. new_top_distdir=$$reldir; \
  630. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  631. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  632. ($(am__cd) $$subdir && \
  633. $(MAKE) $(AM_MAKEFLAGS) \
  634. top_distdir="$$new_top_distdir" \
  635. distdir="$$new_distdir" \
  636. am__remove_distdir=: \
  637. am__skip_length_check=: \
  638. am__skip_mode_fix=: \
  639. distdir) \
  640. || exit 1; \
  641. fi; \
  642. done
  643. -test -n "$(am__skip_mode_fix)" \
  644. || find "$(distdir)" -type d ! -perm -755 \
  645. -exec chmod u+rwx,go+rx {} \; -o \
  646. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  647. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  648. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  649. || chmod -R a+r "$(distdir)"
  650. dist-gzip: distdir
  651. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  652. $(am__post_remove_distdir)
  653. dist-bzip2: distdir
  654. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  655. $(am__post_remove_distdir)
  656. dist-lzip: distdir
  657. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  658. $(am__post_remove_distdir)
  659. dist-xz: distdir
  660. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  661. $(am__post_remove_distdir)
  662. dist-tarZ: distdir
  663. @echo WARNING: "Support for distribution archives compressed with" \
  664. "legacy program 'compress' is deprecated." >&2
  665. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  666. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  667. $(am__post_remove_distdir)
  668. dist-shar: distdir
  669. @echo WARNING: "Support for shar distribution archives is" \
  670. "deprecated." >&2
  671. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  672. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  673. $(am__post_remove_distdir)
  674. dist-zip: distdir
  675. -rm -f $(distdir).zip
  676. zip -rq $(distdir).zip $(distdir)
  677. $(am__post_remove_distdir)
  678. dist dist-all:
  679. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  680. $(am__post_remove_distdir)
  681. # This target untars the dist file and tries a VPATH configuration. Then
  682. # it guarantees that the distribution is self-contained by making another
  683. # tarfile.
  684. distcheck: dist
  685. case '$(DIST_ARCHIVES)' in \
  686. *.tar.gz*) \
  687. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  688. *.tar.bz2*) \
  689. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  690. *.tar.lz*) \
  691. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  692. *.tar.xz*) \
  693. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  694. *.tar.Z*) \
  695. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  696. *.shar.gz*) \
  697. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  698. *.zip*) \
  699. unzip $(distdir).zip ;;\
  700. esac
  701. chmod -R a-w $(distdir)
  702. chmod u+w $(distdir)
  703. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  704. chmod a-w $(distdir)
  705. test -d $(distdir)/_build || exit 0; \
  706. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  707. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  708. && am__cwd=`pwd` \
  709. && $(am__cd) $(distdir)/_build/sub \
  710. && ../../configure \
  711. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  712. $(DISTCHECK_CONFIGURE_FLAGS) \
  713. --srcdir=../.. --prefix="$$dc_install_base" \
  714. && $(MAKE) $(AM_MAKEFLAGS) \
  715. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  716. && $(MAKE) $(AM_MAKEFLAGS) check \
  717. && $(MAKE) $(AM_MAKEFLAGS) install \
  718. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  719. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  720. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  721. distuninstallcheck \
  722. && chmod -R a-w "$$dc_install_base" \
  723. && ({ \
  724. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  725. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  726. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  727. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  728. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  729. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  730. && rm -rf "$$dc_destdir" \
  731. && $(MAKE) $(AM_MAKEFLAGS) dist \
  732. && rm -rf $(DIST_ARCHIVES) \
  733. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  734. && cd "$$am__cwd" \
  735. || exit 1
  736. $(am__post_remove_distdir)
  737. @(echo "$(distdir) archives ready for distribution: "; \
  738. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  739. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  740. distuninstallcheck:
  741. @test -n '$(distuninstallcheck_dir)' || { \
  742. echo 'ERROR: trying to run $@ with an empty' \
  743. '$$(distuninstallcheck_dir)' >&2; \
  744. exit 1; \
  745. }; \
  746. $(am__cd) '$(distuninstallcheck_dir)' || { \
  747. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  748. exit 1; \
  749. }; \
  750. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  751. || { echo "ERROR: files left after uninstall:" ; \
  752. if test -n "$(DESTDIR)"; then \
  753. echo " (check DESTDIR support)"; \
  754. fi ; \
  755. $(distuninstallcheck_listfiles) ; \
  756. exit 1; } >&2
  757. distcleancheck: distclean
  758. @if test '$(srcdir)' = . ; then \
  759. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  760. exit 1 ; \
  761. fi
  762. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  763. || { echo "ERROR: files left in build directory after distclean:" ; \
  764. $(distcleancheck_listfiles) ; \
  765. exit 1; } >&2
  766. check-am: all-am
  767. $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
  768. check: check-recursive
  769. all-am: Makefile config.h
  770. installdirs: installdirs-recursive
  771. installdirs-am:
  772. install: install-recursive
  773. install-exec: install-exec-recursive
  774. install-data: install-data-recursive
  775. uninstall: uninstall-recursive
  776. install-am: all-am
  777. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  778. installcheck: installcheck-recursive
  779. install-strip:
  780. if test -z '$(STRIP)'; then \
  781. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  782. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  783. install; \
  784. else \
  785. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  786. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  787. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  788. fi
  789. mostlyclean-generic:
  790. clean-generic:
  791. distclean-generic:
  792. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  793. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  794. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  795. maintainer-clean-generic:
  796. @echo "This command is intended for maintainers to use"
  797. @echo "it deletes files that may require special tools to rebuild."
  798. clean: clean-recursive
  799. clean-am: clean-generic clean-libtool mostlyclean-am
  800. distclean: distclean-recursive
  801. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  802. -rm -f Makefile
  803. distclean-am: clean-am distclean-DEJAGNU distclean-generic \
  804. distclean-hdr distclean-libtool distclean-tags
  805. dvi: dvi-recursive
  806. dvi-am:
  807. html: html-recursive
  808. html-am:
  809. info: info-recursive
  810. info-am:
  811. install-data-am:
  812. install-dvi: install-dvi-recursive
  813. install-dvi-am:
  814. install-exec-am:
  815. install-html: install-html-recursive
  816. install-html-am:
  817. install-info: install-info-recursive
  818. install-info-am:
  819. install-man:
  820. install-pdf: install-pdf-recursive
  821. install-pdf-am:
  822. install-ps: install-ps-recursive
  823. install-ps-am:
  824. installcheck-am:
  825. maintainer-clean: maintainer-clean-recursive
  826. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  827. -rm -rf $(top_srcdir)/autom4te.cache
  828. -rm -f Makefile
  829. maintainer-clean-am: distclean-am maintainer-clean-generic
  830. mostlyclean: mostlyclean-recursive
  831. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  832. pdf: pdf-recursive
  833. pdf-am:
  834. ps: ps-recursive
  835. ps-am:
  836. uninstall-am:
  837. .MAKE: $(am__recursive_targets) all check-am install-am install-strip
  838. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  839. am--refresh check check-DEJAGNU check-am clean clean-cscope \
  840. clean-generic clean-libtool cscope cscopelist-am ctags \
  841. ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
  842. dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
  843. distclean-DEJAGNU distclean-generic distclean-hdr \
  844. distclean-libtool distclean-tags distcleancheck distdir \
  845. distuninstallcheck dvi dvi-am html html-am info info-am \
  846. install install-am install-data install-data-am install-dvi \
  847. install-dvi-am install-exec install-exec-am install-html \
  848. install-html-am install-info install-info-am install-man \
  849. install-pdf install-pdf-am install-ps install-ps-am \
  850. install-strip installcheck installcheck-am installdirs \
  851. installdirs-am maintainer-clean maintainer-clean-generic \
  852. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  853. ps ps-am tags tags-am uninstall uninstall-am
  854. .PRECIOUS: Makefile
  855. @TCL_TRY_TRUE@check-DEJAGNU: site.exp development.exp
  856. @TCL_TRY_TRUE@ srcroot=`cd $(srcdir) && pwd`; export srcroot; \
  857. @TCL_TRY_TRUE@ r=`pwd`; export r; \
  858. @TCL_TRY_TRUE@ LC_ALL=C; export LC_ALL; \
  859. @TCL_TRY_TRUE@ EXPECT=$(EXPECT); export EXPECT; \
  860. @TCL_TRY_TRUE@ jdk_inc="$(jdk_inc)"; export jdk_inc; \
  861. @TCL_TRY_TRUE@ runtest=$(RUNTEST); \
  862. @TCL_TRY_TRUE@ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
  863. @TCL_TRY_TRUE@ $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
  864. @TCL_TRY_TRUE@ GPROFNG_BROKEN_JAVAC="$(GPROFNG_BROKEN_JAVAC)" \
  865. @TCL_TRY_TRUE@ MAKE="$(MAKE)" CC="$(CC)" CFLAGS="$(CFLAGS) $(PTHREAD_CFLAGS)" \
  866. @TCL_TRY_TRUE@ LDFLAGS="$(LDFLAGS)" LIBS="$(PTHREAD_LIBS) $(LIBS)" \
  867. @TCL_TRY_TRUE@ BUILDDIR="$(abs_top_builddir)" $(RUNTESTFLAGS); \
  868. @TCL_TRY_TRUE@ else echo "WARNING: could not find \`runtest'" 1>&2; :;\
  869. @TCL_TRY_TRUE@ fi
  870. @TCL_TRY_TRUE@development.exp: $(BFDDIR)/development.sh
  871. @TCL_TRY_TRUE@ $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
  872. @TCL_TRY_TRUE@ | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
  873. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  874. # Otherwise a system limit (for SysV at least) may be exceeded.
  875. .NOEXPORT: