mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-22 02:19:50 +01:00
24 lines
731 B
Makefile
24 lines
731 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 AbstractPrepare ArchiveStrategy AutoTransaction \
|
|
Bulk Connector BLOB BLOBStream DataException Date Limit MetaColumn \
|
|
PooledSessionHolder PooledSessionImpl Position \
|
|
Range RecordSet Row RowFilter RowFormatter RowIterator \
|
|
SimpleRowFormatter Session SessionFactory SessionImpl \
|
|
SessionPool SQLChannel Statement StatementCreator StatementImpl Time
|
|
|
|
target = PocoData
|
|
target_version = $(LIBVERSION)
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|