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
/
lib
/
Makefile
Wrap
Makefile
|
1996-09-28
|
462b
|
24 lines
# Makefile.in for Kaffe libraries
#
# 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.
all:
cd native
make
clean:
cd native
make clean
distclean: clean
install:
cd native
make install