# Generated automatically from Makefile.in by configure.
# Base level Makefile.in for kaffe.
#
# Copyright (c) 1996 T. J. Wilkinson & Associates, London, UK.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Written by Tim Wilkinson <tim@tjwassoc.demon.co.uk>, 1996.

VPATH=	.

subdirs=	kaffevm lib kaffe kaffeh man scripts config test

all:
	@for i in $(subdirs); do (cd $$i ; $(MAKE) || exit 1) ; done

test:	DUMMY
	@(cd test ; $(MAKE) test)

clean:
	@for i in $(subdirs); do (cd $$i ; $(MAKE) clean) ; done

distclean:
	@for i in $(subdirs); do (cd $$i ; $(MAKE) distclean) ; done
	rm -f ENVIRONMENT Makefile
	rm -f config.cache config.log config.status
	-rmdir kaffevm lib kaffe kaffeh man scripts config test

install:
	@for i in $(subdirs); do (cd $$i ; $(MAKE) install || exit 1) ; done

DUMMY:

# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
Makefile: Makefile.in config.status
	CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
config.status: configure
	./config.status --recheck
$(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
	cd $(srcdir) && autoconf
