2006-12-31 01:02:27 +01:00
|
|
|
# Copyright (C) 2001, 2003 MySQL AB & Innobase Oy
|
2001-02-17 13:19:19 +01: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
|
2006-12-23 20:17:15 +01:00
|
|
|
# the Free Software Foundation; version 2 of the License.
|
2001-02-17 13:19:19 +01: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
|
|
|
|
|
2003-04-10 20:03:52 +02:00
|
|
|
noinst_LIBRARIES = libfsp.a
|
2001-02-17 13:19:19 +01:00
|
|
|
|
|
|
|
libfsp_a_SOURCES = fsp0fsp.c
|
|
|
|
|
|
|
|
EXTRA_PROGRAMS =
|
2006-12-31 01:02:27 +01:00
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|