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 / sun / Makefile
Makefile  |  1996-09-28  |  639b  |  28 lines

  1. # Windows'95 Makefile for Kaffe class file
  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. classdir=    c:\kaffe\share\kaffe
  12. srcdir=        ..\..\sun
  13.  
  14. INSTALL_DATA=    copy
  15.  
  16. all:        NULL
  17.  
  18. clean:        NULL
  19.  
  20. distclean:    clean
  21.  
  22. install:
  23.         $(INSTALL_DATA) $(srcdir)\classes.zip $(classdir)\classes.zip
  24.         $(INSTALL_DATA) $(srcdir)\javac.properties $(classdir)\lib\javac.properties
  25.  
  26. NULL:
  27.     @
  28.