## ## Copyright (C) 2004-2006 Autodesk, Inc. ## ## This library is free software; you can redistribute it and/or ## modify it under the terms of version 2.1 of the GNU Lesser ## General Public License as published by the Free Software Foundation. ## ## This library is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## Lesser General Public License for more details. ## ## You should have received a copy of the GNU Lesser General Public ## License along with this library; if not, write to the Free Software ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## AUTOMAKE_OPTIONS = foreign EXTRA_DIST = MySqlDriver.vcproj noinst_LTLIBRARIES = libmysqldr.la libmysqldr_la_SOURCES = \ bind.c \ commit.c \ connect.c \ define.c \ desc_bind.c \ desc_slct.c \ disconnect.c \ est_cursor.c \ execute.c \ fetch.c \ fre_cursor.c \ geom_srid.c \ get_gen_id.c \ get_msg.c \ init.c \ nls.c \ null.c \ rdbi_init.c \ run_sql.c \ set_schema.c \ sql.c \ stdafx.c \ term.c \ type.c \ vndr_info.c \ vndr_name.c \ xlt_status.c \ Geometry.c noinst_HEADERS = $(libmysqldr_la_SOURCES) \ bind.h \ commit.h \ connect.h \ define.h \ desc_bind.h \ desc_slct.h \ disconnect.h \ errno.h \ est_cursor.h \ execute.h \ fetch.h \ fre_cursor.h \ Geometry.h \ geom_srid.h \ get_gen_id.h \ get_msg.h \ init.h \ local.h \ nls.h \ null.h \ rdbi_init.h \ run_sql.h \ set_schema.h \ sql.h \ stdafx.h \ term.h \ type.h \ vndr_info.h \ vndr_name.h \ xlt_status.h INCLUDES = \ -I../../.. \ -I/usr/include/mysql \ -I$(FDOMYSQL)/include \ -I$(FDOUTILITIES)/Common/Inc \ -I$(FDO)/Unmanaged/Inc libmysqldr_la_LDFLAGS = CXXFLAGS = @CXXFLAGS@ -DFULLPROTO -D__USE_GNU -DLINUX ##To be consistent with internal build, force the compiler to be g++. CC = g++