comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:0cd01cccc3a0
1 BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol
2 INSTDIR= /opt/freecalypso/aud-fcdev3b
3
4 all: ${BINFILES}
5
6 mcsi.cfg: mcsi.src
7 ../tiaud/compile $< $@
8
9 mcsi.vol: Makefile
10 ../tiaud/mkvol 150 $@
11
12 spkrmax.cfg: spkrmax.src
13 ../tiaud/compile $< $@
14
15 spkrmax.vol: Makefile
16 ../tiaud/mkvol 200 $@
17
18 install: ${BINFILES}
19 mkdir -p ${INSTDIR}
20 install -c -m 644 ${BINFILES} ${INSTDIR}
21
22 clean:
23 rm -f *.cfg *.vol