poco/Data/Makefile

31 lines
981 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco Data
#
include $(POCO_BASE)/build/rules/global
objects = AbstractBinder AbstractBinding AbstractExtraction AbstractExtractor \
AbstractPreparation AbstractPreparator ArchiveStrategy Transaction \
2022-05-22 21:41:34 +02:00
Bulk Connector DataException Date DynamicLOB JSONRowFormatter \
Limit MetaColumn PooledSessionHolder PooledSessionImpl Position \
2012-04-29 20:52:25 +02:00
Range RecordSet Row RowFilter RowFormatter RowIterator \
SimpleRowFormatter Session SessionFactory SessionImpl \
SessionPool SessionPoolContainer SQLChannel \
Statement StatementCreator StatementImpl Time Transcoder
2012-04-29 20:52:25 +02:00
ifndef POCO_DATA_NO_SQL_PARSER
objects += SQLParser SQLParserResult \
bison_parser flex_lexer \
CreateStatement PrepareStatement SQLStatement \
Expr statements sqlhelper
target_includes += $(POCO_BASE)/Data/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif
target = PocoData
target_version = $(LIBVERSION)
target_libs = PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/lib