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