/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: edam
  • Date: 2012-04-23 18:41:32 UTC
  • Revision ID: tim@ed.am-20120423184132-uuicu56b79w0xxdp
updated autotools

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
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.
243
243
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
244
244
        echo " rm -f" $$list; \
245
245
        rm -f $$list
246
 
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
 
246
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES) 
247
247
        @rm -f test-main$(EXEEXT)
248
248
        $(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
249
249
 
415
415
          fi; \
416
416
          dashes=`echo "$$dashes" | sed s/./=/g`; \
417
417
          if test "$$failed" -eq 0; then \
418
 
            echo "$$grn$$dashes"; \
 
418
            col="$$grn"; \
419
419
          else \
420
 
            echo "$$red$$dashes"; \
 
420
            col="$$red"; \
421
421
          fi; \
422
 
          echo "$$banner"; \
423
 
          test -z "$$skipped" || echo "$$skipped"; \
424
 
          test -z "$$report" || echo "$$report"; \
425
 
          echo "$$dashes$$std"; \
 
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}"; \
426
427
          test "$$failed" -eq 0; \
427
428
        else :; fi
428
429
 
472
473
 
473
474
installcheck: installcheck-am
474
475
install-strip:
475
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
476
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
477
 
          `test -z '$(STRIP)' || \
478
 
            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 \
 
479
              install; \
 
480
        else \
 
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; \
 
484
        fi
479
485
mostlyclean-generic:
480
486
 
481
487
clean-generic: