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

PROJECTVERSION = 2.5
PROJECT_TYPE = Application
LANGUAGE = English

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

LOCAL_RESOURCES = TestMMA.nib

GLOBAL_RESOURCES = TestMMAInfo.tiff MMAPostscriptFix.ps TestMMA.rtf

CLASSES = AppController.m MiscMMAProcessor.m MiscMMAView.m MiscPSView.m

HFILES = AppController.h MiscMMAProcessor.h MiscMMAView.h MiscPSView.h

MFILES = TestMMA_main.m

PSWFILES = MiscPSViewWrap.psw

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 = /MyApps
LIBS = -lML
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework AppKit -framework Foundation


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
