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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = application.tiff
DOCICONS = smallboard.tiff cplayer.tiff

LOCAL_RESOURCES = Board.nib Info.nib Preferences.nib Splat.nib\
                  Tourney.nib Help

GLOBAL_RESOURCES = application.tiff author.tiff control_crev.tiff\
                   control_crevH.tiff control_pause.tiff\
                   control_pauseH.tiff control_play.tiff\
                   control_playH.tiff control_stop.tiff\
                   control_stopH.tiff cplayer.tiff obstruction.tiff\
                   one.tiff pauseButton.tiff playButton.tiff\
                   smallboard.tiff smallone.tiff smalltwo.tiff\
                   stopButton.tiff two.tiff boards change.snd move.snd\
                   bigChange.snd wowChange.snd gameOver.snd win.snd

CLASSES = Board.m BoardView.m ComputerPlayer.m EKApplication.m\
          EKDefaultsManager.m EKInfoManager.m EKProgressView.m\
          EKSoundManager.m HumanPlayer.m NetworkPlayer.m PieceView.m\
          Player.m Rules.m SplatApp.m SplatDefaults.m SplatGame.m\
          SplatInfoManager.m SplatRules.m SplatView.m

HFILES = Board.h BoardView.h ComputerPlayer.h EKApplication.h\
         EKDefaultsManager.h EKInfoManager.h EKProgressView.h\
         EKSoundManager.h HumanPlayer.h NetworkPlayer.h PieceView.h\
         Player.h Rules.h SplatApp.h SplatDefaults.h SplatGame.h\
         SplatInfoManager.h SplatRules.h SplatView.h

MFILES = Splat_main.m

BUNDLES = Close.bproj Conservative.bproj Density.bproj Greedier.bproj\
          Greedy.bproj Jaws.bproj Protect.bproj Stuf.bproj\
          Wagman.bproj

OTHERSRCS = Bugs.rtf Makefile Makefile.postamble Makefile.preamble\
            README.rtfd Todo.rtf


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

ICONSECTIONS =	-sectcreate __ICON app application.tiff \
		-sectcreate __ICON smallboard smallboard.tiff \
		-sectcreate __ICON cplayer cplayer.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
