comparison aud-c139/Makefile @ 4:e1878231dbcd

aud-c139: preliminary version
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Apr 2022 06:22:50 +0000
parents
children
comparison
equal deleted inserted replaced
3:e9c1f6d65654 4:e1878231dbcd
1 BINFILES= handheld.cfg handheld.vol headset.cfg headset.vol
2 INSTDIR= /opt/freecalypso/aud-c139
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