view aud-caramel/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=	handheld.cfg handheld.vol hds4.cfg hds4.vol
INSTDIR=	/opt/freecalypso/aud-caramel

all:	${BINFILES}

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

handheld.vol:	Makefile
	tiaud-mkvol 150 $@

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

hds4.vol:	Makefile
	tiaud-mkvol 150 $@

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

clean:
	rm -f *.cfg *.vol