2007-05-12 16:41:03 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2007-05-16 13:23:29 +02:00
|
|
|
# $Id: //poco/Main/Data/SQLite/Makefile#4 $
|
2007-05-12 16:41:03 +02:00
|
|
|
#
|
|
|
|
# Makefile for Poco SQLite
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
2008-03-26 10:11:18 +01:00
|
|
|
SYSFLAGS += -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_PROGRESS_CALLBACK \
|
2009-01-22 09:14:22 +01:00
|
|
|
-DSQLITE_OMIT_COMPLETE -DSQLITE_OMIT_TCL_VARIABLE
|
|
|
|
|
|
|
|
INCLUDE += -Isrc
|
2007-05-12 16:41:03 +02:00
|
|
|
|
2007-05-15 20:34:37 +02:00
|
|
|
objects = Binder Extractor SessionImpl Connector \
|
2007-05-12 16:41:03 +02:00
|
|
|
SQLiteException SQLiteStatementImpl Utility \
|
|
|
|
sqlite3
|
|
|
|
|
|
|
|
target = PocoSQLite
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoData PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|