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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = sms.tiff
DOCICONS = sms.tiff

GLOBAL_RESOURCES = Ascii.nib Deterministic.nib Header.nib Info.nib\
                   smsEditor.nib Stochastic.nib sms.tiff

CLASSES = AsciiController.m AsciiView.m Controller.m DetController.m\
          DetFreqView.m DetMagView.m StocCoeffView.m StocController.m\
          StocMagView.m UserPath.m

HFILES = AsciiController.h AsciiView.h Controller.h DetController.h\
         DetFreqView.h DetMagView.h StocCoeffView.h StocController.h\
         StocMagView.h UserPath.h

MFILES = smsEditor_main.m



MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = ../bin
HDR_DIR = ../..
LIB_DIR = ../library
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
CFLAGS=	-Wall -g -DEBUG -I$(HDR_DIR) -L$(LIB_DIR)

ICONSECTIONS =	-sectcreate __ICON app sms.tiff \
		-sectcreate __ICON sms sms.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
