#
# 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 = 2.7
PROJECT_TYPE = Application
LANGUAGE = English

NEXTSTEP_APPICON = xoxicon.tiff
NEXTSTEP_DOCICONS = xoxext.tiff

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

LOCAL_RESOURCES = Xox.nib

GLOBAL_RESOURCES = funnyFace.tiff funnyFace2.tiff sam.tiff xoxext.tiff\
                   xoxicon.tiff XoxInfo.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 SimpleStorage.m GameList.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 SimpleStorage.h\
         GameList.h

MFILES = Xox_main.m

PSWFILES = psfuncts.psw

BUNDLES = CommonEffects.bproj Boink.bproj SpaxeWars.bproj\
          Xoxeroids.bproj Defender.bproj Shoot.bproj KaBLAM.bproj

OTHERSRCS = Makefile Makefile.preamble README.rtf


MAKEFILEDIR = $(MAKEFILEPATH)/pb_makefiles
CODE_GEN_STYLE = DYNAMIC
MAKEFILE = app.make
NEXTSTEP_INSTALLDIR = /spool/install
WINDOWS_INSTALLDIR = $(OMNIMAKE_$(OMNIMAKE_UPPER_PROJECT_TYPE)_DIR)
PDO_UNIX_INSTALLDIR = $(OMNIMAKE_$(OMNIMAKE_UPPER_PROJECT_TYPE)_DIR)
LIBS = 
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)


HEADER_PATHS = -I..
FRAMEWORKS = -framework SoundKit -framework Foundation -framework AppKit


NEXTSTEP_BUILD_OUTPUT_DIR = /spool

NEXTSTEP_OBJCPLUS_COMPILER = /usr/bin/cc
WINDOWS_OBJCPLUS_COMPILER = $(DEVDIR)/gcc
PDO_UNIX_OBJCPLUS_COMPILER = $(NEXTDEV_BIN)/gcc
NEXTSTEP_JAVA_COMPILER = /usr/bin/javac
WINDOWS_JAVA_COMPILER = $(JDKBINDIR)/javac.exe
PDO_UNIX_JAVA_COMPILER = $(NEXTDEV_BIN)/javac

include $(MAKEFILEDIR)/platform.make

-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
