home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / DriverKit / AMDPCSCSIDriver / AMDPCSCSIDriver_reloc.tproj / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-10  |  960 b   |  43 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = AMDPCSCSIDriver_reloc
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. CLASSES = AMD_SCSI.m AMD_x86.m AMD_Chip.m AMD_ChipPrivate.m
  16.  
  17. HFILES = AMD_Chip.h AMD_Regs.h AMD_SCSI.h AMD_Types.h AMD_x86.h\
  18.          bringup.h pciconf.h ioPorts.h AMD_Private.h AMD_ddm.h\
  19.          AMD_ChipPrivate.h configKeys.h
  20.  
  21. CFILES = ioPorts.c
  22.  
  23. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
  24.             Load_Commands.sect AMD.ddm Makefile.driver_preamble
  25.  
  26.  
  27. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  28. MAKEFILE = tool.make
  29. SOURCEMODE = 444
  30.  
  31. LIBS = 
  32. DEBUG_LIBS = $(LIBS)
  33. PROF_LIBS = $(LIBS)
  34.  
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/$(MAKEFILE)
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.