FreeCalypso > hg > freecalypso-tools
comparison ffstools/aud-fcdev3b/Makefile @ 242:f943c439ae5e
ffstools/aud-fcdev3b: created some audio config tables for FCDEV3B
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 26 Aug 2017 01:07:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
241:1f3b28d66d53 | 242:f943c439ae5e |
---|---|
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 |