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

PROJECTVERSION = 1.1
LANGUAGE = English

LOCAL_RESOURCES = EasyBTXClient.nib

GLOBAL_RESOURCES = Help

CLASSES = Controller.m MyText.m StateMachine.m StringList.m

HFILES = Controller.h MyText.h StateMachine.h StringList.h\
         parse_rule.h EasyBTXProtocol.h

MFILES = EasyBTXClient_main.m

CFILES = parse_rule.c

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble README\
            examples


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

ICONSECTIONS =	-sectcreate __ICON app /usr/lib/NextStep/Workspace.app/application.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
