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

  1. # Library support
  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>, March, June 1996.
  10.  
  11. INSTALL=    @INSTALL@
  12. INSTALL_DATA=    @INSTALL_DATA@
  13. prefix=        @prefix@
  14. srcdir=        @srcdir@
  15. incdir=        @includedir@/kaffe
  16.  
  17. all:
  18.  
  19. clean:
  20.  
  21. distclean:
  22.         rm -f Makefile jtypes.h
  23.  
  24. install:
  25.         test -d $(incdir) || mkdir -p $(incdir)
  26.         $(INSTALL_DATA) jtypes.h $(incdir)/jtypes.h
  27.         $(INSTALL_DATA) $(srcdir)/native.h $(incdir)/native.h
  28.         $(INSTALL_DATA) $(srcdir)/stubPreamble.h $(incdir)/stubPreamble.h
  29.