mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
23 lines
489 B
Makefile
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
|