# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
# & Innobase Oy
# 
# 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
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# 
# 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


# Makefile included in Makefile.am in every subdirectory


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr/local
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/sbin
libexecdir = ${exec_prefix}/libexec
datadir = ${prefix}/share
sysconfdir = ${prefix}/etc
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/ib
pkglibdir = $(libdir)/ib
pkgincludedir = $(includedir)/ib

top_builddir = ..

ACLOCAL = /mysql-3.23.42/missing aclocal
AUTOCONF = /mysql-3.23.42/missing autoconf
AUTOMAKE = /mysql-3.23.42/missing automake
AUTOHEADER = /mysql-3.23.42/missing autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = i686-pc-linux-gnu
build_triplet = i686-pc-linux-gnu
host_alias = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
target_alias = i686-pc-linux-gnu
target_triplet = i686-pc-linux-gnu
CC = gcc
MAINT = #
MAKEINFO = makeinfo
PACKAGE = ib
RANLIB = ranlib
VERSION = 0.90

libsdir = ../libs

INCLUDES = -I../../include -I../include

libs_LIBRARIES = libbuf.a

libbuf_a_SOURCES = buf0buf.c buf0flu.c buf0lru.c buf0rea.c

EXTRA_PROGRAMS = 
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
CONFIG_HEADER = ../ib_config.h
CONFIG_CLEAN_FILES = 
LIBRARIES =  $(libs_LIBRARIES)


DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
CPPFLAGS = 
LDFLAGS =  -rdynamic
LIBS = 
libbuf_a_LIBADD = 
libbuf_a_OBJECTS =  buf0buf.o buf0flu.o buf0lru.o buf0rea.o
AR = ar
CFLAGS =  -DDBUG_OFF -O3 -DDBUG_OFF    -DDEBUG_OFF -DUNIV_INTEL_X86
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = gtar
GZIP_ENV = --best
SOURCES = $(libbuf_a_SOURCES)
OBJECTS = $(libbuf_a_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .o .s
$(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(srcdir)/../include/Makefile.i
	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps buf/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-libsLIBRARIES:

clean-libsLIBRARIES:
	-test -z "$(libs_LIBRARIES)" || rm -f $(libs_LIBRARIES)

distclean-libsLIBRARIES:

maintainer-clean-libsLIBRARIES:

install-libsLIBRARIES: $(libs_LIBRARIES)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(libsdir)
	@list='$(libs_LIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p"; \
	    $(INSTALL_DATA) $$p $(DESTDIR)$(libsdir)/$$p; \
	  else :; fi; \
	done
	@$(POST_INSTALL)
	@list='$(libs_LIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo " $(RANLIB) $(DESTDIR)$(libsdir)/$$p"; \
	    $(RANLIB) $(DESTDIR)$(libsdir)/$$p; \
	  else :; fi; \
	done

uninstall-libsLIBRARIES:
	@$(NORMAL_UNINSTALL)
	list='$(libs_LIBRARIES)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(libsdir)/$$p; \
	done

.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

libbuf.a: $(libbuf_a_OBJECTS) $(libbuf_a_DEPENDENCIES)
	-rm -f libbuf.a
	$(AR) cru libbuf.a $(libbuf_a_OBJECTS) $(libbuf_a_LIBADD)
	$(RANLIB) libbuf.a

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = buf

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$d/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
buf0buf.o: buf0buf.c ../include/buf0buf.h ../include/univ.i \
	../../include/global.h ../../include/my_config.h \
	../../include/getopt.h ../../include/dbug.h \
	../../include/my_pthread.h ../include/../ib_config.h \
	../include/ut0dbg.h ../include/os0thread.h \
	../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic \
	../include/db0err.h ../include/fil0fil.h ../include/sync0rw.h \
	../include/ut0lst.h ../include/sync0sync.h \
	../include/sync0types.h ../include/ut0mem.h \
	../include/ut0mem.ic ../include/os0sync.h ../include/os0sync.ic \
	../include/sync0arr.h ../include/sync0arr.ic \
	../include/sync0sync.ic ../include/sync0rw.ic \
	../include/dict0types.h ../include/ibuf0types.h \
	../include/ut0byte.h ../include/ut0byte.ic ../include/os0file.h \
	../include/mtr0types.h ../include/buf0types.h \
	../include/hash0hash.h ../include/mem0mem.h ../include/ut0rnd.h \
	../include/ut0rnd.ic ../include/mach0data.h \
	../include/mach0data.ic ../include/mem0dbg.h \
	../include/mem0mem.ic ../include/mem0dbg.ic \
	../include/mem0pool.h ../include/mem0pool.ic \
	../include/hash0hash.ic ../include/buf0buf.ic \
	../include/buf0flu.h ../include/buf0flu.ic ../include/mtr0mtr.h \
	../include/dyn0dyn.h ../include/dyn0dyn.ic \
	../include/page0types.h ../include/mtr0mtr.ic \
	../include/buf0lru.h ../include/buf0lru.ic ../include/buf0rea.h \
	../include/btr0btr.h ../include/dict0dict.h \
	../include/dict0mem.h ../include/data0type.h \
	../include/data0type.ic ../include/data0data.h \
	../include/data0types.h ../include/data0data.ic \
	../include/rem0types.h ../include/btr0types.h \
	../include/lock0types.h ../include/que0types.h \
	../include/dict0mem.ic ../include/trx0types.h \
	../include/dict0dict.ic ../include/dict0load.h \
	../include/dict0load.ic ../include/trx0undo.h \
	../include/trx0sys.h ../include/mtr0log.h ../include/mtr0log.ic \
	../include/fut0lst.h ../include/fut0lst.ic ../include/fut0fut.h \
	../include/fut0fut.ic ../include/fsp0fsp.h \
	../include/fsp0fsp.ic ../include/read0types.h \
	../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h \
	../include/com0com.ic ../include/trx0trx.h \
	../include/usr0types.h ../include/trx0trx.ic \
	../include/trx0undo.ic ../include/rem0rec.h \
	../include/rem0rec.ic ../include/page0cur.h \
	../include/page0page.h ../include/page0page.ic \
	../include/rem0cmp.h ../include/rem0cmp.ic \
	../include/page0cur.ic ../include/btr0btr.ic \
	../include/lock0lock.h ../include/lock0lock.ic \
	../include/row0row.h ../include/row0row.ic \
	../include/row0vers.h ../include/row0vers.ic \
	../include/read0read.h ../include/read0read.ic \
	../include/log0recv.h ../include/log0log.h \
	../include/log0log.ic ../include/log0recv.ic \
	../include/que0que.h ../include/row0types.h \
	../include/pars0types.h ../include/que0que.ic \
	../include/usr0sess.h ../include/usr0sess.ic \
	../include/btr0cur.h ../include/ha0ha.h ../include/ha0ha.ic \
	../include/btr0cur.ic ../include/btr0sea.h \
	../include/btr0sea.ic ../include/ibuf0ibuf.h \
	../include/ibuf0ibuf.ic
buf0flu.o: buf0flu.c ../include/buf0flu.h ../include/univ.i \
	../../include/global.h ../../include/my_config.h \
	../../include/getopt.h ../../include/dbug.h \
	../../include/my_pthread.h ../include/../ib_config.h \
	../include/ut0dbg.h ../include/os0thread.h \
	../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic \
	../include/db0err.h ../include/buf0types.h ../include/ut0byte.h \
	../include/ut0byte.ic ../include/mtr0types.h \
	../include/buf0flu.ic ../include/buf0buf.h ../include/fil0fil.h \
	../include/sync0rw.h ../include/ut0lst.h ../include/sync0sync.h \
	../include/sync0types.h ../include/ut0mem.h \
	../include/ut0mem.ic ../include/os0sync.h ../include/os0sync.ic \
	../include/sync0arr.h ../include/sync0arr.ic \
	../include/sync0sync.ic ../include/sync0rw.ic \
	../include/dict0types.h ../include/ibuf0types.h \
	../include/os0file.h ../include/hash0hash.h \
	../include/mem0mem.h ../include/ut0rnd.h ../include/ut0rnd.ic \
	../include/mach0data.h ../include/mach0data.ic \
	../include/mem0dbg.h ../include/mem0mem.ic \
	../include/mem0dbg.ic ../include/mem0pool.h \
	../include/mem0pool.ic ../include/hash0hash.ic \
	../include/buf0buf.ic ../include/buf0lru.h \
	../include/buf0lru.ic ../include/buf0rea.h ../include/mtr0mtr.h \
	../include/dyn0dyn.h ../include/dyn0dyn.ic \
	../include/page0types.h ../include/mtr0mtr.ic \
	../include/ibuf0ibuf.h ../include/dict0mem.h \
	../include/data0type.h ../include/data0type.ic \
	../include/data0data.h ../include/data0types.h \
	../include/data0data.ic ../include/rem0types.h \
	../include/btr0types.h ../include/lock0types.h \
	../include/que0types.h ../include/dict0mem.ic \
	../include/dict0dict.h ../include/trx0types.h \
	../include/dict0dict.ic ../include/dict0load.h \
	../include/dict0load.ic ../include/trx0undo.h \
	../include/trx0sys.h ../include/mtr0log.h ../include/mtr0log.ic \
	../include/fut0lst.h ../include/fut0lst.ic ../include/fut0fut.h \
	../include/fut0fut.ic ../include/fsp0fsp.h \
	../include/fsp0fsp.ic ../include/read0types.h \
	../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h \
	../include/com0com.ic ../include/trx0trx.h \
	../include/usr0types.h ../include/trx0trx.ic \
	../include/trx0undo.ic ../include/rem0rec.h \
	../include/rem0rec.ic ../include/ibuf0ibuf.ic \
	../include/page0page.h ../include/page0page.ic \
	../include/rem0cmp.h ../include/rem0cmp.ic ../include/log0log.h \
	../include/log0log.ic
buf0lru.o: buf0lru.c ../include/buf0lru.h ../include/univ.i \
	../../include/global.h ../../include/my_config.h \
	../../include/getopt.h ../../include/dbug.h \
	../../include/my_pthread.h ../include/../ib_config.h \
	../include/ut0dbg.h ../include/os0thread.h \
	../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic \
	../include/db0err.h ../include/ut0byte.h ../include/ut0byte.ic \
	../include/buf0types.h ../include/buf0lru.ic \
	../include/ut0lst.h ../include/ut0rnd.h ../include/ut0rnd.ic \
	../include/sync0sync.h ../include/sync0types.h \
	../include/ut0mem.h ../include/ut0mem.ic ../include/os0sync.h \
	../include/os0sync.ic ../include/sync0arr.h \
	../include/sync0arr.ic ../include/sync0sync.ic \
	../include/sync0rw.h ../include/sync0rw.ic \
	../include/hash0hash.h ../include/mem0mem.h \
	../include/mach0data.h ../include/mach0data.ic \
	../include/mem0dbg.h ../include/mem0mem.ic \
	../include/mem0dbg.ic ../include/mem0pool.h \
	../include/os0file.h ../include/mem0pool.ic \
	../include/hash0hash.ic ../include/fil0fil.h \
	../include/dict0types.h ../include/ibuf0types.h \
	../include/btr0btr.h ../include/dict0dict.h \
	../include/dict0mem.h ../include/data0type.h \
	../include/data0type.ic ../include/data0data.h \
	../include/data0types.h ../include/data0data.ic \
	../include/rem0types.h ../include/btr0types.h \
	../include/page0types.h ../include/lock0types.h \
	../include/que0types.h ../include/dict0mem.ic \
	../include/trx0types.h ../include/dict0dict.ic \
	../include/dict0load.h ../include/dict0load.ic \
	../include/trx0undo.h ../include/mtr0mtr.h ../include/dyn0dyn.h \
	../include/dyn0dyn.ic ../include/mtr0types.h \
	../include/mtr0mtr.ic ../include/trx0sys.h ../include/mtr0log.h \
	../include/mtr0log.ic ../include/buf0buf.h \
	../include/buf0buf.ic ../include/buf0flu.h \
	../include/buf0flu.ic ../include/buf0rea.h ../include/fut0lst.h \
	../include/fut0lst.ic ../include/fut0fut.h \
	../include/fut0fut.ic ../include/fsp0fsp.h \
	../include/fsp0fsp.ic ../include/read0types.h \
	../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h \
	../include/com0com.ic ../include/trx0trx.h \
	../include/usr0types.h ../include/trx0trx.ic \
	../include/trx0undo.ic ../include/rem0rec.h \
	../include/rem0rec.ic ../include/page0cur.h \
	../include/page0page.h ../include/page0page.ic \
	../include/rem0cmp.h ../include/rem0cmp.ic \
	../include/page0cur.ic ../include/btr0btr.ic \
	../include/btr0sea.h ../include/ha0ha.h ../include/ha0ha.ic \
	../include/btr0sea.ic ../include/btr0cur.h \
	../include/row0types.h ../include/btr0cur.ic
buf0rea.o: buf0rea.c ../include/buf0rea.h ../include/univ.i \
	../../include/global.h ../../include/my_config.h \
	../../include/getopt.h ../../include/dbug.h \
	../../include/my_pthread.h ../include/../ib_config.h \
	../include/ut0dbg.h ../include/os0thread.h \
	../include/os0thread.ic ../include/ut0ut.h ../include/ut0ut.ic \
	../include/db0err.h ../include/buf0types.h ../include/fil0fil.h \
	../include/sync0rw.h ../include/ut0lst.h ../include/sync0sync.h \
	../include/sync0types.h ../include/ut0mem.h \
	../include/ut0mem.ic ../include/os0sync.h ../include/os0sync.ic \
	../include/sync0arr.h ../include/sync0arr.ic \
	../include/sync0sync.ic ../include/sync0rw.ic \
	../include/dict0types.h ../include/ibuf0types.h \
	../include/ut0byte.h ../include/ut0byte.ic ../include/os0file.h \
	../include/mtr0mtr.h ../include/mem0mem.h ../include/ut0rnd.h \
	../include/ut0rnd.ic ../include/mach0data.h \
	../include/mach0data.ic ../include/mem0dbg.h \
	../include/mem0mem.ic ../include/mem0dbg.ic \
	../include/mem0pool.h ../include/mem0pool.ic \
	../include/dyn0dyn.h ../include/dyn0dyn.ic \
	../include/mtr0types.h ../include/page0types.h \
	../include/mtr0mtr.ic ../include/buf0buf.h \
	../include/hash0hash.h ../include/hash0hash.ic \
	../include/buf0buf.ic ../include/buf0flu.h \
	../include/buf0flu.ic ../include/buf0lru.h \
	../include/buf0lru.ic ../include/ibuf0ibuf.h \
	../include/dict0mem.h ../include/data0type.h \
	../include/data0type.ic ../include/data0data.h \
	../include/data0types.h ../include/data0data.ic \
	../include/rem0types.h ../include/btr0types.h \
	../include/lock0types.h ../include/que0types.h \
	../include/dict0mem.ic ../include/dict0dict.h \
	../include/trx0types.h ../include/dict0dict.ic \
	../include/dict0load.h ../include/dict0load.ic \
	../include/trx0undo.h ../include/trx0sys.h ../include/mtr0log.h \
	../include/mtr0log.ic ../include/fut0lst.h \
	../include/fut0lst.ic ../include/fut0fut.h \
	../include/fut0fut.ic ../include/fsp0fsp.h \
	../include/fsp0fsp.ic ../include/read0types.h \
	../include/trx0sys.ic ../include/srv0srv.h ../include/com0com.h \
	../include/com0com.ic ../include/trx0trx.h \
	../include/usr0types.h ../include/trx0trx.ic \
	../include/trx0undo.ic ../include/rem0rec.h \
	../include/rem0rec.ic ../include/ibuf0ibuf.ic \
	../include/page0page.h ../include/page0page.ic \
	../include/rem0cmp.h ../include/rem0cmp.ic \
	../include/log0recv.h ../include/log0log.h \
	../include/log0log.ic ../include/log0recv.ic \
	../include/srv0start.h

info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am: install-libsLIBRARIES
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am: uninstall-libsLIBRARIES
uninstall: uninstall-am
all-am: Makefile $(LIBRARIES)
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:
	$(mkinstalldirs)  $(DESTDIR)$(libsdir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-libsLIBRARIES mostlyclean-compile \
		mostlyclean-tags mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-libsLIBRARIES clean-compile clean-tags clean-generic \
		mostlyclean-am

clean: clean-am

distclean-am:  distclean-libsLIBRARIES distclean-compile distclean-tags \
		distclean-generic clean-am

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-libsLIBRARIES \
		maintainer-clean-compile maintainer-clean-tags \
		maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: mostlyclean-libsLIBRARIES distclean-libsLIBRARIES \
clean-libsLIBRARIES maintainer-clean-libsLIBRARIES \
uninstall-libsLIBRARIES install-libsLIBRARIES mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile tags \
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
distdir info-am info dvi-am dvi check check-am installcheck-am \
installcheck install-exec-am install-exec install-data-am install-data \
install-am install uninstall-am uninstall all-redirect all-am all \
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean


# Don't update the files from bitkeeper
%::SCCS/s.%

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
