FreeCalypso > hg > fc-audio-config
annotate aud-caramel/Makefile @ 14:ebdb8d68e157
aud-caramel: first-cut audio config for FC-HDS4
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 06 Nov 2021 04:28:43 +0000 |
parents | aud-fcdev3b/Makefile@46f49aa6ab8c |
children | ee565d95164c |
rev | line source |
---|---|
14
ebdb8d68e157
aud-caramel: first-cut audio config for FC-HDS4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
1 BINFILES= hds4.cfg hds4.vol |
ebdb8d68e157
aud-caramel: first-cut audio config for FC-HDS4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
2 INSTDIR= /opt/freecalypso/aud-caramel |
0
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 |
14
ebdb8d68e157
aud-caramel: first-cut audio config for FC-HDS4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
6 hds4.cfg: hds4.src |
11
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
7 tiaud-compile $< $@ |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
8 |
14
ebdb8d68e157
aud-caramel: first-cut audio config for FC-HDS4
Mychaela Falconia <falcon@freecalypso.org>
parents:
11
diff
changeset
|
9 hds4.vol: Makefile |
11
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
10 tiaud-mkvol 150 $@ |
46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
Mychaela Falconia <falcon@freecalypso.org>
parents:
1
diff
changeset
|
11 |
0
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 install: ${BINFILES} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 mkdir -p ${INSTDIR} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
14 install -c -m 644 ${BINFILES} ${INSTDIR} |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
15 |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 clean: |
0cd01cccc3a0
initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
17 rm -f *.cfg *.vol |