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

srcdir=		/u/veillard/opera/kaffe-0.9.2/kaffe/scripts
prefix=		/u/veillard/opera/LINUX-ELF
exec_prefix=	${prefix}
bindir=		/u/veillard/opera/LINUX-ELF/bin
INSTALL=	/usr/bin/install -c
INSTALL_SCRIPT=	${INSTALL} -m 755
MKDIR=		mkdir -p
SCREXT=		

SCRIPTFILES=	appletviewer jar javac javadoc javakey javap jdb \
		native2ascii report-kaffe-bug rmic rmiregistry serialver

all:

clean:

distclean:
		rm -f Makefile

install:
		test -d $(bindir) || $(MKDIR) $(bindir)
		for i in $(SCRIPTFILES) ;\
		do \
			$(INSTALL_SCRIPT) $(srcdir)/$$i$(SCREXT) $(bindir)/$$i$(SCREXT)  ;\
		done
