Makefile
306 Bytes
#
# Makefile for dd sound data
#
include $(ROOT)/usr/include/make/PRdefs
TARGETS= ddsound
FILES = \
romimage.snd \
romsound.exinfo \
romsound.infos.txt
SUBDIRS = Aifc Aifc16
include $(COMMONRULES)
exports install:
$(SUBDIRS_MAKERULE)
$(INSTALL) -m 444 -F /usr/src/PR/assets/ddsound $(FILES)