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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = hippoApp.tiff
DOCICONS = hippoData.tiff hippoDoc.tiff hippoDoc.tiff

LOCAL_RESOURCES = HippoDraw.nib Help

GLOBAL_RESOURCES = services Example.m PFunction.h fitParm.h hippo.h\
                   hstruct.h Plot.h HGraphicView.h HTuple.h\
                   Draw.subproj/GraphicView.h Draw.subproj/Graphic.h

CLASSES = HDController.m

HFILES = HDController.h

MFILES = HippoDraw_main.m

BUNDLES = Hippo.bproj

OTHERSRCS = Mail.msg Makefile Makefile.postamble Makefile.preamble


MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

ICONSECTIONS =	-sectcreate __ICON app hippoApp.tiff \
		-sectcreate __ICON hippoData hippoData.tiff \
		-sectcreate __ICON hippoDoc hippoDoc.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
