annotate aud-fcdev3b/Makefile @ 8:74933941ea81

aud-pirelli audio mode config for Pirelli DP-L10 handheld and headset audio mode configs have been created for Pirelli target. They can be used to switch between the two audio modes with AT@AUL in the VPM environment, and they will be needed if we ever port our handset firmware to this target.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Jun 2021 02:59:53 +0000
parents 25192a1bc0c3
children 46f49aa6ab8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol
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
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 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
13 tiaud-compile $< $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 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
16 tiaud-mkvol 200 $@
0
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 install: ${BINFILES}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19 mkdir -p ${INSTDIR}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 install -c -m 644 ${BINFILES} ${INSTDIR}
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 clean:
0cd01cccc3a0 initial import of aud-fcdev3b source from freecalypso-tools
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 rm -f *.cfg *.vol