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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = Contour.tiff
GLOBAL_RESOURCES = ContourPlot.nib Contour.tiff IOname14x14.tiff\
                   SpaceTimeRF.2d

CLASSES = ContourPlotApp.m ContourView.m CurveView.m

HFILES = ContourPlotApp.h ContourView.h CurveView.h matalloc.h\
         splin2.h

MFILES = computeContour.m ContourPlot_main.m

CFILES = sortContour.c splin2.c matalloc.c


MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = /LocalApps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app Contour.tiff

LIBS = -lMedia_s -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


HEADER_PATHS = -I/NextDeveloper/Headers


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
