home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Programming / GDBbundle-1.0-MIS / src / TextEdit / Makefile < prev    next >
Encoding:
Makefile  |  1997-09-08  |  2.3 KB  |  82 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 cfile.tiff hfile.tiff\
  19.                     mfile.tiff
  20.  
  21. WINDOWS_DOCICONS = EditRTF.ico EditRTFD.ico
  22.  
  23. ICONSECTIONS =    -sectcreate __ICON app Edit.tiff \
  24.         -sectcreate __ICON text text.tiff \
  25.         -sectcreate __ICON rtf rtf.tiff \
  26.         -sectcreate __ICON rtfd rtfd.tiff \
  27.         -sectcreate __ICON cfile cfile.tiff \
  28.         -sectcreate __ICON hfile hfile.tiff \
  29.         -sectcreate __ICON mfile mfile.tiff
  30.  
  31. LOCAL_RESOURCES = Document.nib Edit-winnt.nib Edit.nib\
  32.                   EncodingAccessory.nib FindPanel.nib Info.nib\
  33.                   LineRange.nib Preferences.nib FindPanel.strings\
  34.                   Localizable.strings
  35.  
  36. GLOBAL_RESOURCES = cfile.tiff cfileh.tiff Edit.tiff EditApp.ico\
  37.                    EditTitle.tiff file.tiff fileh.tiff hfile.tiff\
  38.                    hfileh.tiff mfile.tiff mfileh.tiff rtfdh.tiff\
  39.                    rtfh.tiff Encodings.txt
  40.  
  41. CLASSES = Document.m DocumentReadWrite.m Controller.m\
  42.           MultiplePageView.m ScalingScrollView.m TextFinder.m\
  43.           Preferences.m LineAndCharacterRange.m MyTextView.m\
  44.           NSMenuAdditions.m
  45.  
  46. HFILES = Document.h Controller.h MultiplePageView.h TextFinder.h\
  47.          ScalingScrollView.h Preferences.h LineAndCharacterRange.h\
  48.          MyTextView.h NSMenuAdditions.h
  49.  
  50. MFILES = Edit_main.m
  51.  
  52. BUNDLES = GdbBundle.bproj
  53.  
  54. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  55.             h.template TextEdit.rtf EditRTF.ico EditRTFD.ico\
  56.             EditTXT.ico rtf.tiff rtfd.tiff text.tiff README.rtf\
  57.             README.GBDbundle.rtf
  58.  
  59.  
  60. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  61. CODE_GEN_STYLE = DYNAMIC
  62. MAKEFILE = app.make
  63. NEXTSTEP_INSTALLDIR = $(HOME)/Apps
  64. WINDOWS_INSTALLDIR = /NextDemos
  65. LIBS = 
  66. DEBUG_LIBS = $(LIBS)
  67. PROF_LIBS = $(LIBS)
  68.  
  69.  
  70. FRAMEWORKS = -framework AppKit -framework Foundation
  71.  
  72.  
  73. include $(MAKEFILEDIR)/platform.make
  74.  
  75. -include Makefile.preamble
  76.  
  77. include $(MAKEFILEDIR)/$(MAKEFILE)
  78.  
  79. -include Makefile.postamble
  80.  
  81. -include Makefile.dependencies
  82.