FreeCalypso > hg > fc-audio-config
view aud-caramel/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 | aud-fcdev3b/Makefile@46f49aa6ab8c |
children | ee565d95164c |
line wrap: on
line source
BINFILES= hds4.cfg hds4.vol INSTDIR= /opt/freecalypso/aud-caramel all: ${BINFILES} 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