2007-01-18 12:58:39 +00:00
|
|
|
# Copyright (C) 2001, 2003 MySQL AB & Innobase Oy
|
2005-10-27 07:29:40 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-01-18 12:58:39 +00:00
|
|
|
# the Free Software Foundation; version 2 of the License.
|
2005-10-27 07:29:40 +00:00
|
|
|
#
|
|
|
|
# This program 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 General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
include ../include/Makefile.i
|
|
|
|
|
|
|
|
noinst_LIBRARIES = librow.a
|
|
|
|
|
2007-04-04 11:05:33 +00:00
|
|
|
librow_a_SOURCES = row0ext.c row0merge.c\
|
2006-09-26 07:28:23 +00:00
|
|
|
row0ins.c row0mysql.c row0purge.c row0row.c row0sel.c\
|
2005-10-27 07:29:40 +00:00
|
|
|
row0uins.c row0umod.c row0undo.c row0upd.c row0vers.c
|
|
|
|
|
|
|
|
EXTRA_PROGRAMS =
|
2007-01-18 12:58:39 +00:00
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|