poco/Data/Makefile

25 lines
654 B
Makefile
Raw Normal View History

2007-05-12 14:41:03 +00:00
#
# Makefile
#
2007-05-15 18:34:37 +00:00
# $Id: //poco/Main/Data/Makefile#11 $
2007-05-12 14:41:03 +00:00
#
# Makefile for Poco Data
#
include $(POCO_BASE)/build/rules/global
objects = AbstractBinder AbstractBinding AbstractExtraction \
AbstractExtractor AbstractPreparation AbstractPrepare \
2007-11-10 23:21:28 +00:00
Connector BLOB BLOBStream DataException Date Limit MetaColumn \
2007-05-12 14:41:03 +00:00
PooledSessionHolder PooledSessionImpl \
2007-10-03 01:45:34 +00:00
Range RecordSet Row RowFormatter RowIterator \
Session SessionFactory SessionImpl \
2007-11-10 23:21:28 +00:00
SessionPool Statement StatementCreator StatementImpl \
Step Time
2007-05-12 14:41:03 +00:00
target = PocoData
target_version = $(LIBVERSION)
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/lib