#
# Generated by the NeXT Interface Builder.
#
# NOTE: Do NOT change this file -- Interface Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = NeXTmj

INTERFACES = NeXTmj.nib
CLASSES = GameBoardView.m InterfaceView.m TileCountView.m
MFILES = NeXTmj_main.m
TIFFFILES = icon.tiff
OTHERSRCS = BoardScramble.cc GameCoordinator.cc GameInterface.cc \
            GameTile.cc GameTileArray.cc Help.cc IntegerList.cc \
            NumberTile.cc NumberTileArray.cc Tile.cc TileCountManager.cc \
            TileDescription.cc TileDescriptionArray.cc TileIterator.cc
APPICON = icon.tiff


SOURCEMODE = 444

LIBS = -lNeXT_s -lsys_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = -lNeXT_p -lsys_p

MAKEFILEDIR = /usr/lib/nib
ICONSECTIONS =	-sectcreate __ICON app icon.tiff
APPWRAPPER = YES
NOMACHO = YES

INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755

-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
