/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-01-23 13:46:27 UTC
  • Revision ID: edam@waxworlds.org-20120123134627-i6hi9aftfvwgp8vw
updated autotols stuff

Show diffs side-by-side

added added

removed removed

1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# 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.
197
197
 
198
198
test_main_LDADD = \
199
199
        ../src/libsqlite3cc.la \
200
 
        -lboost_filesystem-mt \
201
 
        -lboost_system-mt
 
200
        -lboost_filesystem-mt
202
201
 
203
202
all: all-am
204
203
 
243
242
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
244
243
        echo " rm -f" $$list; \
245
244
        rm -f $$list
246
 
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES) 
 
245
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
247
246
        @rm -f test-main$(EXEEXT)
248
247
        $(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
249
248
 
415
414
          fi; \
416
415
          dashes=`echo "$$dashes" | sed s/./=/g`; \
417
416
          if test "$$failed" -eq 0; then \
418
 
            col="$$grn"; \
 
417
            echo "$$grn$$dashes"; \
419
418
          else \
420
 
            col="$$red"; \
 
419
            echo "$$red$$dashes"; \
421
420
          fi; \
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}"; \
 
421
          echo "$$banner"; \
 
422
          test -z "$$skipped" || echo "$$skipped"; \
 
423
          test -z "$$report" || echo "$$report"; \
 
424
          echo "$$dashes$$std"; \
427
425
          test "$$failed" -eq 0; \
428
426
        else :; fi
429
427
 
473
471
 
474
472
installcheck: installcheck-am
475
473
install-strip:
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
 
474
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
475
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
476
          `test -z '$(STRIP)' || \
 
477
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485
478
mostlyclean-generic:
486
479
 
487
480
clean-generic: