/tests/Makefile.in

https://code.google.com/ · Autoconf · 692 lines · 625 code · 48 blank · 19 comment · 107 complexity · c647d7286c1888e10822929b2eeda684 MD5 · raw file

  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. subdir = tests
  37. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/config/ac_connect_timeout.m4 \
  40. $(top_srcdir)/config/ac_debug.m4 \
  41. $(top_srcdir)/config/ac_dmalloc.m4 \
  42. $(top_srcdir)/config/ac_dshgroup.m4 \
  43. $(top_srcdir)/config/ac_elan.m4 \
  44. $(top_srcdir)/config/ac_exec.m4 \
  45. $(top_srcdir)/config/ac_fanout.m4 \
  46. $(top_srcdir)/config/ac_genders.m4 \
  47. $(top_srcdir)/config/ac_gpl_licensed.m4 \
  48. $(top_srcdir)/config/ac_krb4.m4 \
  49. $(top_srcdir)/config/ac_machines.m4 \
  50. $(top_srcdir)/config/ac_meta.m4 \
  51. $(top_srcdir)/config/ac_mqshell.m4 \
  52. $(top_srcdir)/config/ac_mrsh.m4 \
  53. $(top_srcdir)/config/ac_msghdr_accrights.m4 \
  54. $(top_srcdir)/config/ac_netgroup.m4 \
  55. $(top_srcdir)/config/ac_nodeattr.m4 \
  56. $(top_srcdir)/config/ac_nodeupdown.m4 \
  57. $(top_srcdir)/config/ac_pam.m4 \
  58. $(top_srcdir)/config/ac_pollselect.m4 \
  59. $(top_srcdir)/config/ac_qshell.m4 \
  60. $(top_srcdir)/config/ac_rcmd_rank_list.m4 \
  61. $(top_srcdir)/config/ac_readline.m4 \
  62. $(top_srcdir)/config/ac_rmsquery.m4 \
  63. $(top_srcdir)/config/ac_rsh.m4 $(top_srcdir)/config/ac_sdr.m4 \
  64. $(top_srcdir)/config/ac_slurm.m4 \
  65. $(top_srcdir)/config/ac_socklen_t.m4 \
  66. $(top_srcdir)/config/ac_ssh.m4 \
  67. $(top_srcdir)/config/ac_static_modules.m4 \
  68. $(top_srcdir)/config/ac_torque.m4 \
  69. $(top_srcdir)/config/ac_xcpu.m4 \
  70. $(top_srcdir)/config/acx_pthread.m4 \
  71. $(top_srcdir)/config/libtool.m4 $(top_srcdir)/configure.ac
  72. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  73. $(ACLOCAL_M4)
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  75. CONFIG_HEADER = $(top_builddir)/config.h
  76. CONFIG_CLEAN_FILES =
  77. SOURCES =
  78. DIST_SOURCES =
  79. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  80. html-recursive info-recursive install-data-recursive \
  81. install-exec-recursive install-info-recursive \
  82. install-recursive installcheck-recursive installdirs-recursive \
  83. pdf-recursive ps-recursive uninstall-info-recursive \
  84. uninstall-recursive
  85. ETAGS = etags
  86. CTAGS = ctags
  87. DIST_SUBDIRS = $(SUBDIRS)
  88. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  89. ACLOCAL = @ACLOCAL@
  90. AIX_PDSH_LDFLAGS = @AIX_PDSH_LDFLAGS@
  91. AMDEP_FALSE = @AMDEP_FALSE@
  92. AMDEP_TRUE = @AMDEP_TRUE@
  93. AMTAR = @AMTAR@
  94. AR = @AR@
  95. AUTOCONF = @AUTOCONF@
  96. AUTOHEADER = @AUTOHEADER@
  97. AUTOMAKE = @AUTOMAKE@
  98. AWK = @AWK@
  99. CC = @CC@
  100. CCDEPMODE = @CCDEPMODE@
  101. CFLAGS = @CFLAGS@
  102. CONNECT_TIMEOUT = @CONNECT_TIMEOUT@
  103. CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
  104. CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
  105. CPP = @CPP@
  106. CPPFLAGS = \
  107. -I $(top_srcdir)
  108. CXX = @CXX@
  109. CXXCPP = @CXXCPP@
  110. CXXDEPMODE = @CXXDEPMODE@
  111. CXXFLAGS = @CXXFLAGS@
  112. CYGPATH_W = @CYGPATH_W@
  113. DEFS = @DEFS@
  114. DEPDIR = @DEPDIR@
  115. ECHO = @ECHO@
  116. ECHO_C = @ECHO_C@
  117. ECHO_N = @ECHO_N@
  118. ECHO_T = @ECHO_T@
  119. EGREP = @EGREP@
  120. ELAN_LIBS = @ELAN_LIBS@
  121. EXEEXT = @EXEEXT@
  122. F77 = @F77@
  123. FANOUT = @FANOUT@
  124. FFLAGS = @FFLAGS@
  125. GENDERS_LIBS = @GENDERS_LIBS@
  126. HAVE_LIBGENDERS = @HAVE_LIBGENDERS@
  127. HAVE_LIBNODEUPDOWN = @HAVE_LIBNODEUPDOWN@
  128. HAVE_MACHINES = @HAVE_MACHINES@
  129. HAVE_MQSHELL = @HAVE_MQSHELL@
  130. HAVE_MRSH = @HAVE_MRSH@
  131. HAVE_NODEATTR = @HAVE_NODEATTR@
  132. HAVE_QSHELL = @HAVE_QSHELL@
  133. HAVE_RMSQUERY = @HAVE_RMSQUERY@
  134. HAVE_SDR = @HAVE_SDR@
  135. HAVE_SLURM = @HAVE_SLURM@
  136. HAVE_SSH = @HAVE_SSH@
  137. HAVE_TORQUE = @HAVE_TORQUE@
  138. HAVE_XCPU = @HAVE_XCPU@
  139. INSTALL_DATA = @INSTALL_DATA@
  140. INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
  141. INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
  142. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  143. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  144. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  145. KRB_LIBS = @KRB_LIBS@
  146. LDFLAGS = @LDFLAGS@
  147. LIBADD_DL = @LIBADD_DL@
  148. LIBMODS_OBJS = @LIBMODS_OBJS@
  149. LIBOBJS = @LIBOBJS@
  150. LIBS = @LIBS@
  151. LIBTOOL = @LIBTOOL@
  152. LN_S = @LN_S@
  153. LTLIBOBJS = @LTLIBOBJS@
  154. MACHINES = @MACHINES@
  155. MAINT = @MAINT@
  156. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  157. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  158. MAKEINFO = @MAKEINFO@
  159. META_ALIAS = @META_ALIAS@
  160. META_AUTHOR = @META_AUTHOR@
  161. META_DATE = @META_DATE@
  162. META_LT_AGE = @META_LT_AGE@
  163. META_LT_CURRENT = @META_LT_CURRENT@
  164. META_LT_REVISION = @META_LT_REVISION@
  165. META_NAME = @META_NAME@
  166. META_RELEASE = @META_RELEASE@
  167. META_VERSION = @META_VERSION@
  168. MRSH_LIBS = @MRSH_LIBS@
  169. NODEATTR = @NODEATTR@
  170. NODEUPDOWN_LIBS = @NODEUPDOWN_LIBS@
  171. OBJEXT = @OBJEXT@
  172. PACKAGE = @PACKAGE@
  173. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  174. PACKAGE_NAME = @PACKAGE_NAME@
  175. PACKAGE_STRING = @PACKAGE_STRING@
  176. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  177. PACKAGE_VERSION = @PACKAGE_VERSION@
  178. PATH_SEPARATOR = @PATH_SEPARATOR@
  179. PDSH_VERSION = @PDSH_VERSION@
  180. PDSH_VERSION_FULL = @PDSH_VERSION_FULL@
  181. PROG_MQSHD = @PROG_MQSHD@
  182. PROG_QSHD = @PROG_QSHD@
  183. PTHREAD_CC = @PTHREAD_CC@
  184. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  185. PTHREAD_LIBS = @PTHREAD_LIBS@
  186. QSHELL_LIBS = @QSHELL_LIBS@
  187. RANLIB = @RANLIB@
  188. READLINE_LIBS = @READLINE_LIBS@
  189. RMSQUERY = @RMSQUERY@
  190. SDRGETOBJECTS = @SDRGETOBJECTS@
  191. SET_MAKE = @SET_MAKE@
  192. SHELL = @SHELL@
  193. SLURM_LIBS = @SLURM_LIBS@
  194. STRIP = @STRIP@
  195. TORQUE_CPPFLAGS = @TORQUE_CPPFLAGS@
  196. TORQUE_LIBS = @TORQUE_LIBS@
  197. VERSION = @VERSION@
  198. WITH_DSHGROUP_FALSE = @WITH_DSHGROUP_FALSE@
  199. WITH_DSHGROUP_TRUE = @WITH_DSHGROUP_TRUE@
  200. WITH_EXEC_FALSE = @WITH_EXEC_FALSE@
  201. WITH_EXEC_TRUE = @WITH_EXEC_TRUE@
  202. WITH_GNU_LD_FALSE = @WITH_GNU_LD_FALSE@
  203. WITH_GNU_LD_TRUE = @WITH_GNU_LD_TRUE@
  204. WITH_KRB4_FALSE = @WITH_KRB4_FALSE@
  205. WITH_KRB4_TRUE = @WITH_KRB4_TRUE@
  206. WITH_LIBGENDERS_FALSE = @WITH_LIBGENDERS_FALSE@
  207. WITH_LIBGENDERS_TRUE = @WITH_LIBGENDERS_TRUE@
  208. WITH_LIBMUNGE_FALSE = @WITH_LIBMUNGE_FALSE@
  209. WITH_LIBMUNGE_TRUE = @WITH_LIBMUNGE_TRUE@
  210. WITH_MACHINES_FALSE = @WITH_MACHINES_FALSE@
  211. WITH_MACHINES_TRUE = @WITH_MACHINES_TRUE@
  212. WITH_MQSHELL_FALSE = @WITH_MQSHELL_FALSE@
  213. WITH_MQSHELL_TRUE = @WITH_MQSHELL_TRUE@
  214. WITH_MRSH_FALSE = @WITH_MRSH_FALSE@
  215. WITH_MRSH_TRUE = @WITH_MRSH_TRUE@
  216. WITH_NETGROUP_FALSE = @WITH_NETGROUP_FALSE@
  217. WITH_NETGROUP_TRUE = @WITH_NETGROUP_TRUE@
  218. WITH_NODEATTR_FALSE = @WITH_NODEATTR_FALSE@
  219. WITH_NODEATTR_TRUE = @WITH_NODEATTR_TRUE@
  220. WITH_NODEUPDOWN_FALSE = @WITH_NODEUPDOWN_FALSE@
  221. WITH_NODEUPDOWN_TRUE = @WITH_NODEUPDOWN_TRUE@
  222. WITH_QSHELL_FALSE = @WITH_QSHELL_FALSE@
  223. WITH_QSHELL_TRUE = @WITH_QSHELL_TRUE@
  224. WITH_QSW_FALSE = @WITH_QSW_FALSE@
  225. WITH_QSW_TRUE = @WITH_QSW_TRUE@
  226. WITH_READLINE_FALSE = @WITH_READLINE_FALSE@
  227. WITH_READLINE_TRUE = @WITH_READLINE_TRUE@
  228. WITH_RMS_FALSE = @WITH_RMS_FALSE@
  229. WITH_RMS_TRUE = @WITH_RMS_TRUE@
  230. WITH_RSH_FALSE = @WITH_RSH_FALSE@
  231. WITH_RSH_TRUE = @WITH_RSH_TRUE@
  232. WITH_SDR_FALSE = @WITH_SDR_FALSE@
  233. WITH_SDR_TRUE = @WITH_SDR_TRUE@
  234. WITH_SLURM_FALSE = @WITH_SLURM_FALSE@
  235. WITH_SLURM_TRUE = @WITH_SLURM_TRUE@
  236. WITH_SSH_FALSE = @WITH_SSH_FALSE@
  237. WITH_SSH_TRUE = @WITH_SSH_TRUE@
  238. WITH_STATIC_MODULES_FALSE = @WITH_STATIC_MODULES_FALSE@
  239. WITH_STATIC_MODULES_TRUE = @WITH_STATIC_MODULES_TRUE@
  240. WITH_TORQUE_FALSE = @WITH_TORQUE_FALSE@
  241. WITH_TORQUE_TRUE = @WITH_TORQUE_TRUE@
  242. WITH_XCPU_FALSE = @WITH_XCPU_FALSE@
  243. WITH_XCPU_TRUE = @WITH_XCPU_TRUE@
  244. ac_ct_AR = @ac_ct_AR@
  245. ac_ct_CC = @ac_ct_CC@
  246. ac_ct_CXX = @ac_ct_CXX@
  247. ac_ct_F77 = @ac_ct_F77@
  248. ac_ct_RANLIB = @ac_ct_RANLIB@
  249. ac_ct_STRIP = @ac_ct_STRIP@
  250. acx_pthread_config = @acx_pthread_config@
  251. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  252. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  253. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  254. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  255. am__include = @am__include@
  256. am__leading_dot = @am__leading_dot@
  257. am__quote = @am__quote@
  258. am__tar = @am__tar@
  259. am__untar = @am__untar@
  260. bindir = @bindir@
  261. build = @build@
  262. build_alias = @build_alias@
  263. build_cpu = @build_cpu@
  264. build_os = @build_os@
  265. build_vendor = @build_vendor@
  266. datadir = @datadir@
  267. exec_prefix = @exec_prefix@
  268. host = @host@
  269. host_alias = @host_alias@
  270. host_cpu = @host_cpu@
  271. host_os = @host_os@
  272. host_vendor = @host_vendor@
  273. includedir = @includedir@
  274. infodir = @infodir@
  275. install_sh = @install_sh@
  276. libdir = @libdir@
  277. libexecdir = @libexecdir@
  278. localstatedir = @localstatedir@
  279. mandir = @mandir@
  280. mkdir_p = @mkdir_p@
  281. oldincludedir = @oldincludedir@
  282. prefix = @prefix@
  283. program_transform_name = @program_transform_name@
  284. sbindir = @sbindir@
  285. sharedstatedir = @sharedstatedir@
  286. sysconfdir = @sysconfdir@
  287. target = @target@
  288. target_alias = @target_alias@
  289. target_cpu = @target_cpu@
  290. target_os = @target_os@
  291. target_vendor = @target_vendor@
  292. SUBDIRS = test-modules
  293. T = $(wildcard $(srcdir)/t[0-9]*.sh)
  294. TESTS = runtests.sh
  295. EXTRA_DIST = \
  296. test-lib.sh \
  297. aggregate-results.sh \
  298. $(T)
  299. all: all-recursive
  300. .SUFFIXES:
  301. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  302. @for dep in $?; do \
  303. case '$(am__configure_deps)' in \
  304. *$$dep*) \
  305. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  306. && exit 0; \
  307. exit 1;; \
  308. esac; \
  309. done; \
  310. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  311. cd $(top_srcdir) && \
  312. $(AUTOMAKE) --gnu tests/Makefile
  313. .PRECIOUS: Makefile
  314. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  315. @case '$?' in \
  316. *config.status*) \
  317. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  318. *) \
  319. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  320. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  321. esac;
  322. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  323. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  324. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  325. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  326. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  328. mostlyclean-libtool:
  329. -rm -f *.lo
  330. clean-libtool:
  331. -rm -rf .libs _libs
  332. distclean-libtool:
  333. -rm -f libtool
  334. uninstall-info-am:
  335. # This directory's subdirectories are mostly independent; you can cd
  336. # into them and run `make' without going through this Makefile.
  337. # To change the values of `make' variables: instead of editing Makefiles,
  338. # (1) if the variable is set in `config.status', edit `config.status'
  339. # (which will cause the Makefiles to be regenerated when you run `make');
  340. # (2) otherwise, pass the desired values on the `make' command line.
  341. $(RECURSIVE_TARGETS):
  342. @failcom='exit 1'; \
  343. for f in x $$MAKEFLAGS; do \
  344. case $$f in \
  345. *=* | --[!k]*);; \
  346. *k*) failcom='fail=yes';; \
  347. esac; \
  348. done; \
  349. dot_seen=no; \
  350. target=`echo $@ | sed s/-recursive//`; \
  351. list='$(SUBDIRS)'; for subdir in $$list; do \
  352. echo "Making $$target in $$subdir"; \
  353. if test "$$subdir" = "."; then \
  354. dot_seen=yes; \
  355. local_target="$$target-am"; \
  356. else \
  357. local_target="$$target"; \
  358. fi; \
  359. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  360. || eval $$failcom; \
  361. done; \
  362. if test "$$dot_seen" = "no"; then \
  363. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  364. fi; test -z "$$fail"
  365. mostlyclean-recursive clean-recursive distclean-recursive \
  366. maintainer-clean-recursive:
  367. @failcom='exit 1'; \
  368. for f in x $$MAKEFLAGS; do \
  369. case $$f in \
  370. *=* | --[!k]*);; \
  371. *k*) failcom='fail=yes';; \
  372. esac; \
  373. done; \
  374. dot_seen=no; \
  375. case "$@" in \
  376. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  377. *) list='$(SUBDIRS)' ;; \
  378. esac; \
  379. rev=''; for subdir in $$list; do \
  380. if test "$$subdir" = "."; then :; else \
  381. rev="$$subdir $$rev"; \
  382. fi; \
  383. done; \
  384. rev="$$rev ."; \
  385. target=`echo $@ | sed s/-recursive//`; \
  386. for subdir in $$rev; do \
  387. echo "Making $$target in $$subdir"; \
  388. if test "$$subdir" = "."; then \
  389. local_target="$$target-am"; \
  390. else \
  391. local_target="$$target"; \
  392. fi; \
  393. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  394. || eval $$failcom; \
  395. done && test -z "$$fail"
  396. tags-recursive:
  397. list='$(SUBDIRS)'; for subdir in $$list; do \
  398. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  399. done
  400. ctags-recursive:
  401. list='$(SUBDIRS)'; for subdir in $$list; do \
  402. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  403. done
  404. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  405. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  406. unique=`for i in $$list; do \
  407. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  408. done | \
  409. $(AWK) ' { files[$$0] = 1; } \
  410. END { for (i in files) print i; }'`; \
  411. mkid -fID $$unique
  412. tags: TAGS
  413. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  414. $(TAGS_FILES) $(LISP)
  415. tags=; \
  416. here=`pwd`; \
  417. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  418. include_option=--etags-include; \
  419. empty_fix=.; \
  420. else \
  421. include_option=--include; \
  422. empty_fix=; \
  423. fi; \
  424. list='$(SUBDIRS)'; for subdir in $$list; do \
  425. if test "$$subdir" = .; then :; else \
  426. test ! -f $$subdir/TAGS || \
  427. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  428. fi; \
  429. done; \
  430. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  431. unique=`for i in $$list; do \
  432. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  433. done | \
  434. $(AWK) ' { files[$$0] = 1; } \
  435. END { for (i in files) print i; }'`; \
  436. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  437. test -n "$$unique" || unique=$$empty_fix; \
  438. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  439. $$tags $$unique; \
  440. fi
  441. ctags: CTAGS
  442. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  443. $(TAGS_FILES) $(LISP)
  444. tags=; \
  445. here=`pwd`; \
  446. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  447. unique=`for i in $$list; do \
  448. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  449. done | \
  450. $(AWK) ' { files[$$0] = 1; } \
  451. END { for (i in files) print i; }'`; \
  452. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  453. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  454. $$tags $$unique
  455. GTAGS:
  456. here=`$(am__cd) $(top_builddir) && pwd` \
  457. && cd $(top_srcdir) \
  458. && gtags -i $(GTAGS_ARGS) $$here
  459. distclean-tags:
  460. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  461. check-TESTS: $(TESTS)
  462. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  463. srcdir=$(srcdir); export srcdir; \
  464. list='$(TESTS)'; \
  465. if test -n "$$list"; then \
  466. for tst in $$list; do \
  467. if test -f ./$$tst; then dir=./; \
  468. elif test -f $$tst; then dir=; \
  469. else dir="$(srcdir)/"; fi; \
  470. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  471. all=`expr $$all + 1`; \
  472. case " $(XFAIL_TESTS) " in \
  473. *" $$tst "*) \
  474. xpass=`expr $$xpass + 1`; \
  475. failed=`expr $$failed + 1`; \
  476. echo "XPASS: $$tst"; \
  477. ;; \
  478. *) \
  479. echo "PASS: $$tst"; \
  480. ;; \
  481. esac; \
  482. elif test $$? -ne 77; then \
  483. all=`expr $$all + 1`; \
  484. case " $(XFAIL_TESTS) " in \
  485. *" $$tst "*) \
  486. xfail=`expr $$xfail + 1`; \
  487. echo "XFAIL: $$tst"; \
  488. ;; \
  489. *) \
  490. failed=`expr $$failed + 1`; \
  491. echo "FAIL: $$tst"; \
  492. ;; \
  493. esac; \
  494. else \
  495. skip=`expr $$skip + 1`; \
  496. echo "SKIP: $$tst"; \
  497. fi; \
  498. done; \
  499. if test "$$failed" -eq 0; then \
  500. if test "$$xfail" -eq 0; then \
  501. banner="All $$all tests passed"; \
  502. else \
  503. banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
  504. fi; \
  505. else \
  506. if test "$$xpass" -eq 0; then \
  507. banner="$$failed of $$all tests failed"; \
  508. else \
  509. banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
  510. fi; \
  511. fi; \
  512. dashes="$$banner"; \
  513. skipped=""; \
  514. if test "$$skip" -ne 0; then \
  515. skipped="($$skip tests were not run)"; \
  516. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  517. dashes="$$skipped"; \
  518. fi; \
  519. report=""; \
  520. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  521. report="Please report to $(PACKAGE_BUGREPORT)"; \
  522. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  523. dashes="$$report"; \
  524. fi; \
  525. dashes=`echo "$$dashes" | sed s/./=/g`; \
  526. echo "$$dashes"; \
  527. echo "$$banner"; \
  528. test -z "$$skipped" || echo "$$skipped"; \
  529. test -z "$$report" || echo "$$report"; \
  530. echo "$$dashes"; \
  531. test "$$failed" -eq 0; \
  532. else :; fi
  533. distdir: $(DISTFILES)
  534. $(mkdir_p) $(distdir)/$(srcdir)
  535. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  536. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  537. list='$(DISTFILES)'; for file in $$list; do \
  538. case $$file in \
  539. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  540. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  541. esac; \
  542. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  543. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  544. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  545. dir="/$$dir"; \
  546. $(mkdir_p) "$(distdir)$$dir"; \
  547. else \
  548. dir=''; \
  549. fi; \
  550. if test -d $$d/$$file; then \
  551. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  552. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  553. fi; \
  554. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  555. else \
  556. test -f $(distdir)/$$file \
  557. || cp -p $$d/$$file $(distdir)/$$file \
  558. || exit 1; \
  559. fi; \
  560. done
  561. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  562. if test "$$subdir" = .; then :; else \
  563. test -d "$(distdir)/$$subdir" \
  564. || $(mkdir_p) "$(distdir)/$$subdir" \
  565. || exit 1; \
  566. distdir=`$(am__cd) $(distdir) && pwd`; \
  567. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  568. (cd $$subdir && \
  569. $(MAKE) $(AM_MAKEFLAGS) \
  570. top_distdir="$$top_distdir" \
  571. distdir="$$distdir/$$subdir" \
  572. distdir) \
  573. || exit 1; \
  574. fi; \
  575. done
  576. check-am: all-am
  577. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  578. check: check-recursive
  579. all-am: Makefile
  580. installdirs: installdirs-recursive
  581. installdirs-am:
  582. install: install-recursive
  583. install-exec: install-exec-recursive
  584. install-data: install-data-recursive
  585. uninstall: uninstall-recursive
  586. install-am: all-am
  587. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  588. installcheck: installcheck-recursive
  589. install-strip:
  590. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  591. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  592. `test -z '$(STRIP)' || \
  593. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  594. mostlyclean-generic:
  595. clean-generic:
  596. distclean-generic:
  597. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  598. maintainer-clean-generic:
  599. @echo "This command is intended for maintainers to use"
  600. @echo "it deletes files that may require special tools to rebuild."
  601. clean: clean-recursive
  602. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  603. distclean: distclean-recursive
  604. -rm -f Makefile
  605. distclean-am: clean-am distclean-generic distclean-libtool \
  606. distclean-tags
  607. dvi: dvi-recursive
  608. dvi-am:
  609. html: html-recursive
  610. info: info-recursive
  611. info-am:
  612. install-data-am:
  613. install-exec-am:
  614. install-info: install-info-recursive
  615. install-man:
  616. installcheck-am:
  617. maintainer-clean: maintainer-clean-recursive
  618. -rm -f Makefile
  619. maintainer-clean-am: distclean-am maintainer-clean-generic
  620. mostlyclean: mostlyclean-recursive
  621. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  622. pdf: pdf-recursive
  623. pdf-am:
  624. ps: ps-recursive
  625. ps-am:
  626. uninstall-am: uninstall-info-am
  627. uninstall-info: uninstall-info-recursive
  628. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-TESTS \
  629. check-am clean clean-generic clean-libtool clean-local \
  630. clean-recursive ctags ctags-recursive distclean \
  631. distclean-generic distclean-libtool distclean-recursive \
  632. distclean-tags distdir dvi dvi-am html html-am info info-am \
  633. install install-am install-data install-data-am install-exec \
  634. install-exec-am install-info install-info-am install-man \
  635. install-strip installcheck installcheck-am installdirs \
  636. installdirs-am maintainer-clean maintainer-clean-generic \
  637. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  638. mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
  639. tags tags-recursive uninstall uninstall-am uninstall-info-am
  640. clean-local:
  641. rm -fr trash-directory.* test-results .prove
  642. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  643. # Otherwise a system limit (for SysV at least) may be exceeded.
  644. .NOEXPORT: