2007-05-12 16:41:03 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
2007-05-15 20:34:37 +02:00
|
|
|
# $Id: //poco/Main/Data/Makefile#11 $
|
2007-05-12 16:41:03 +02:00
|
|
|
#
|
|
|
|
# Makefile for Poco Data
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
2008-08-12 12:12:56 +02:00
|
|
|
objects = AbstractBinder AbstractBinding AbstractExtraction AbstractExtractor \
|
2008-11-24 01:38:23 +01:00
|
|
|
AbstractPreparation AbstractPreparator ArchiveStrategy AutoTransaction \
|
|
|
|
Bulk Connector DataException Date Limit MetaColumn \
|
2007-12-16 18:44:46 +01:00
|
|
|
PooledSessionHolder PooledSessionImpl Position \
|
2008-08-12 12:12:56 +02:00
|
|
|
Range RecordSet Row RowFilter RowFormatter RowIterator \
|
2008-01-12 19:25:27 +01:00
|
|
|
SimpleRowFormatter Session SessionFactory SessionImpl \
|
2008-11-16 17:54:37 +01:00
|
|
|
SessionPool SessionPoolContainer SQLChannel \
|
|
|
|
Statement StatementCreator StatementImpl Time
|
2007-05-12 16:41:03 +02:00
|
|
|
|
|
|
|
target = PocoData
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|