Change README.md
[navi2ch.git] / test / Makefile.in
blob40a0db6033ff78916203a5247ec6b87e8f182416
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software 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.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = ..
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 subdir = test
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40 $(top_srcdir)/configure.in
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42 $(ACLOCAL_M4)
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44 CONFIG_CLEAN_FILES =
45 SOURCES =
46 DIST_SOURCES =
47 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48 ACLOCAL = @ACLOCAL@
49 AMTAR = @AMTAR@
50 AUTOCONF = @AUTOCONF@
51 AUTOHEADER = @AUTOHEADER@
52 AUTOMAKE = @AUTOMAKE@
53 AWK = @AWK@
54 CYGPATH_W = @CYGPATH_W@
55 DEFS = @DEFS@
56 ECHO_C = @ECHO_C@
57 ECHO_N = @ECHO_N@
58 ECHO_T = @ECHO_T@
59 EMACS = @EMACS@
60 EMACSLOADPATH = @EMACSLOADPATH@
61 INSTALL_DATA = @INSTALL_DATA@
62 INSTALL_PROGRAM = @INSTALL_PROGRAM@
63 INSTALL_SCRIPT = @INSTALL_SCRIPT@
64 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
65 LIBOBJS = @LIBOBJS@
66 LIBS = @LIBS@
67 LTLIBOBJS = @LTLIBOBJS@
68 MAINT = @MAINT@
69 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
70 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
71 MAKEINFO = @MAKEINFO@
72 PACKAGE = @PACKAGE@
73 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
74 PACKAGE_NAME = @PACKAGE_NAME@
75 PACKAGE_STRING = @PACKAGE_STRING@
76 PACKAGE_TARNAME = @PACKAGE_TARNAME@
77 PACKAGE_URL = @PACKAGE_URL@
78 PACKAGE_VERSION = @PACKAGE_VERSION@
79 PATH_SEPARATOR = @PATH_SEPARATOR@
80 SET_MAKE = @SET_MAKE@
81 SHELL = @SHELL@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 am__leading_dot = @am__leading_dot@
85 am__tar = @am__tar@
86 am__untar = @am__untar@
87 bindir = @bindir@
88 build_alias = @build_alias@
89 datadir = @datadir@
90 datarootdir = @datarootdir@
91 docdir = @docdir@
92 dvidir = @dvidir@
93 exec_prefix = @exec_prefix@
94 host_alias = @host_alias@
95 htmldir = @htmldir@
96 icondir = @icondir@
97 includedir = @includedir@
98 infodir = @infodir@
99 install_sh = @install_sh@
100 libdir = @libdir@
101 libexecdir = @libexecdir@
102 lispdir = @lispdir@
103 localedir = @localedir@
104 localstatedir = @localstatedir@
105 mandir = @mandir@
106 mkdir_p = @mkdir_p@
107 oldincludedir = @oldincludedir@
108 packagedir = @packagedir@
109 pdfdir = @pdfdir@
110 prefix = @prefix@
111 program_transform_name = @program_transform_name@
112 psdir = @psdir@
113 sbindir = @sbindir@
114 sharedstatedir = @sharedstatedir@
115 sysconfdir = @sysconfdir@
116 target_alias = @target_alias@
117 TESTS = test.sh
118 all: all-am
120 .SUFFIXES:
121 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
122 @for dep in $?; do \
123 case '$(am__configure_deps)' in \
124 *$$dep*) \
125 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
126 && exit 0; \
127 exit 1;; \
128 esac; \
129 done; \
130 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
131 cd $(top_srcdir) && \
132 $(AUTOMAKE) --gnu test/Makefile
133 .PRECIOUS: Makefile
134 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
135 @case '$?' in \
136 *config.status*) \
137 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
138 *) \
139 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
140 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
141 esac;
143 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
144 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
146 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
147 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
148 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
149 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
150 uninstall-info-am:
151 tags: TAGS
152 TAGS:
154 ctags: CTAGS
155 CTAGS:
158 check-TESTS: $(TESTS)
159 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
160 srcdir=$(srcdir); export srcdir; \
161 list='$(TESTS)'; \
162 if test -n "$$list"; then \
163 for tst in $$list; do \
164 if test -f ./$$tst; then dir=./; \
165 elif test -f $$tst; then dir=; \
166 else dir="$(srcdir)/"; fi; \
167 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
168 all=`expr $$all + 1`; \
169 case " $(XFAIL_TESTS) " in \
170 *" $$tst "*) \
171 xpass=`expr $$xpass + 1`; \
172 failed=`expr $$failed + 1`; \
173 echo "XPASS: $$tst"; \
174 ;; \
175 *) \
176 echo "PASS: $$tst"; \
177 ;; \
178 esac; \
179 elif test $$? -ne 77; then \
180 all=`expr $$all + 1`; \
181 case " $(XFAIL_TESTS) " in \
182 *" $$tst "*) \
183 xfail=`expr $$xfail + 1`; \
184 echo "XFAIL: $$tst"; \
185 ;; \
186 *) \
187 failed=`expr $$failed + 1`; \
188 echo "FAIL: $$tst"; \
189 ;; \
190 esac; \
191 else \
192 skip=`expr $$skip + 1`; \
193 echo "SKIP: $$tst"; \
194 fi; \
195 done; \
196 if test "$$failed" -eq 0; then \
197 if test "$$xfail" -eq 0; then \
198 banner="All $$all tests passed"; \
199 else \
200 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
201 fi; \
202 else \
203 if test "$$xpass" -eq 0; then \
204 banner="$$failed of $$all tests failed"; \
205 else \
206 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
207 fi; \
208 fi; \
209 dashes="$$banner"; \
210 skipped=""; \
211 if test "$$skip" -ne 0; then \
212 skipped="($$skip tests were not run)"; \
213 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
214 dashes="$$skipped"; \
215 fi; \
216 report=""; \
217 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
218 report="Please report to $(PACKAGE_BUGREPORT)"; \
219 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
220 dashes="$$report"; \
221 fi; \
222 dashes=`echo "$$dashes" | sed s/./=/g`; \
223 echo "$$dashes"; \
224 echo "$$banner"; \
225 test -z "$$skipped" || echo "$$skipped"; \
226 test -z "$$report" || echo "$$report"; \
227 echo "$$dashes"; \
228 test "$$failed" -eq 0; \
229 else :; fi
231 distdir: $(DISTFILES)
232 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
233 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
234 list='$(DISTFILES)'; for file in $$list; do \
235 case $$file in \
236 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
237 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
238 esac; \
239 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
240 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
241 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
242 dir="/$$dir"; \
243 $(mkdir_p) "$(distdir)$$dir"; \
244 else \
245 dir=''; \
246 fi; \
247 if test -d $$d/$$file; then \
248 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
249 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
250 fi; \
251 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
252 else \
253 test -f $(distdir)/$$file \
254 || cp -p $$d/$$file $(distdir)/$$file \
255 || exit 1; \
256 fi; \
257 done
258 check-am: all-am
259 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
260 check: check-am
261 all-am: Makefile
262 installdirs:
263 install: install-am
264 install-exec: install-exec-am
265 install-data: install-data-am
266 uninstall: uninstall-am
268 install-am: all-am
269 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
271 installcheck: installcheck-am
272 install-strip:
273 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
274 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
275 `test -z '$(STRIP)' || \
276 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
277 mostlyclean-generic:
279 clean-generic:
281 distclean-generic:
282 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
284 maintainer-clean-generic:
285 @echo "This command is intended for maintainers to use"
286 @echo "it deletes files that may require special tools to rebuild."
287 clean: clean-am
289 clean-am: clean-generic mostlyclean-am
291 distclean: distclean-am
292 -rm -f Makefile
293 distclean-am: clean-am distclean-generic
295 dvi: dvi-am
297 dvi-am:
299 html: html-am
301 info: info-am
303 info-am:
305 install-data-am:
307 install-exec-am:
309 install-info: install-info-am
311 install-man:
313 installcheck-am:
315 maintainer-clean: maintainer-clean-am
316 -rm -f Makefile
317 maintainer-clean-am: distclean-am maintainer-clean-generic
319 mostlyclean: mostlyclean-am
321 mostlyclean-am: mostlyclean-generic
323 pdf: pdf-am
325 pdf-am:
327 ps: ps-am
329 ps-am:
331 uninstall-am: uninstall-info-am
333 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
334 distclean distclean-generic distdir dvi dvi-am html html-am \
335 info info-am install install-am install-data install-data-am \
336 install-exec install-exec-am install-info install-info-am \
337 install-man install-strip installcheck installcheck-am \
338 installdirs maintainer-clean maintainer-clean-generic \
339 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
340 uninstall-am uninstall-info-am
342 # Tell versions [3.59,3.63) of GNU make to not export all variables.
343 # Otherwise a system limit (for SysV at least) may be exceeded.
344 .NOEXPORT: