home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / kludge03.tz / kludge03 / mk74 / include / Makefile-machine < prev    next >
Makefile  |  1992-03-08  |  2KB  |  49 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-machine,v $
  22. # Revision 2.2  92/03/05  23:10:03  rpd
  23. #     Created.
  24. #     [92/02/28            rpd]
  25.  
  26. # This file defines the 'standard' machine-dependent include files.
  27. # It is designed to be used in conjunction with Makefile-include.
  28. # The including Makefile should define 'Machine' appropriately.
  29. # (Note that make uses 'machine', so we can't.)
  30.  
  31. KERNEL_2 = ${KERNEL_2} mach/${Machine}/boolean.h \
  32.     mach/${Machine}/exception.h mach/${Machine}/kern_return.h \
  33.     mach/${Machine}/syscall_sw.h mach/${Machine}/thread_status.h \
  34.     mach/${Machine}/vm_param.h mach/${Machine}/vm_types.h
  35.  
  36. THREADS_1 = ${THREADS_1} ${Machine}/cthreads.h
  37.  
  38. # Even though we only install into mach/${Machine},
  39. # we have to create mach first.
  40.  
  41. IDIRS = ${IDIRS} mach mach/${Machine}
  42.