## ## 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 = Rdbi.vcproj noinst_LTLIBRARIES = librdbi.la librdbi_la_SOURCES = \ autocommit_.c \ bind.c \ break.c \ col_.c \ commit.c \ connect.c \ context.c \ crsr.c \ define.c \ desc_bind.c \ desc_slct.c \ disconnect.c \ end_select.c \ est_cursor.c \ exec_coc.c \ execute.c \ fetch.c \ run_sql.c \ fre_cursor.c \ free_all.c \ geom_dimens.c \ geom_srid.c \ get_geoms_ext.c \ get_info.c \ get_msg.c \ get_size.c \ id_len.c \ init.c \ lob_.c \ msg_issue.c \ null.c \ objects_.c \ pkeys_.c \ get_gen_id.c \ set_schema.c \ sql.c \ sql_va.c \ stores_.c \ switch.c \ term.c \ tran_begin.c \ tran_end.c \ tran_getid.c \ tran_rolbk.c \ users_.c \ usr_exists.c \ version.c \ vis_owner.c \ vndr_info.c \ vndr_name.c noinst_HEADERS = $(librdbi_la_SOURCES) \ global.h INCLUDES = \ -I../.. \ -I$(FDO)/Unmanaged/Inc librdbi_la_LDFLAGS = CXXFLAGS = @CXXFLAGS@ -DFULLPROTO -D__USE_GNU -DLINUX CC = g++