FreeCalypso > hg > fc-audio-config
comparison 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 |
comparison
equal
deleted
inserted
replaced
13:39efa8203dfe | 14:ebdb8d68e157 |
---|---|
1 BINFILES= hds4.cfg hds4.vol | |
2 INSTDIR= /opt/freecalypso/aud-caramel | |
3 | |
4 all: ${BINFILES} | |
5 | |
6 hds4.cfg: hds4.src | |
7 tiaud-compile $< $@ | |
8 | |
9 hds4.vol: Makefile | |
10 tiaud-mkvol 150 $@ | |
11 | |
12 install: ${BINFILES} | |
13 mkdir -p ${INSTDIR} | |
14 install -c -m 644 ${BINFILES} ${INSTDIR} | |
15 | |
16 clean: | |
17 rm -f *.cfg *.vol |