1
# Makefile.in generated by automake 1.11 from Makefile.am.
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
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 \
422
echo "$${col}$$dashes$${std}"; \
423
echo "$${col}$$banner$${std}"; \
424
test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
425
test -z "$$report" || echo "$${col}$$report$${std}"; \
426
echo "$${col}$$dashes$${std}"; \
427
test "$$failed" -eq 0; \
324
430
distdir: $(DISTFILES)
325
431
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
326
432
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
367
474
installcheck: installcheck-am
369
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
370
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
371
`test -z '$(STRIP)' || \
372
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
476
if test -z '$(STRIP)'; then \
477
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
478
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
481
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
482
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
483
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
373
485
mostlyclean-generic:
455
567
.MAKE: check-am install-am install-strip
457
.PHONY: CTAGS GTAGS all all-am check check-am clean \
569
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
458
570
clean-checkPROGRAMS clean-generic clean-libtool ctags \
459
571
distclean distclean-compile distclean-generic \
460
572
distclean-libtool distclean-tags distdir dvi dvi-am html \