poco/Data/PostgreSQL/Makefile

22 lines
693 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 += -I/usr/include/postgresql -I/usr/local/include/postgresql -I/usr/local/postgresql/include -I/opt/postgresql/include
SYSLIBS += -L/usr/lib$(LIB64SUFFIX)/postgresql -L/usr/local/lib$(LIB64SUFFIX)/postgresql -L/usr/local/postgresql/lib$(LIB64SUFFIX) -L/opt/postgresql/lib$(LIB64SUFFIX) -lpq
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