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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = ManOpen.tiff
DOCICONS = ManOpen.tiff

LOCAL_RESOURCES = InfoPanel.nib ManOpen.nib ManPage.nib

GLOBAL_RESOURCES = Find.tiff ManOpen.tiff cat2rtf services

CLASSES = ManOpenApp.m ManPageWindow.m WhereAmI.m

HFILES = ManOpenApp.h ManPageWindow.h WhereAmI.h

MFILES = ManOpen_main.m

OTHERSRCS = cat2rtf.l Makefile Makefile.postamble


MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = /LocalApps/Tools
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444

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

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


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
