poco/Data/MySQL/Makefile
Sergey Kholodilov 33efbefa71 =MySQL connector
2008-06-25 10:42:16 +00:00

24 lines
511 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Data/MySQL/Makefile#1 $
#
# Makefile for Poco MySQL
#
include $(POCO_BASE)/build/rules/global
SYSLIBS += -L/usr/local/lib/mysql
INCLUDE += -I/usr/local/include/mysql/
SYSFLAGS += -DTHREADSAFE -DNO_TCL
objects = Binder Extractor SessionImpl Connector \
MySQLStatementImpl ResultMetadata MySQLException \
SessionHandle StatementExecutor
target = PocoMySQL
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib