view aud-pirelli/Makefile @ 14:ebdb8d68e157

aud-caramel: first-cut audio config for FC-HDS4
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Nov 2021 04:28:43 +0000
parents 74933941ea81
children
line wrap: on
line source

BINFILES=	handheld.cfg handheld.vol headset.cfg headset.vol
INSTDIR=	/opt/freecalypso/aud-pirelli

all:	${BINFILES}

handheld.cfg:	handheld.src
	tiaud-compile $< $@

handheld.vol:	Makefile
	tiaud-mkvol 150 $@

headset.cfg:	headset.src
	tiaud-compile $< $@

headset.vol:	Makefile
	tiaud-mkvol 150 $@

install:	${BINFILES}
	mkdir -p ${INSTDIR}
	install -c -m 644 ${BINFILES} ${INSTDIR}

clean:
	rm -f *.cfg *.vol