2012-04-29 20:52:25 +02:00
|
|
|
#
|
|
|
|
# Makefile
|
|
|
|
#
|
|
|
|
# Makefile for Poco Data
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
|
|
|
|
objects = AbstractBinder AbstractBinding AbstractExtraction AbstractExtractor \
|
|
|
|
AbstractPreparation AbstractPreparator ArchiveStrategy Transaction \
|
|
|
|
Bulk Connector DataException Date DynamicLOB Limit MetaColumn \
|
|
|
|
PooledSessionHolder PooledSessionImpl Position \
|
|
|
|
Range RecordSet Row RowFilter RowFormatter RowIterator \
|
|
|
|
SimpleRowFormatter Session SessionFactory SessionImpl \
|
|
|
|
SessionPool SessionPoolContainer SQLChannel \
|
2022-05-03 21:25:21 +02:00
|
|
|
Statement StatementCreator StatementImpl Time Transcoder
|
2012-04-29 20:52:25 +02:00
|
|
|
|
|
|
|
target = PocoData
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|