CUR_REL_PATH := base/sounds

include ../shared/config.mk

all:

depend:

clean:

install: ${IRIS_DT} ${IRIS_DT}/sounds
	  install -m 0664 -o ${IRIS_USER} -g ${IRIS_GROUP} *.wav ${IRIS_DT}/sounds;

test:

uninstall:
	rm -rf ${IRIS_DT}/sounds;
