home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / TextEdit / Makefile < prev    next >
Encoding:
Makefile  |  1996-11-14  |  1.8 KB  |  69 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 = TextEdit
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = Edit.tiff
  17. WINDOWS_APPICON = EditApp.ico
  18. NEXTSTEP_DOCICONS = text.tiff rtf.tiff rtfd.tiff
  19.  
  20. WINDOWS_DOCICONS = EditRTF.ico EditRTFD.ico
  21.  
  22. ICONSECTIONS =    -sectcreate __ICON app Edit.tiff \
  23.         -sectcreate __ICON text text.tiff \
  24.         -sectcreate __ICON rtf rtf.tiff \
  25.         -sectcreate __ICON rtfd rtfd.tiff
  26.  
  27. LOCAL_RESOURCES = Document.nib Edit-winnt.nib Edit.nib\
  28.                   EncodingAccessory.nib FindPanel.nib Info.nib\
  29.                   Preferences.nib FindPanel.strings Localizable.strings
  30.  
  31. GLOBAL_RESOURCES = Edit.tiff EditApp.ico EditTitle.tiff Encodings.txt
  32.  
  33. CLASSES = Document.m DocumentReadWrite.m Controller.m\
  34.           MultiplePageView.m ScalingScrollView.m TextFinder.m\
  35.           Preferences.m
  36.  
  37. HFILES = Document.h Controller.h MultiplePageView.h TextFinder.h\
  38.          ScalingScrollView.h Preferences.h
  39.  
  40. MFILES = Edit_main.m
  41.  
  42. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  43.             h.template TextEdit.rtf EditRTF.ico EditRTFD.ico\
  44.             EditTXT.ico rtf.tiff rtfd.tiff text.tiff README.rtf
  45.  
  46.  
  47. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  48. CODE_GEN_STYLE = DYNAMIC
  49. MAKEFILE = app.make
  50. NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos
  51. WINDOWS_INSTALLDIR = /NextDemos
  52. LIBS = 
  53. DEBUG_LIBS = $(LIBS)
  54. PROF_LIBS = $(LIBS)
  55.  
  56.  
  57. FRAMEWORKS = -framework AppKit -framework Foundation
  58.  
  59.  
  60. include $(MAKEFILEDIR)/platform.make
  61.  
  62. -include Makefile.preamble
  63.  
  64. include $(MAKEFILEDIR)/$(MAKEFILE)
  65.  
  66. -include Makefile.postamble
  67.  
  68. -include Makefile.dependencies
  69.