# Generated automatically from Makefile.in by configure.
# Install extra bits borrowed from Sun' JDK-1.0.2
#
# See "COPYRIGHT" for license terms on the files in this directory
# excluding this one.
#
# 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>

prefix=		/home/swebster/project/opera/linux
classdir=	${prefix}/share/kaffe
propdir=	${prefix}/share/kaffe/lib
secdir=		${prefix}/share/kaffe/lib/security
srcdir=		../../../../../kaffe-0.9.2/packages/javasoft.com/APIcore
INSTALL=	/usr/bin/install -c
INSTALL_DATA=	${INSTALL} -m 644
MKDIR=		mkdir -p

all:

clean:

distclean:
		rm -f Makefile

install:
		test -d $(classdir) || $(MKDIR) $(classdir)
		test -d $(propdir) || $(MKDIR) $(propdir)
		test -d $(secdir) || $(MKDIR) $(secdir)
		$(INSTALL_DATA) $(srcdir)/classes/classes.zip $(classdir)/classes.zip
		for i in appletviewer.properties awt.properties content-types.properties font.properties rmic.properties serialver.properties font.properties.cs font.properties.el font.properties.hu font.properties.ja font.properties.ko font.properties.lt font.properties.lv font.properties.pl font.properties.ru font.properties.tr font.properties.zh font.properties.zh_TW psfont.properties.ja ;\
		do \
			$(INSTALL_DATA) $(srcdir)/properties/$$i $(propdir)/$$i ;\
		done
		$(INSTALL_DATA) $(srcdir)/properties/security/java.security $(secdir)/java.security
