mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
20 lines
433 B
Makefile
20 lines
433 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 = PocoDataPostgreSQL
|
|
target_version = $(LIBVERSION)
|
|
target_libs = PocoData PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|