/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: 2010-02-08 22:08:57 UTC
  • Revision ID: edam@waxworlds.org-20100208220857-5up6fi4y6jh5bz4k
- removed "OK" from test-main when test is successful
- aranged for test/test-main to buld properly and be called from "make check"
- added include/Makefile.am to arrange for installation of library headers
- added project website to configure.ac
- added library interface configuration variable to configure.ac

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 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.
92
92
CYGPATH_W = @CYGPATH_W@
93
93
DEFS = @DEFS@
94
94
DEPDIR = @DEPDIR@
95
 
DLLTOOL = @DLLTOOL@
96
95
DSYMUTIL = @DSYMUTIL@
97
96
DUMPBIN = @DUMPBIN@
98
97
ECHO_C = @ECHO_C@
117
116
LN_S = @LN_S@
118
117
LTLIBOBJS = @LTLIBOBJS@
119
118
MAKEINFO = @MAKEINFO@
120
 
MANIFEST_TOOL = @MANIFEST_TOOL@
121
119
MKDIR_P = @MKDIR_P@
122
120
NM = @NM@
123
121
NMEDIT = @NMEDIT@
143
141
abs_srcdir = @abs_srcdir@
144
142
abs_top_builddir = @abs_top_builddir@
145
143
abs_top_srcdir = @abs_top_srcdir@
146
 
ac_ct_AR = @ac_ct_AR@
147
144
ac_ct_CC = @ac_ct_CC@
148
145
ac_ct_CXX = @ac_ct_CXX@
149
146
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
177
174
libexecdir = @libexecdir@
178
175
localedir = @localedir@
179
176
localstatedir = @localstatedir@
 
177
lt_ECHO = @lt_ECHO@
180
178
mandir = @mandir@
181
179
mkdir_p = @mkdir_p@
182
180
oldincludedir = @oldincludedir@
192
190
top_build_prefix = @top_build_prefix@
193
191
top_builddir = @top_builddir@
194
192
top_srcdir = @top_srcdir@
195
 
test_main_SOURCES = \
196
 
        test-main.cc
197
 
 
198
 
test_main_LDADD = \
199
 
        ../src/libsqlite3cc.la \
200
 
        -lboost_filesystem-mt \
201
 
        -lboost_system-mt
202
 
 
 
193
test_main_SOURCES = test-main.cc
 
194
test_main_LDADD = ../src/libsqlite3cc.la
203
195
all: all-am
204
196
 
205
197
.SUFFIXES:
243
235
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
244
236
        echo " rm -f" $$list; \
245
237
        rm -f $$list
246
 
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) $(EXTRA_test_main_DEPENDENCIES) 
 
238
test-main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
247
239
        @rm -f test-main$(EXEEXT)
248
240
        $(CXXLINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
249
241
 
415
407
          fi; \
416
408
          dashes=`echo "$$dashes" | sed s/./=/g`; \
417
409
          if test "$$failed" -eq 0; then \
418
 
            col="$$grn"; \
 
410
            echo "$$grn$$dashes"; \
419
411
          else \
420
 
            col="$$red"; \
 
412
            echo "$$red$$dashes"; \
421
413
          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}"; \
 
414
          echo "$$banner"; \
 
415
          test -z "$$skipped" || echo "$$skipped"; \
 
416
          test -z "$$report" || echo "$$report"; \
 
417
          echo "$$dashes$$std"; \
427
418
          test "$$failed" -eq 0; \
428
419
        else :; fi
429
420
 
473
464
 
474
465
installcheck: installcheck-am
475
466
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
 
467
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
468
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
469
          `test -z '$(STRIP)' || \
 
470
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
485
471
mostlyclean-generic:
486
472
 
487
473
clean-generic: