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

PROJECTVERSION = 2.6
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = SokoSave.tiff
WINDOWS_APPICON = SokoSave.ico
NEXTSTEP_DOCICONS = SokoSave.tiff SokoSave.tiff

WINDOWS_DOCICONS = SokoSave.ico SokoSave.ico

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

LOCAL_RESOURCES = SokoBoard.nib SokoInfo.nib SokoPref.nib\
                  SokoSave-macintosh.nib SokoSave-windows.nib\
                  SokoSave.nib SokoScore.nib

GLOBAL_RESOURCES = Crate.tiff CrateSafe.tiff Empty.tiff EmptySafe.tiff\
                   LargeArrowDown.tiff LargeArrowDownLeft.tiff\
                   LargeArrowDownRight.tiff LargeArrowLeft.tiff\
                   LargeArrowRight.tiff LargeArrowUp.tiff\
                   LargeArrowUpLeft.tiff LargeArrowUpRight.tiff\
                   Player.tiff PlayerSafe.tiff SokoSave.ico\
                   SokoSave.tiff Wall.tiff Maze FILE_SYNTAX.txt\
                   HISTORY.txt OPENSTEP-HISTORY.txt PACKAGE_NUMBER\
                   README_OPENSTEP README_RHAPSODY RELEASE_NUMBER\
                   SCORES

CLASSES = SokoMouse.m

CCFILES = SokoEncode.cc

CAPMFILES = SokoApp.M SokoBoard.M SokoFiles.M SokoInfo.M SokoMatrix.M\
            SokoPref.M SokoScore.M

HFILES = SokoApp.h SokoBoard.h SokoDefs.h SokoEncode.h SokoFiles.h\
         SokoInfo.h SokoMatrix.h SokoMouse.h SokoPref.h SokoScore.h

MFILES = SokoSave_main.m

OTHERSRCS = Makefile Makefile.postamble Makefile.preamble


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)


NEXTSTEP_PB_CFLAGS = -Werror -Wwrite-strings
WINDOWS_PB_CFLAGS = -Werror -Wwrite-strings
FRAMEWORKS = -framework Foundation -framework AppKit


include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
