FreeCalypso > hg > ffs-data-bundle
comparison aud-pirelli/Makefile @ 5:e0c7fa6be0fc
aud-pirelli: copying official fw
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 05 Apr 2022 07:28:43 +0000 |
parents | aud-c139/Makefile@e1878231dbcd |
children |
comparison
equal
deleted
inserted
replaced
4:e1878231dbcd | 5:e0c7fa6be0fc |
---|---|
1 BINFILES= handheld.cfg handheld.vol headset.cfg headset.vol | |
2 INSTDIR= /opt/freecalypso/aud-pirelli | |
3 | |
4 all: ${BINFILES} | |
5 | |
6 handheld.cfg: handheld.src | |
7 tiaud-compile $< $@ | |
8 | |
9 handheld.vol: Makefile | |
10 tiaud-mkvol 150 $@ | |
11 | |
12 headset.cfg: headset.src | |
13 tiaud-compile $< $@ | |
14 | |
15 headset.vol: Makefile | |
16 tiaud-mkvol 150 $@ | |
17 | |
18 install: ${BINFILES} | |
19 mkdir -p ${INSTDIR} | |
20 install -c -m 644 ${BINFILES} ${INSTDIR} | |
21 | |
22 clean: | |
23 rm -f *.cfg *.vol |