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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = workbench.tiff
DOCICONS = wbTool.tiff

LOCAL_RESOURCES = Workbench.nib Help

GLOBAL_RESOURCES = defaultToolIcon.tiff transfer.tiff workbench.tiff

CLASSES = AcceptDragScrollView.m AcceptDragText.m DefaultView.m Input.m \
          InspectorLoader.m Output.m OutputViewBox.m ToolLoader.m

HFILES = AcceptDragScrollView.h AcceptDragText.h DefaultView.h Input.h \
         InspectorLoader.h Output.h OutputViewBox.h SaverAndRetriever.h \
         ToolLoader.h WBProtocols.h

OTHERLINKED = imxClient.o

MFILES = Workbench_main.m

PSWFILES = Borders.psw

OTHERSRCS = Makefile Makefile.preamble

OTHERLINKEDOFILES = imxClient.o

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

ICONSECTIONS =	-sectcreate __ICON app workbench.tiff \
		-sectcreate __ICON wbTool wbTool.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
