FreeCalypso > hg > ffs-data-bundle
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aud-caramel/Makefile Mon Apr 04 07:53:58 2022 +0000 @@ -0,0 +1,23 @@ +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