comparison aud-caramel/Makefile @ 0:6ef2edd7ab6d

aud-caramel, aud-fcdev3b: import from fc-audio-config repository
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Apr 2022 07:53:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6ef2edd7ab6d
1 BINFILES= handheld.cfg handheld.vol hds4.cfg hds4.vol
2 INSTDIR= /opt/freecalypso/aud-caramel
3
4 all: ${BINFILES}
5
6 handheld.cfg: hds4.src
7 tiaud-compile $< $@
8
9 handheld.vol: Makefile
10 tiaud-mkvol 150 $@
11
12 hds4.cfg: hds4.src
13 tiaud-compile $< $@
14
15 hds4.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