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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = NeXTGo.tiff
NEXTSTEP_DOCICONS = NeXTGoFile.tiff NeXTGoFile.tiff

ICONSECTIONS =	-sectcreate __ICON app NeXTGo.tiff \
		-sectcreate __ICON NeXTGoFile NeXTGoFile.tiff

LOCAL_RESOURCES = NeXTGo.nib

GLOBAL_RESOURCES = 
Background.tiff NeXTGo.tiff NeXTGoFile.tiff\
                   intergo.dct Makefile Makefile.postamble\
                   NeXTGo.background-2.0.draw NeXTGo.background.draw\
                   NeXTGoHelp.rtf

CLASSES = Board.m ClickCell.m Controller.m GameInspectorPanel.m\
          GoApp.m GoServer.m GoWindow.m

HFILES = Board.h ClickCell.h Controller.h GameInspectorPanel.h gnugo.h\
         GoApp.h godict.h GoServer.h GoWindow.h history.h igs.h\
         patterns.h shared.h smartgo.h smgcom.h

MFILES = igsglue.m igssocket.m NeXTGo_main.m

CFILES = count.c countlib.c eval.c exambord.c findnext.c findopen.c\
         findpatn.c findsavr.c findwinr.c fioe.c genmove.c godict.c\
         igsparse.c initmark.c matchpat.c opening.c openregn.c\
         random.c score.c seed.c sethand.c smartgoeval.c\
         smartgoparse.c smartgotree.c suicide.c

OTHERSRCS = comment.header COPYING Documentation.gnugo igs.protocol\
            README README.gnugo


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


LIBRARY_PATHS = -L/NextLibrary/Frameworks/AppKit.framework/AppKit\
                -L/NextLibrary/Frameworks/Foundation.framework/Foundation
FRAMEWORK_PATHS =\
                  -F$(NEXT_ROOT)/NextLibrary/Frameworks/Foundation.framework\
                  -F$(NEXT_ROOT)/NextLibrary/Frameworks/AppKit.framework\
                  -F$(NEXT_ROOT)/NextLibrary/Frameworks/SoundKit.framework
FRAMEWORKS = -framework AppKit -framework Foundation -framework SoundKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
