FreeCalypso > hg > fc-audio-config
view aud-fcdev3b/Makefile @ 12:b57c380d78e7
aud-fcdev3b/README: explanation of new vs. historical configs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:26:59 +0000 |
parents | 46f49aa6ab8c |
children |
line wrap: on
line source
BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} mcsi.cfg: mcsi.src tiaud-compile $< $@ mcsi.vol: Makefile tiaud-mkvol 150 $@ spkr0.cfg: spkr0.src tiaud-compile $< $@ spkr0.vol: Makefile tiaud-mkvol 150 $@ spkrmax.cfg: spkrmax.src tiaud-compile $< $@ spkrmax.vol: Makefile tiaud-mkvol 200 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol