#
# 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 = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = ManOpen.tiff
NEXTSTEP_DOCICONS = ManOpen.tiff

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

LOCAL_RESOURCES = ManOpen.nib ManPage.nib FindPanel.nib PrefPanel.nib\
                  ManOpen-macintosh.nib

GLOBAL_RESOURCES = ManOpen.tiff

CLASSES = ManDocumentController.m ManDocument.m NSData+Utils.m\
          FindPanelController.m PrefPanelController.m

HFILES = ManDocumentController.h ManDocument.h NSData+Utils.h\
         ManOpenProtocol.h FindPanelController.h PrefPanelController.h

MFILES = ManOpen_main.m

TOOLS = cat2rtf.tproj

OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
            h.template CustomInfo.plist


MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = $(HOME)/Applications
WINDOWS_INSTALLDIR = /MyApps
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


FRAMEWORKS = -framework AppKit -framework Foundation
PROJECT_HEADERS = ManOpenProtocol.h



include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
