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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = AppIcon.tiff
DOCICONS = CPIcon.tiff

LOCAL_RESOURCES = DeckInspector.nib DefaultManager.nib DiceInspector.nib \
                  Info.nib Risk.nib

GLOBAL_RESOURCES = 10Soldiers.tiff 5Soldiers.tiff AppIcon.tiff \
                   BoardBacking.tiff Computer.tiff Die1.tiff Die2.tiff \
                   Die3.tiff Die4.tiff Die5.tiff Die6.tiff Human.tiff \
                   LittleCardBack.tiff LittleStar.tiff Soldier.tiff \
                   Card.data Cards Chaotic.cp Country.data Diagnostic.cp \
                   Help Human.rtf NotPlaying.rtf Random1.1.source \
                   README.Risk

CLASSES = ArmyView.m Card.m CardManager.m ComputerLogic.m ComputerPlayer.m \
          Country.m DeckInspector.m DeckView.m DefaultManager.m \
          DiceInspector.m GameSetup.m LanguageApp.m LineView.m MapView.m \
          Mover.m Random.m RiskController.m StatusView.m

HFILES = CountryData.h ArmyView.h Card.h CardManager.h ComputerLogic.h \
         ComputerPlayer.h Country.h DeckInspector.h DeckView.h \
         DefaultManager.h DiceInspector.h GameSetup.h LanguageApp.h \
         LineView.h MapView.h Mover.h Random.h RiskController.h \
         StatusView.h

MFILES = Risk_main.m

PSWFILES = mapWraps.psw

OTHERSRCS = Makefile Risk.iconheader


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

ICONSECTIONS =	-sectcreate __ICON app AppIcon.tiff \
		-sectcreate __ICON CPIcon CPIcon.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
