# 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>

INSTALL=	/usr/local/bin/install -c
INSTALL_PROGRAM=${INSTALL}
srcdir=		.
prefix=		/usr/local
exec_prefix=	${prefix}
bindir=		${exec_prefix}/bin

all:

clean:

distclean:
		rm -f Makefile

install:
		test -d $(bindir) || mkdir -p $(bindir)
		$(INSTALL_PROGRAM) $(srcdir)/javac $(bindir)/javac
		$(INSTALL_PROGRAM) $(srcdir)/javadoc $(bindir)/javadoc
