poco/Data/PostgreSQL/Makefile

20 lines
433 B
Makefile
Raw Normal View History

2018-05-07 15:28:38 +00:00
#
# Makefile
#
# Makefile for Poco PostgreSQL
#
include $(POCO_BASE)/build/rules/global
include PostgreSQL.make
2018-05-07 15:28:38 +00:00
2022-05-17 07:22:04 +02:00
objects = Extractor BinaryExtractor Binder SessionImpl Connector \
2018-05-07 15:28:38 +00:00
PostgreSQLStatementImpl PostgreSQLException \
SessionHandle StatementExecutor PostgreSQLTypes Utility
2018-05-07 11:50:39 -05:00
target = PocoDataPostgreSQL
2018-05-07 15:28:38 +00:00
target_version = $(LIBVERSION)
2018-05-07 11:50:39 -05:00
target_libs = PocoData PocoFoundation
2018-05-07 15:28:38 +00:00
include $(POCO_BASE)/build/rules/lib