Makefile 19 KB

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