home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Lines / Makefile < prev    next >
Makefile  |  1997-01-12  |  1KB  |  52 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 = Lines
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. ICONSECTIONS =    -sectcreate __ICON app /NextLibrary/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff
  17.  
  18. LOCAL_RESOURCES = Lines.nib
  19.  
  20. CLASSES = LinesView.m UserPath.m
  21.  
  22. HFILES = LinesView.h UserPath.h
  23.  
  24. MFILES = Lines_main.m
  25.  
  26. OTHERSRCS = README.rtf
  27.  
  28.  
  29. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  30. CODE_GEN_STYLE = DYNAMIC
  31. MAKEFILE = app.make
  32. NEXTSTEP_INSTALLDIR = /LocalDeveloper/Demos
  33. WINDOWS_INSTALLDIR = /LocalDeveloper/Demos
  34. PDO_UNIX_INSTALLDIR = $(HOME)/Apps
  35. LIBS = 
  36. DEBUG_LIBS = $(LIBS)
  37. PROF_LIBS = $(LIBS)
  38.  
  39.  
  40. FRAMEWORKS = -framework Foundation -framework AppKit
  41.  
  42.  
  43. include $(MAKEFILEDIR)/platform.make
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/$(MAKEFILE)
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.