home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / kludge03.tz / kludge03 / mk74 / include / luna88k / Makefile
Makefile  |  1992-03-08  |  2KB  |  59 lines

  1. # Mach Operating System
  2. # Copyright (c) 1992 Carnegie Mellon University
  3. # All Rights Reserved.
  4. # Permission to use, copy, modify and distribute this software and its
  5. # documentation is hereby granted, provided that both the copyright
  6. # notice and this permission notice appear in all copies of the
  7. # software, derivative works or modified versions, and any portions
  8. # thereof, and that both notices appear in supporting documentation.
  9. # CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
  10. # CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  11. # ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  12. # Carnegie Mellon requests users of this software to return to
  13. #  Software Distribution Coordinator  or  Software.Distribution@CS.CMU.EDU
  14. #  School of Computer Science
  15. #  Carnegie Mellon University
  16. #  Pittsburgh PA 15213-3890
  17. # any improvements or extensions that they make and grant Carnegie Mellon 
  18. # the rights to redistribute these changes.
  19. #
  20. # HISTORY
  21. # $Log:    Makefile,v $
  22. # Revision 2.2  92/03/05  23:10:39  rpd
  23. #     Created.
  24. #     [92/02/28            rpd]
  25.  
  26. include ${MAKETOP}Makefile-common
  27. include ${MAKETOP}Makefile-mkdirs
  28.  
  29. # First, we get the standard machine-dependent definitions.
  30.  
  31. Machine = luna88k
  32. include ../Makefile-machine
  33.  
  34. # Next, we get the standard 'machine-independent' device definitions.
  35.  
  36. include ../Makefile-midevice
  37.  
  38. # This architecture adds some files of its own.
  39.  
  40. KERNEL_1 = ${KERNEL_1} luna88k/asm.h luna88k/varargs.h
  41.  
  42. KERNEL_3 = ${KERNEL_3} motorola/m88k/m88100/thread_status.h
  43.  
  44. BOOTSTRAP_1 = ${BOOTSTRAP_1} luna88k/exec.h
  45.  
  46. IDIRS = ${IDIRS} luna88k motorola motorola/m88k motorola/m88k/m88100
  47.  
  48. # Finally, we include the standard rules:
  49.  
  50. include ../Makefile-include
  51. -include Makedep
  52.