home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / os / kludge03.tz / kludge03 / mk74 / include / Makefile-midevice < prev   
Makefile  |  1992-05-05  |  2KB  |  44 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-midevice,v $
  22. # Revision 2.3  92/05/04  11:21:43  danner
  23. #     Added scsi/scsi_endian.h
  24. #     [92/05/04            danner]
  25. # Revision 2.2  92/03/05  23:10:10  rpd
  26. #     Created.
  27. #     [92/02/28            rpd]
  28.  
  29. # This file defines the 'machine-independent' device include files.
  30. # It is designed to be used in conjunction with Makefile-include.
  31.  
  32. KERNEL_1 = ${KERNEL_1} chips/lance.h chips/lk201.h chips/screen.h \
  33.     scsi/mapped_scsi.h scsi/scsi_endian.h
  34.  
  35. IDIRS = ${IDIRS} chips scsi
  36.