Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. # Makefile.in generated by automake 1.11.3 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
  5. # Foundation, Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. TESTS = check_stack$(EXEEXT)
  35. check_PROGRAMS = check_stack$(EXEEXT)
  36. subdir = tests
  37. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  38. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  39. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  40. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  41. $(ACLOCAL_M4)
  42. mkinstalldirs = $(install_sh) -d
  43. CONFIG_CLEAN_FILES =
  44. CONFIG_CLEAN_VPATH_FILES =
  45. am_check_stack_OBJECTS = check_stack-check_stack.$(OBJEXT)
  46. check_stack_OBJECTS = $(am_check_stack_OBJECTS)
  47. check_stack_DEPENDENCIES = $(top_builddir)/src/libopen62541.la
  48. check_stack_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  49. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_stack_CFLAGS) \
  50. $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  51. DEFAULT_INCLUDES = -I.@am__isrc@
  52. depcomp = $(SHELL) $(top_srcdir)/depcomp
  53. am__depfiles_maybe = depfiles
  54. am__mv = mv -f
  55. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  56. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  57. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  58. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  59. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  60. CCLD = $(CC)
  61. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  62. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  63. $(LDFLAGS) -o $@
  64. SOURCES = $(check_stack_SOURCES)
  65. DIST_SOURCES = $(check_stack_SOURCES)
  66. ETAGS = etags
  67. CTAGS = ctags
  68. am__tty_colors = \
  69. red=; grn=; lgn=; blu=; std=
  70. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  71. ACLOCAL = @ACLOCAL@
  72. AMTAR = @AMTAR@
  73. AR = @AR@
  74. AS = @AS@
  75. AUTOCONF = @AUTOCONF@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. CC = @CC@
  80. CCDEPMODE = @CCDEPMODE@
  81. CFLAGS = @CFLAGS@
  82. CHECK_CFLAGS = @CHECK_CFLAGS@
  83. CHECK_LIBS = @CHECK_LIBS@
  84. CPP = @CPP@
  85. CPPFLAGS = @CPPFLAGS@
  86. CYGPATH_W = @CYGPATH_W@
  87. DEFS = @DEFS@
  88. DEPDIR = @DEPDIR@
  89. DLLTOOL = @DLLTOOL@
  90. DSYMUTIL = @DSYMUTIL@
  91. DUMPBIN = @DUMPBIN@
  92. ECHO_C = @ECHO_C@
  93. ECHO_N = @ECHO_N@
  94. ECHO_T = @ECHO_T@
  95. EGREP = @EGREP@
  96. EXEEXT = @EXEEXT@
  97. FGREP = @FGREP@
  98. GREP = @GREP@
  99. INSTALL = @INSTALL@
  100. INSTALL_DATA = @INSTALL_DATA@
  101. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  102. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  103. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  104. LD = @LD@
  105. LDFLAGS = @LDFLAGS@
  106. LIBOBJS = @LIBOBJS@
  107. LIBS = @LIBS@
  108. LIBTOOL = @LIBTOOL@
  109. LIPO = @LIPO@
  110. LN_S = @LN_S@
  111. LTLIBOBJS = @LTLIBOBJS@
  112. MAKEINFO = @MAKEINFO@
  113. MANIFEST_TOOL = @MANIFEST_TOOL@
  114. MKDIR_P = @MKDIR_P@
  115. NM = @NM@
  116. NMEDIT = @NMEDIT@
  117. OBJDUMP = @OBJDUMP@
  118. OBJEXT = @OBJEXT@
  119. OTOOL = @OTOOL@
  120. OTOOL64 = @OTOOL64@
  121. PACKAGE = @PACKAGE@
  122. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  123. PACKAGE_NAME = @PACKAGE_NAME@
  124. PACKAGE_STRING = @PACKAGE_STRING@
  125. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  126. PACKAGE_URL = @PACKAGE_URL@
  127. PACKAGE_VERSION = @PACKAGE_VERSION@
  128. PATH_SEPARATOR = @PATH_SEPARATOR@
  129. PKG_CONFIG = @PKG_CONFIG@
  130. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  131. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  132. RANLIB = @RANLIB@
  133. SED = @SED@
  134. SET_MAKE = @SET_MAKE@
  135. SHELL = @SHELL@
  136. STRIP = @STRIP@
  137. VERSION = @VERSION@
  138. abs_builddir = @abs_builddir@
  139. abs_srcdir = @abs_srcdir@
  140. abs_top_builddir = @abs_top_builddir@
  141. abs_top_srcdir = @abs_top_srcdir@
  142. ac_ct_AR = @ac_ct_AR@
  143. ac_ct_CC = @ac_ct_CC@
  144. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  145. am__include = @am__include@
  146. am__leading_dot = @am__leading_dot@
  147. am__quote = @am__quote@
  148. am__tar = @am__tar@
  149. am__untar = @am__untar@
  150. bindir = @bindir@
  151. build = @build@
  152. build_alias = @build_alias@
  153. build_cpu = @build_cpu@
  154. build_os = @build_os@
  155. build_vendor = @build_vendor@
  156. builddir = @builddir@
  157. datadir = @datadir@
  158. datarootdir = @datarootdir@
  159. docdir = @docdir@
  160. dvidir = @dvidir@
  161. exec_prefix = @exec_prefix@
  162. host = @host@
  163. host_alias = @host_alias@
  164. host_cpu = @host_cpu@
  165. host_os = @host_os@
  166. host_vendor = @host_vendor@
  167. htmldir = @htmldir@
  168. includedir = @includedir@
  169. infodir = @infodir@
  170. install_sh = @install_sh@
  171. libdir = @libdir@
  172. libexecdir = @libexecdir@
  173. localedir = @localedir@
  174. localstatedir = @localstatedir@
  175. mandir = @mandir@
  176. mkdir_p = @mkdir_p@
  177. oldincludedir = @oldincludedir@
  178. pdfdir = @pdfdir@
  179. prefix = @prefix@
  180. program_transform_name = @program_transform_name@
  181. psdir = @psdir@
  182. sbindir = @sbindir@
  183. sharedstatedir = @sharedstatedir@
  184. srcdir = @srcdir@
  185. sysconfdir = @sysconfdir@
  186. target = @target@
  187. target_alias = @target_alias@
  188. target_cpu = @target_cpu@
  189. target_os = @target_os@
  190. target_vendor = @target_vendor@
  191. top_build_prefix = @top_build_prefix@
  192. top_builddir = @top_builddir@
  193. top_srcdir = @top_srcdir@
  194. check_stack_SOURCES = check_stack.c
  195. check_stack_CFLAGS = @CHECK_CFLAGS@
  196. check_stack_LDADD = $(top_builddir)/src/libopen62541.la @CHECK_LIBS@
  197. all: all-am
  198. .SUFFIXES:
  199. .SUFFIXES: .c .lo .o .obj
  200. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  201. @for dep in $?; do \
  202. case '$(am__configure_deps)' in \
  203. *$$dep*) \
  204. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  205. && { if test -f $@; then exit 0; else break; fi; }; \
  206. exit 1;; \
  207. esac; \
  208. done; \
  209. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
  210. $(am__cd) $(top_srcdir) && \
  211. $(AUTOMAKE) --gnu tests/Makefile
  212. .PRECIOUS: Makefile
  213. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  214. @case '$?' in \
  215. *config.status*) \
  216. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  217. *) \
  218. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  219. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  220. esac;
  221. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  222. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  223. $(top_srcdir)/configure: $(am__configure_deps)
  224. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  225. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  226. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  227. $(am__aclocal_m4_deps):
  228. clean-checkPROGRAMS:
  229. @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  230. echo " rm -f" $$list; \
  231. rm -f $$list || exit $$?; \
  232. test -n "$(EXEEXT)" || exit 0; \
  233. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  234. echo " rm -f" $$list; \
  235. rm -f $$list
  236. check_stack$(EXEEXT): $(check_stack_OBJECTS) $(check_stack_DEPENDENCIES) $(EXTRA_check_stack_DEPENDENCIES)
  237. @rm -f check_stack$(EXEEXT)
  238. $(check_stack_LINK) $(check_stack_OBJECTS) $(check_stack_LDADD) $(LIBS)
  239. mostlyclean-compile:
  240. -rm -f *.$(OBJEXT)
  241. distclean-compile:
  242. -rm -f *.tab.c
  243. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_stack-check_stack.Po@am__quote@
  244. .c.o:
  245. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  246. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  247. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  248. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  249. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  250. .c.obj:
  251. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  252. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  253. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  254. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  255. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  256. .c.lo:
  257. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  258. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  259. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  260. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  261. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  262. check_stack-check_stack.o: check_stack.c
  263. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_stack_CFLAGS) $(CFLAGS) -MT check_stack-check_stack.o -MD -MP -MF $(DEPDIR)/check_stack-check_stack.Tpo -c -o check_stack-check_stack.o `test -f 'check_stack.c' || echo '$(srcdir)/'`check_stack.c
  264. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/check_stack-check_stack.Tpo $(DEPDIR)/check_stack-check_stack.Po
  265. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_stack.c' object='check_stack-check_stack.o' libtool=no @AMDEPBACKSLASH@
  266. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  267. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_stack_CFLAGS) $(CFLAGS) -c -o check_stack-check_stack.o `test -f 'check_stack.c' || echo '$(srcdir)/'`check_stack.c
  268. check_stack-check_stack.obj: check_stack.c
  269. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_stack_CFLAGS) $(CFLAGS) -MT check_stack-check_stack.obj -MD -MP -MF $(DEPDIR)/check_stack-check_stack.Tpo -c -o check_stack-check_stack.obj `if test -f 'check_stack.c'; then $(CYGPATH_W) 'check_stack.c'; else $(CYGPATH_W) '$(srcdir)/check_stack.c'; fi`
  270. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/check_stack-check_stack.Tpo $(DEPDIR)/check_stack-check_stack.Po
  271. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_stack.c' object='check_stack-check_stack.obj' libtool=no @AMDEPBACKSLASH@
  272. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  273. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(check_stack_CFLAGS) $(CFLAGS) -c -o check_stack-check_stack.obj `if test -f 'check_stack.c'; then $(CYGPATH_W) 'check_stack.c'; else $(CYGPATH_W) '$(srcdir)/check_stack.c'; fi`
  274. mostlyclean-libtool:
  275. -rm -f *.lo
  276. clean-libtool:
  277. -rm -rf .libs _libs
  278. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  279. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  280. unique=`for i in $$list; do \
  281. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  282. done | \
  283. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  284. END { if (nonempty) { for (i in files) print i; }; }'`; \
  285. mkid -fID $$unique
  286. tags: TAGS
  287. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  288. $(TAGS_FILES) $(LISP)
  289. set x; \
  290. here=`pwd`; \
  291. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  292. unique=`for i in $$list; do \
  293. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  294. done | \
  295. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  296. END { if (nonempty) { for (i in files) print i; }; }'`; \
  297. shift; \
  298. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  299. test -n "$$unique" || unique=$$empty_fix; \
  300. if test $$# -gt 0; then \
  301. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  302. "$$@" $$unique; \
  303. else \
  304. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  305. $$unique; \
  306. fi; \
  307. fi
  308. ctags: CTAGS
  309. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  310. $(TAGS_FILES) $(LISP)
  311. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  312. unique=`for i in $$list; do \
  313. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  314. done | \
  315. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  316. END { if (nonempty) { for (i in files) print i; }; }'`; \
  317. test -z "$(CTAGS_ARGS)$$unique" \
  318. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  319. $$unique
  320. GTAGS:
  321. here=`$(am__cd) $(top_builddir) && pwd` \
  322. && $(am__cd) $(top_srcdir) \
  323. && gtags -i $(GTAGS_ARGS) "$$here"
  324. distclean-tags:
  325. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  326. check-TESTS: $(TESTS)
  327. @failed=0; all=0; xfail=0; xpass=0; skip=0; \
  328. srcdir=$(srcdir); export srcdir; \
  329. list=' $(TESTS) '; \
  330. $(am__tty_colors); \
  331. if test -n "$$list"; then \
  332. for tst in $$list; do \
  333. if test -f ./$$tst; then dir=./; \
  334. elif test -f $$tst; then dir=; \
  335. else dir="$(srcdir)/"; fi; \
  336. if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
  337. all=`expr $$all + 1`; \
  338. case " $(XFAIL_TESTS) " in \
  339. *[\ \ ]$$tst[\ \ ]*) \
  340. xpass=`expr $$xpass + 1`; \
  341. failed=`expr $$failed + 1`; \
  342. col=$$red; res=XPASS; \
  343. ;; \
  344. *) \
  345. col=$$grn; res=PASS; \
  346. ;; \
  347. esac; \
  348. elif test $$? -ne 77; then \
  349. all=`expr $$all + 1`; \
  350. case " $(XFAIL_TESTS) " in \
  351. *[\ \ ]$$tst[\ \ ]*) \
  352. xfail=`expr $$xfail + 1`; \
  353. col=$$lgn; res=XFAIL; \
  354. ;; \
  355. *) \
  356. failed=`expr $$failed + 1`; \
  357. col=$$red; res=FAIL; \
  358. ;; \
  359. esac; \
  360. else \
  361. skip=`expr $$skip + 1`; \
  362. col=$$blu; res=SKIP; \
  363. fi; \
  364. echo "$${col}$$res$${std}: $$tst"; \
  365. done; \
  366. if test "$$all" -eq 1; then \
  367. tests="test"; \
  368. All=""; \
  369. else \
  370. tests="tests"; \
  371. All="All "; \
  372. fi; \
  373. if test "$$failed" -eq 0; then \
  374. if test "$$xfail" -eq 0; then \
  375. banner="$$All$$all $$tests passed"; \
  376. else \
  377. if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
  378. banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
  379. fi; \
  380. else \
  381. if test "$$xpass" -eq 0; then \
  382. banner="$$failed of $$all $$tests failed"; \
  383. else \
  384. if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
  385. banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
  386. fi; \
  387. fi; \
  388. dashes="$$banner"; \
  389. skipped=""; \
  390. if test "$$skip" -ne 0; then \
  391. if test "$$skip" -eq 1; then \
  392. skipped="($$skip test was not run)"; \
  393. else \
  394. skipped="($$skip tests were not run)"; \
  395. fi; \
  396. test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
  397. dashes="$$skipped"; \
  398. fi; \
  399. report=""; \
  400. if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
  401. report="Please report to $(PACKAGE_BUGREPORT)"; \
  402. test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
  403. dashes="$$report"; \
  404. fi; \
  405. dashes=`echo "$$dashes" | sed s/./=/g`; \
  406. if test "$$failed" -eq 0; then \
  407. col="$$grn"; \
  408. else \
  409. col="$$red"; \
  410. fi; \
  411. echo "$${col}$$dashes$${std}"; \
  412. echo "$${col}$$banner$${std}"; \
  413. test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
  414. test -z "$$report" || echo "$${col}$$report$${std}"; \
  415. echo "$${col}$$dashes$${std}"; \
  416. test "$$failed" -eq 0; \
  417. else :; fi
  418. distdir: $(DISTFILES)
  419. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  420. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  421. list='$(DISTFILES)'; \
  422. dist_files=`for file in $$list; do echo $$file; done | \
  423. sed -e "s|^$$srcdirstrip/||;t" \
  424. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  425. case $$dist_files in \
  426. */*) $(MKDIR_P) `echo "$$dist_files" | \
  427. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  428. sort -u` ;; \
  429. esac; \
  430. for file in $$dist_files; do \
  431. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  432. if test -d $$d/$$file; then \
  433. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  434. if test -d "$(distdir)/$$file"; then \
  435. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  436. fi; \
  437. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  438. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  439. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  440. fi; \
  441. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  442. else \
  443. test -f "$(distdir)/$$file" \
  444. || cp -p $$d/$$file "$(distdir)/$$file" \
  445. || exit 1; \
  446. fi; \
  447. done
  448. check-am: all-am
  449. $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
  450. $(MAKE) $(AM_MAKEFLAGS) check-TESTS
  451. check: check-am
  452. all-am: Makefile
  453. installdirs:
  454. install: install-am
  455. install-exec: install-exec-am
  456. install-data: install-data-am
  457. uninstall: uninstall-am
  458. install-am: all-am
  459. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  460. installcheck: installcheck-am
  461. install-strip:
  462. if test -z '$(STRIP)'; then \
  463. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  464. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  465. install; \
  466. else \
  467. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  468. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  469. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  470. fi
  471. mostlyclean-generic:
  472. clean-generic:
  473. distclean-generic:
  474. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  475. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  476. maintainer-clean-generic:
  477. @echo "This command is intended for maintainers to use"
  478. @echo "it deletes files that may require special tools to rebuild."
  479. clean: clean-am
  480. clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
  481. mostlyclean-am
  482. distclean: distclean-am
  483. -rm -rf ./$(DEPDIR)
  484. -rm -f Makefile
  485. distclean-am: clean-am distclean-compile distclean-generic \
  486. distclean-tags
  487. dvi: dvi-am
  488. dvi-am:
  489. html: html-am
  490. html-am:
  491. info: info-am
  492. info-am:
  493. install-data-am:
  494. install-dvi: install-dvi-am
  495. install-dvi-am:
  496. install-exec-am:
  497. install-html: install-html-am
  498. install-html-am:
  499. install-info: install-info-am
  500. install-info-am:
  501. install-man:
  502. install-pdf: install-pdf-am
  503. install-pdf-am:
  504. install-ps: install-ps-am
  505. install-ps-am:
  506. installcheck-am:
  507. maintainer-clean: maintainer-clean-am
  508. -rm -rf ./$(DEPDIR)
  509. -rm -f Makefile
  510. maintainer-clean-am: distclean-am maintainer-clean-generic
  511. mostlyclean: mostlyclean-am
  512. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  513. mostlyclean-libtool
  514. pdf: pdf-am
  515. pdf-am:
  516. ps: ps-am
  517. ps-am:
  518. uninstall-am:
  519. .MAKE: check-am install-am install-strip
  520. .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
  521. clean-checkPROGRAMS clean-generic clean-libtool ctags \
  522. distclean distclean-compile distclean-generic \
  523. distclean-libtool distclean-tags distdir dvi dvi-am html \
  524. html-am info info-am install install-am install-data \
  525. install-data-am install-dvi install-dvi-am install-exec \
  526. install-exec-am install-html install-html-am install-info \
  527. install-info-am install-man install-pdf install-pdf-am \
  528. install-ps install-ps-am install-strip installcheck \
  529. installcheck-am installdirs maintainer-clean \
  530. maintainer-clean-generic mostlyclean mostlyclean-compile \
  531. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  532. tags uninstall uninstall-am
  533. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  534. # Otherwise a system limit (for SysV at least) may be exceeded.
  535. .NOEXPORT: