home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / Makefile < prev    next >
Makefile  |  1992-07-20  |  2KB  |  65 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 = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = draw.tiff
  16. DOCICONS = drawdoc.tiff drawdoctilde.tiff
  17.  
  18. LOCAL_RESOURCES = Draw.nib GridView.nib InfoPanel.nib InspectorPanel.nib \
  19.                   PageLayoutAccessory.nib SavePanelAccessory.nib Help.draw \
  20.                   CoverSheet.strings
  21.  
  22. GLOBAL_RESOURCES = cross.tiff pencil.tiff
  23.  
  24. CLASSES = Circle.m Curve.m DrawApp.m DrawDocument.m DrawPageLayout.m \
  25.           Graphic.m GraphicView.m GridView.m Group.m Image.m Inspector.m \
  26.           Line.m Polygon.m PSGraphic.m Rectangle.m Ruler.m Scribble.m \
  27.     RWR  SyncScrollView.m TextGraphic.m Tiff.m
  28.  
  29. HFILES = draw.h localization.h Circle.h Curve.h DrawApp.h DrawDocument.h \
  30.          DrawPageLayout.h Graphic.h GraphicView.h GridView.h Group.h \
  31.          Image.h Inspector.h Line.h Polygon.h PSGraphic.h Rectangle.h \
  32.          Ruler.h Scribble.h SyncScrollView.h TextGraphic.h Tiff.h
  33.  
  34. MFILES = Draw_main.m gvDrag.m gvLinks.m gvPasteboard.m gvServices.m
  35.  
  36. PSWFILES = drawWraps.psw
  37.  
  38. SUBPROJECTS = graphicsUndo.subproj textUndo.subproj undo.subproj
  39.  
  40. OTHERSRCS = README.rtf ChangeManager.rtf Change.rtf UndoDoc.rtf \
  41.             UndoREADME.rtf Links.rtf Dragging.rtf
  42.  
  43.  
  44. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  45. INSTALLDIR = /NextDeveloper/Demos
  46. INSTALLFLAGS = -c -s -m 755
  47. SOURCEMODE = 444
  48.  
  49. ICONSECTIONS =    -sectcreate __ICON app draw.tiff \
  50.         -sectcreate __ICON drawdoc drawdoc.tiff \
  51.         -sectcreate __ICON drawdoctilde drawdoctilde.tiff
  52.  
  53. LIBS = -lMedia_s -lNeXT_s
  54. DEBUG_LIBS = $(LIBS)
  55. PROF_LIBS = $(LIBS)
  56.  
  57.  
  58. -include Makefile.preamble
  59.  
  60. include $(MAKEFILEDIR)/app.make
  61.  
  62. -include Makefile.postamble
  63.  
  64. -include Makefile.dependencies
  65.