#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#

NAME = SoundAndLight

INTERFACES =
CLASSES = SoundAndLight.m
MFILES = SoundAndLight_main.m
APPICON = SoundAndLight.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 SoundAndLight.tiff

INSTALLDIR = /LocalApps
INSTALLFLAGS = -c -s -m 755

-include Makefile.preamble

include $(MAKEFILEDIR)/app.make

-include Makefile.postamble

-include Makefile.dependencies
