1
# Makefile.in generated by automake 1.11 from Makefile.am.
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
51
52
CONFIG_CLEAN_VPATH_FILES =
52
53
am_test_main_OBJECTS = test-main.$(OBJEXT)
53
54
test_main_OBJECTS = $(am_test_main_OBJECTS)
54
test_main_LDADD = $(LDADD)
55
test_main_DEPENDENCIES = ../src/libsqlite3cc.la
55
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
57
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
58
am__depfiles_maybe = depfiles
322
335
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
337
check-TESTS: $(TESTS)
338
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
339
srcdir=$(srcdir); export srcdir; \
342
if test -n "$$list"; then \
343
for tst in $$list; do \
344
if test -f ./$$tst; then dir=./; \
345
elif test -f $$tst; then dir=; \
346
else dir="$(srcdir)/"; fi; \
347
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
348
all=`expr $$all + 1`; \
349
case " $(XFAIL_TESTS) " in \
350
*[\ \ ]$$tst[\ \ ]*) \
351
xpass=`expr $$xpass + 1`; \
352
failed=`expr $$failed + 1`; \
353
col=$$red; res=XPASS; \
356
col=$$grn; res=PASS; \
359
elif test $$? -ne 77; then \
360
all=`expr $$all + 1`; \
361
case " $(XFAIL_TESTS) " in \
362
*[\ \ ]$$tst[\ \ ]*) \
363
xfail=`expr $$xfail + 1`; \
364
col=$$lgn; res=XFAIL; \
367
failed=`expr $$failed + 1`; \
368
col=$$red; res=FAIL; \
372
skip=`expr $$skip + 1`; \
373
col=$$blu; res=SKIP; \
375
echo "$${col}$$res$${std}: $$tst"; \
377
if test "$$all" -eq 1; then \
384
if test "$$failed" -eq 0; then \
385
if test "$$xfail" -eq 0; then \
386
banner="$$All$$all $$tests passed"; \
388
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
389
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
392
if test "$$xpass" -eq 0; then \
393
banner="$$failed of $$all $$tests failed"; \
395
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
396
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
401
if test "$$skip" -ne 0; then \
402
if test "$$skip" -eq 1; then \
403
skipped="($$skip test was not run)"; \
405
skipped="($$skip tests were not run)"; \
407
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
408
dashes="$$skipped"; \
411
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
412
report="Please report to $(PACKAGE_BUGREPORT)"; \
413
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
416
dashes=`echo "$$dashes" | sed s/./=/g`; \
417
if test "$$failed" -eq 0; then \
418
echo "$$grn$$dashes"; \
420
echo "$$red$$dashes"; \
423
test -z "$$skipped" || echo "$$skipped"; \
424
test -z "$$report" || echo "$$report"; \
425
echo "$$dashes$$std"; \
426
test "$$failed" -eq 0; \
324
429
distdir: $(DISTFILES)
325
430
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326
431
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
455
561
.MAKE: check-am install-am install-strip
457
.PHONY: CTAGS GTAGS all all-am check check-am clean \
563
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
458
564
clean-checkPROGRAMS clean-generic clean-libtool ctags \
459
565
distclean distclean-compile distclean-generic \
460
566
distclean-libtool distclean-tags distdir dvi dvi-am html \