## ## 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.cpp \ commit.cpp \ connect.cpp \ define.cpp \ desc_bind.cpp \ desc_slct.cpp \ disconnect.cpp \ est_cursor.cpp \ execute.cpp \ fetch.cpp \ fre_cursor.cpp \ geom_srid.cpp \ get_gen_id.cpp \ get_msg.cpp \ init.cpp \ nls.cpp \ null.cpp \ rdbi_init.cpp \ run_sql.cpp \ set_schema.cpp \ sql.cpp \ stdafx.cpp \ term.cpp \ type.cpp \ vndr_info.cpp \ vndr_name.cpp \ xlt_status.cpp \ Geometry.cpp 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++