FreeCalypso > hg > fc-audio-config
diff aud-fcdev3b/Makefile @ 0:0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Oct 2017 19:47:55 +0000 |
parents | |
children | 25192a1bc0c3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aud-fcdev3b/Makefile Thu Oct 19 19:47:55 2017 +0000 @@ -0,0 +1,23 @@ +BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol +INSTDIR= /opt/freecalypso/aud-fcdev3b + +all: ${BINFILES} + +mcsi.cfg: mcsi.src + ../tiaud/compile $< $@ + +mcsi.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