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
Makefile  |  1996-09-28  |  462b  |  24 lines

  1. # Makefile.in for Kaffe libraries
  2. #
  3. # Copyright (c) 1996 Systems Architecture Research Centre,
  4. #           City University, London, UK.
  5. #
  6. # See the file "license.terms" for information on usage and redistribution
  7. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  8. #
  9. # Written by Tim Wilkinson <tim@sarc.city.ac.uk>, June 1996.
  10.  
  11. all:
  12.         cd native
  13.         make
  14.  
  15. clean:
  16.         cd native
  17.         make clean
  18.  
  19. distclean:    clean
  20.  
  21. install:
  22.         cd native
  23.         make install
  24.