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

PROJECTVERSION = 1.1
JAPANESE = YES

LANGUAGE = Japanese

APPICON = Calc.tiff
LOCAL_RESOURCES = Calc.nib help.nib info.nib

GLOBAL_RESOURCES = byteOrder.tiff byteOrderH.tiff

CLASSES = Calculator.m

HFILES = Calculator.h

MFILES = Calc_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble readme.doc


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

ICONSECTIONS =	-sectcreate __ICON app Calc.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
