poco/Data/SQLite/Makefile

22 lines
455 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
2007-05-16 11:23:29 +00:00
SYSFLAGS += -DTHREADSAFE -DNO_TCL -DSQLITE_DISABLE_LFS
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