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   
Makefile  |  1996-09-28  |  573b  |  26 lines

  1. # Windows'95 Makefile for Kaffe scripts
  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. libexec=    c:\kaffe\bin
  12. INSTALL_PROGRAM=copy
  13.  
  14. all:        NULL
  15.  
  16. clean:        NULL
  17.  
  18. distclean:    clean
  19.  
  20. install:
  21.         $(INSTALL_PROGRAM) javac.bat $(libexec)\javac.bat
  22.         $(INSTALL_PROGRAM) javadoc.bat $(libexec)\javadoc.bat
  23.  
  24. NULL:
  25.     @
  26.