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