home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / config / Makefile.in < prev   
Makefile  |  1996-09-28  |  516b  |  26 lines

  1. # Configure makefile.
  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. INSTALL=    @INSTALL@
  12. INSTALL_PROGRAM=@INSTALL_PROGRAM@
  13. srcdir=        @srcdir@
  14. prefix=        @prefix@
  15. exec_prefix=    @exec_prefix@
  16. bindir=        @bindir@
  17.  
  18. all:
  19.  
  20. clean:
  21.  
  22. distclean:
  23.         rm -f Makefile md.h config.h
  24.  
  25. install:
  26.