home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Examples / DriverKit / ATI / ATI_reloc.tproj / Makefile < prev    next >
Makefile  |  1993-07-19  |  754b  |  41 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 = ATI_reloc
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. CLASSES = ATI.m
  16.  
  17. HFILES = ATI.h ATIModes.h
  18.  
  19. CFILES = ATIModes.c
  20.  
  21. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
  22.             Load_Commands.sect Makefile.driver_preamble
  23.  
  24.  
  25. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  26. MAKEFILE = tool.make
  27. SOURCEMODE = 444
  28.  
  29. LIBS = 
  30. DEBUG_LIBS = $(LIBS)
  31. PROF_LIBS = $(LIBS)
  32.  
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/$(MAKEFILE)
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.