home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-07-20 | 1.9 KB | 65 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Draw
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = draw.tiff
- DOCICONS = drawdoc.tiff drawdoctilde.tiff
-
- LOCAL_RESOURCES = Draw.nib GridView.nib InfoPanel.nib InspectorPanel.nib \
- PageLayoutAccessory.nib SavePanelAccessory.nib Help.draw \
- CoverSheet.strings
-
- GLOBAL_RESOURCES = cross.tiff pencil.tiff
-
- CLASSES = Circle.m Curve.m DrawApp.m DrawDocument.m DrawPageLayout.m \
- Graphic.m GraphicView.m GridView.m Group.m Image.m Inspector.m \
- Line.m Polygon.m PSGraphic.m Rectangle.m Ruler.m Scribble.m \
- RWR SyncScrollView.m TextGraphic.m Tiff.m
-
- HFILES = draw.h localization.h Circle.h Curve.h DrawApp.h DrawDocument.h \
- DrawPageLayout.h Graphic.h GraphicView.h GridView.h Group.h \
- Image.h Inspector.h Line.h Polygon.h PSGraphic.h Rectangle.h \
- Ruler.h Scribble.h SyncScrollView.h TextGraphic.h Tiff.h
-
- MFILES = Draw_main.m gvDrag.m gvLinks.m gvPasteboard.m gvServices.m
-
- PSWFILES = drawWraps.psw
-
- SUBPROJECTS = graphicsUndo.subproj textUndo.subproj undo.subproj
-
- OTHERSRCS = README.rtf ChangeManager.rtf Change.rtf UndoDoc.rtf \
- UndoREADME.rtf Links.rtf Dragging.rtf
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = /NextDeveloper/Demos
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app draw.tiff \
- -sectcreate __ICON drawdoc drawdoc.tiff \
- -sectcreate __ICON drawdoctilde drawdoctilde.tiff
-
- LIBS = -lMedia_s -lNeXT_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-