view aud-c139/Makefile @ 4:e1878231dbcd

aud-c139: preliminary version
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Apr 2022 06:22:50 +0000
parents
children
line wrap: on
line source

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

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