# Generated automatically from Makefile.in by configure.
# Build the shared library support.
#
# 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.

srcdir=		/u/veillard/opera/kaffe-0.9.2/packages/javasoft.com
subdirs=	APIcore

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

all-classes:

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
