# Makefile.in for Kaffe libraries
#
# 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.

all:
		cd native
		make

clean:
		cd native
		make clean

distclean:	clean

install:
		cd native
		make install
