# Windows'95 Makefile for Kaffe class file
#
# 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.

classdir=	c:\kaffe\share\kaffe
srcdir=		..\..\sun

INSTALL_DATA=	copy

all:		NULL

clean:		NULL

distclean:	clean

install:
		$(INSTALL_DATA) $(srcdir)\classes.zip $(classdir)\classes.zip
		$(INSTALL_DATA) $(srcdir)\javac.properties $(classdir)\lib\javac.properties

NULL:
	@
