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
|
|
|
|
|
2007-05-16 13:23:29 +02:00
|
|
|
SYSFLAGS += -DTHREADSAFE -DNO_TCL -DSQLITE_DISABLE_LFS
|
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
|