FreeCalypso > hg > fc-audio-config
annotate aud-fcdev3b/Makefile @ 11:46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:12:55 +0000 |
parents | 25192a1bc0c3 |
children |
rev | line source |
---|---|
11
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
1 BINFILES= mcsi.cfg mcsi.vol spkr0.cfg spkr0.vol spkrmax.cfg spkrmax.vol |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 INSTDIR= /opt/freecalypso/aud-fcdev3b |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 all: ${BINFILES} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 mcsi.cfg: mcsi.src |
1
25192a1bc0c3
aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
7 tiaud-compile $< $@ |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 mcsi.vol: Makefile |
1
25192a1bc0c3
aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
10 tiaud-mkvol 150 $@ |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 |
11
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
12 spkr0.cfg: spkr0.src |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
13 tiaud-compile $< $@ |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
14 |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
15 spkr0.vol: Makefile |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
16 tiaud-mkvol 150 $@ |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
17 |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
18 spkrmax.cfg: spkrmax.src |
1
25192a1bc0c3
aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
19 tiaud-compile $< $@ |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
20 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
21 spkrmax.vol: Makefile |
1
25192a1bc0c3
aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
0
diff
changeset
|
22 tiaud-mkvol 200 $@ |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
23 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
24 install: ${BINFILES} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
25 mkdir -p ${INSTDIR} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
26 install -c -m 644 ${BINFILES} ${INSTDIR} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
27 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
28 clean: |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
29 rm -f *.cfg *.vol |