home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
win32
/
scripts
/
Makefile
< prev
Wrap
Makefile
|
1996-09-28
|
573b
|
26 lines
# Windows'95 Makefile for Kaffe scripts
#
# Copyright (c) 1996 Systems Architecture Research Centre,
# City University, 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@sarc.city.ac.uk>, June 1996.
libexec= c:\kaffe\bin
INSTALL_PROGRAM=copy
all: NULL
clean: NULL
distclean: clean
install:
$(INSTALL_PROGRAM) javac.bat $(libexec)\javac.bat
$(INSTALL_PROGRAM) javadoc.bat $(libexec)\javadoc.bat
NULL:
@