Makefile.in 19 KB

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