poco/Data/Makefile

25 lines
743 B
Makefile
Raw Normal View History

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 \
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 \
SimpleRowFormatter Session SessionFactory SessionImpl \
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