view aud-fcdev3b/Makefile @ 0:6ef2edd7ab6d

aud-caramel, aud-fcdev3b: import from fc-audio-config repository
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Apr 2022 07:53:58 +0000
parents
children
line wrap: on
line source

BINFILES=	spkr0.cfg spkr0.vol
INSTDIR=	/opt/freecalypso/aud-fcdev3b

all:	${BINFILES}

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

spkr0.vol:	Makefile
	tiaud-mkvol 150 $@

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

clean:
	rm -f *.cfg *.vol