home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / Makefile < prev    next >
Makefile  |  1996-08-12  |  3KB  |  85 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 = Draw
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. NEXTSTEP_APPICON = drawApp.tiff
  17. WINDOWS_APPICON = DrawApp.ico
  18. NEXTSTEP_DOCICONS = drawFile.tiff
  19.  
  20. WINDOWS_DOCICONS = DrawFile.ico
  21.  
  22. ICONSECTIONS =    -sectcreate __ICON app drawApp.tiff \
  23.         -sectcreate __ICON drawFile drawFile.tiff
  24.  
  25. LOCAL_RESOURCES = Draw-winnt.nib Draw.nib GridView.nib InfoPanel.nib\
  26.                   InspectorPanel.nib PageLayoutAccessory.nib\
  27.                   SavePanelAccessory.nib Arrow.tiff Circle.tiff\
  28.                   Cross.tiff Curve.tiff Line.tiff Pencil.tiff\
  29.                   Polygon.tiff Rectangle.tiff Scribble.tiff\
  30.                   TextGraphic.tiff paul.tiff Help.draw\
  31.                   Localizable.strings Operations.strings\
  32.                   CoverSheet.strings
  33.  
  34. GLOBAL_RESOURCES = DrawApp.ico DrawFile.ico drawApp.tiff drawFile.tiff
  35.  
  36. CLASSES = Circle.m Curve.m DrawApp.m DrawDocument.m DrawPageLayout.m\
  37.           DrawSpellText.m Graphic.m GraphicView.m GridView.m Group.m\
  38.           Image.m Inspector.m Line.m Polygon.m Rectangle.m Ruler.m\
  39.           Scribble.m SyncScrollView.m TextGraphic.m
  40.  
  41. HFILES = draw.h Circle.h Curve.h DrawApp.h DrawDocument.h\
  42.          DrawPageLayout.h DrawSpellText.h Graphic.h GraphicView.h\
  43.          GridView.h Group.h Image.h Inspector.h Line.h\
  44.          LocalizableStrings.h Polygon.h Rectangle.h Ruler.h Scribble.h\
  45.          SyncScrollView.h TextGraphic.h compatibility.h propertyList.h
  46.  
  47. MFILES = Draw_main.m gvDrag.m gvLinks.m gvPasteboard.m gvServices.m\
  48.          compatibility.m propertyList.m
  49.  
  50. PSWFILES = drawWraps.psw
  51.  
  52. SUBPROJECTS = graphicsUndo.subproj undo.subproj
  53.  
  54. OTHERSRCS = Makefile Makefile.postamble ChangeManager.rtf Change.rtf\
  55.             UndoDoc.rtf UndoREADME.rtf Links.rtf Dragging.rtf\
  56.             README.rtf
  57.  
  58.  
  59. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  60. CODE_GEN_STYLE = DYNAMIC
  61. MAKEFILE = app.make
  62. NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos
  63. WINDOWS_INSTALLDIR = /NextDemos
  64. LIBS = 
  65. DEBUG_LIBS = $(LIBS)
  66. PROF_LIBS = $(LIBS)
  67.  
  68.  
  69. FRAMEWORKS = -framework AppKit -framework Foundation -framework System
  70. PROJECT_HEADERS = draw.h
  71.  
  72. PRECOMPILED_HEADERS = draw.h
  73.  
  74.  
  75.  
  76. include $(MAKEFILEDIR)/platform.make
  77.  
  78. -include Makefile.preamble
  79.  
  80. include $(MAKEFILEDIR)/$(MAKEFILE)
  81.  
  82. -include Makefile.postamble
  83.  
  84. -include Makefile.dependencies
  85.