poco/Data/PostgreSQL/Makefile

20 lines
417 B
Makefile
Raw Normal View History

2018-05-07 17:28:38 +02:00
#
# Makefile
#
# Makefile for Poco PostgreSQL
#
include $(POCO_BASE)/build/rules/global
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