mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
a42e8d919b
Renamed: (Abstract)Preparation => (Abstract)Preparator (Abstract)Prepare => (Abstract)Preparation
25 lines
743 B
Makefile
25 lines
743 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Data/Makefile#11 $
|
|
#
|
|
# Makefile for Poco Data
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = AbstractBinder AbstractBinding AbstractExtraction AbstractExtractor \
|
|
AbstractPreparation AbstractPreparator ArchiveStrategy AutoTransaction \
|
|
Bulk Connector DataException Date Limit MetaColumn \
|
|
PooledSessionHolder PooledSessionImpl Position \
|
|
Range RecordSet Row RowFilter RowFormatter RowIterator \
|
|
SimpleRowFormatter Session SessionFactory SessionImpl \
|
|
SessionPool SessionPoolContainer SQLChannel \
|
|
Statement StatementCreator StatementImpl Time
|
|
|
|
target = PocoData
|
|
target_version = $(LIBVERSION)
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|