poco/Data/PostgreSQL/Makefile
2024-02-14 09:53:52 +01:00

23 lines
489 B
Makefile

#
# Makefile
#
# Makefile for Poco PostgreSQL
#
include $(POCO_BASE)/build/rules/global
include PostgreSQL.make
objects = Extractor BinaryExtractor Binder SessionImpl Connector \
PostgreSQLStatementImpl PostgreSQLException \
SessionHandle StatementExecutor PostgreSQLTypes Utility
target_includes = $(POCO_BASE)/Data/testsuite/include
target = PocoDataPostgreSQL
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib