# Generated automatically from Makefile.in by configure.
# 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.

INSTALL=	/usr/local/bin/install -c
INSTALL_DATA=	${INSTALL} -m 644
prefix=		/usr/local
srcdir=		.
incdir=		${prefix}/include/kaffe

all:

clean:

distclean:
		rm -f Makefile jtypes.h

install:
		test -d $(incdir) || mkdir -p $(incdir)
		$(INSTALL_DATA) jtypes.h $(incdir)/jtypes.h
		$(INSTALL_DATA) $(srcdir)/native.h $(incdir)/native.h
		$(INSTALL_DATA) $(srcdir)/StubPreamble.h $(incdir)/StubPreamble.h
