poco/Data/SQLite/Makefile

25 lines
558 B
Makefile
Raw Normal View History

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