# 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=	/u/veillard/opera/kaffe-0.9.2/packages

subdirs=	tjwassoc.co.uk javasoft.com

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

all-classes:
	@for i in $(subdirs); do (cd $$i && $(MAKE) all-classes) || 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 Makefile
	-rmdir $(subdirs)

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

DUMMY:
