/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc
1 by edam
- initial commit
1
SOURCES := test-database.cpp
2
TARGET := test-database
3
LIBRARIES := sqlitepp$(if $(DEBUGMODE),_d,) \
4
	boost_filesystem-mt$(if $(DEBUGMODE),-d,)
5
CPPFLAGS := -I../include
6
LDPOSTFLAGS := -L../src -Wl,-rpath=../src
7
include ~/src/edam.mk