poco/Data/Makefile

24 lines
705 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
objects = AbstractBinder AbstractBinding AbstractExtraction \
AbstractExtractor AbstractPreparation AbstractPrepare ArchiveStrategy \
Bulk Connector BLOB BLOBStream DataException Date Limit MetaColumn \
2007-12-16 18:44:46 +01:00
PooledSessionHolder PooledSessionImpl Position \
2007-10-03 03:45:34 +02:00
Range RecordSet Row RowFormatter RowIterator \
SimpleRowFormatter Session SessionFactory SessionImpl \
SessionPool 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