/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.
197
197
 
198
198
test_main_LDADD = \
199
199
        ../src/libsqlite3cc.la \
200
 
        -lboost_filesystem-mt
 
200
        -lboost_filesystem-mt \
 
201
        -lboost_system-mt
201
202
 
202
203
all: all-am
203
204
 
242
243
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
243
244
        echo " rm -f" $$list; \
244
245
        rm -f $$list
245
 
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
 
246
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES) 
246
247
        @rm -f test-main$(EXEEXT)
247
248
        $(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
248
249
 
414
415
          fi; \
415
416
          dashes=`echo "$$dashes" | sed s/./=/g`; \
416
417
          if test "$$failed" -eq 0; then \
417
 
            echo "$$grn$$dashes"; \
 
418
            col="$$grn"; \
418
419
          else \
419
 
            echo "$$red$$dashes"; \
 
420
            col="$$red"; \
420
421
          fi; \
421
 
          echo "$$banner"; \
422
 
          test -z "$$skipped" || echo "$$skipped"; \
423
 
          test -z "$$report" || echo "$$report"; \
424
 
          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}"; \
425
427
          test "$$failed" -eq 0; \
426
428
        else :; fi
427
429
 
471
473
 
472
474
installcheck: installcheck-am
473
475
install-strip:
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
 
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
478
485
mostlyclean-generic:
479
486
 
480
487
clean-generic: