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

PROJECTVERSION = 1.1
LANGUAGE = English

APPICON = app.tiff
DOCICONS = mpg.tiff

LOCAL_RESOURCES = MPEG_Play.nib

CLASSES = BitmapImageRepData.m Controller.m MPEGThread.m MPEGView.m \
          TimeCell.m

HFILES = BitmapImageRepData.h Controller.h MPEGThread.h MPEGView.h \
         TimeCell.h wraps.h

MFILES = MPEG_Play_main.m

PSWFILES = wraps.psw

OTHERSRCS = Makefile Makefile.dependencies


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

ICONSECTIONS =	-sectcreate __ICON app app.tiff \
		-sectcreate __ICON mpg mpg.tiff

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


-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
