home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J (Developer)
/
os42jdev.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-08-12
|
3KB
|
85 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 = 2.6
PROJECT_TYPE = Application
LANGUAGE = English
NEXTSTEP_APPICON = drawApp.tiff
WINDOWS_APPICON = DrawApp.ico
NEXTSTEP_DOCICONS = drawFile.tiff
WINDOWS_DOCICONS = DrawFile.ico
ICONSECTIONS = -sectcreate __ICON app drawApp.tiff \
-sectcreate __ICON drawFile drawFile.tiff
LOCAL_RESOURCES = Draw-winnt.nib Draw.nib GridView.nib InfoPanel.nib\
InspectorPanel.nib PageLayoutAccessory.nib\
SavePanelAccessory.nib Arrow.tiff Circle.tiff\
Cross.tiff Curve.tiff Line.tiff Pencil.tiff\
Polygon.tiff Rectangle.tiff Scribble.tiff\
TextGraphic.tiff paul.tiff Help.draw\
Localizable.strings Operations.strings\
CoverSheet.strings
GLOBAL_RESOURCES = DrawApp.ico DrawFile.ico drawApp.tiff drawFile.tiff
CLASSES = Circle.m Curve.m DrawApp.m DrawDocument.m DrawPageLayout.m\
DrawSpellText.m Graphic.m GraphicView.m GridView.m Group.m\
Image.m Inspector.m Line.m Polygon.m Rectangle.m Ruler.m\
Scribble.m SyncScrollView.m TextGraphic.m
HFILES = draw.h Circle.h Curve.h DrawApp.h DrawDocument.h\
DrawPageLayout.h DrawSpellText.h Graphic.h GraphicView.h\
GridView.h Group.h Image.h Inspector.h Line.h\
LocalizableStrings.h Polygon.h Rectangle.h Ruler.h Scribble.h\
SyncScrollView.h TextGraphic.h compatibility.h propertyList.h
MFILES = Draw_main.m gvDrag.m gvLinks.m gvPasteboard.m gvServices.m\
compatibility.m propertyList.m
PSWFILES = drawWraps.psw
SUBPROJECTS = graphicsUndo.subproj undo.subproj
OTHERSRCS = Makefile Makefile.postamble ChangeManager.rtf Change.rtf\
UndoDoc.rtf UndoREADME.rtf Links.rtf Dragging.rtf\
README.rtf
MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = /NextDeveloper/Demos
WINDOWS_INSTALLDIR = /NextDemos
LIBS =
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
FRAMEWORKS = -framework AppKit -framework Foundation -framework System
PROJECT_HEADERS = draw.h
PRECOMPILED_HEADERS = draw.h
include $(MAKEFILEDIR)/platform.make
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies