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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = IndentIcon.tiff
DOCICONS = IndentIcon.tiff

LOCAL_RESOURCES = IndentMaster.nib info.nib Help

GLOBAL_RESOURCES = COPYING README

CLASSES = IndentController.m

HFILES = IndentController.h

MFILES = IndentMaster_main.m

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble


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

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

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
