# Generated automatically from Makefile.in by configure.
# Base level Makefile.in for kaffe.
#
# Copyright (c) 1996, 1997
#	T. J. Wilkinson & Associates, London, UK.  All rights reserved.
#
# 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.co.uk>

VPATH=	../../kaffe-0.9.2

subdirs=	config include packages kaffe test

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

all-classes:
	@(cd packages && $(MAKE) all-classes)

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 ENVIRONMENT.BAT Makefile
	rm -f config.cache config.log config.status
	-rmdir config include packages kaffe test

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

DUMMY:
