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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = One.tiff
LOCAL_RESOURCES = Help.nib NContinue.nib NEnd.nib NInfo.nib NPipe.nib\
                  One.tiff One1.tiff One2.tiff

CLASSES = NController.m NGameView.m NPipeCell.m NQueueView.m

HFILES = NCommon.h NController.h NGameView.h NPipeCell.h NQueueView.h

MFILES = NPipe_main.m

CFILES = NCommon.c

PSWFILES = HorizontalPipe.psw IntersectingPipe.psw\
           LowerLeftQuarterCircle.psw LowerRightQuarterCircle.psw\
           Obstacle.psw Source.psw UnassignedSquare.psw\
           UpperRightQuarterCircle.psw UpperLeftQuarterCircle.psw\
           VerticalPipe.psw

OTHERSRCS = README.rtf


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

ICONSECTIONS =	-sectcreate __ICON app One.tiff

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




-include Makefile.preamble

include $(MAKEFILEDIR)/$(MAKEFILE)

-include Makefile.postamble

-include Makefile.dependencies
