#
# 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 = Spline

PROJECTVERSION = 2.5
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = Spline.tiff
ICONSECTIONS =	-sectcreate __ICON app Spline.tiff

LOCAL_RESOURCES = Spline.nib

GLOBAL_RESOURCES = Spline.tiff SplineInfo.tiff controls.nib model.eve\
                   Spline.rtf

CLASSES = BezierORShape.m Spline.m SplineView.m

HFILES = BezierORShape.h Spline.h SplineView.h

MFILES = Spline_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(HOME)/Apps
WINDOWS_INSTALLDIR = $(HOME)/Apps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework MiscFoundation -framework MiscAppKit\
             -framework Foundation -framework AppKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
