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

PROJECTVERSION = 2.3
PROJECT_TYPE = Application
LANGUAGE = English

ICONSECTIONS =	-sectcreate __ICON app /NextLibrary/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff

LOCAL_RESOURCES = Adder.nib Inspector.nib SingleAdder.nib

CLASSES = AdderAppManager.m AdderNibManager.m AdderWindowManager.m\
          AdderController.m Adder.m ResultController.m\
          AdderInspectorController.m

HFILES = AdderAppManager.h AdderNibManager.h AdderWindowManager.h\
         AdderController.h Adder.h ResultController.h\
         AdderInspectorController.h

MFILES = Adder_main.m

SUBPROJECTS = MiscControllerKit.subproj

BUNDLES = AdderInfo.bproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template


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)


HEADER_PATHS = -IMiscControllerKit.subproj
FRAMEWORK_PATHS = -F/LocalDeveloper/Frameworks
FRAMEWORKS = -framework AppKit -framework Foundation


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
