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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = Player.tiff
GLOBAL_RESOURCES = Player.nib 2.tiff 2H.tiff 3.tiff 3H.tiff 4.tiff\
                   4H.tiff 5.tiff 5H.tiff 6.tiff 6H.tiff 7.tiff\
                   7H.tiff 8.tiff 8H.tiff 9.tiff 9H.tiff one-1.tiff\
                   Player.tiff

CLASSES = PileOfChips.m Player.m PlayerListener.m PlayerReceiver.m\
          PlayerSpeaker.m Random.m

HFILES = PileOfChips.h Player.h PlayerListener.h PlayerReceiver.h\
         PlayerSpeaker.h Random.h

MFILES = Player_main.m



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

ICONSECTIONS =	-sectcreate __ICON app Player.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
