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