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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = xoxicon.tiff
DOCICONS = xoxext.tiff

LOCAL_RESOURCES = Xox.nib

GLOBAL_RESOURCES = funnyFace.tiff funnyFace2.tiff sam.tiff

CLASSES = Actor.m ActorMatrix.m ActorMgr.m BackView.m BackWindow.m\
          CacheManager.m collisions.m DisplayManager.m EKProgressView.m\
          GameInfo.m KeyTimer.m SoundMgr.m Think2.m Thinker.m\
          UserPath.m

HFILES = Actor.h ActorMatrix.h ActorMgr.h Asteroid.h BackView.h\
         BackWindow.h CacheManager.h collisions.h DisplayManager.h\
         EKProgressView.h GameInfo.h KeyTimer.h Scenario.h Ship.h\
         SoundMgr.h Thinker.h UserPath.h xoxDefs.h Xoxeroids.h

MFILES = Xox_main.m

PSWFILES = psfuncts.psw

BUNDLES = Xoxeroids.bproj CommonEffects.bproj SpaxeWars.bproj

OTHERSRCS = Makefile Makefile.preamble README.rtf


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

ICONSECTIONS =	-sectcreate __ICON app xoxicon.tiff \
		-sectcreate __ICON xoxext xoxext.tiff

LIBS = -lNeXT_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
