diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aud-caramel/Makefile	Sat Nov 06 04:28:43 2021 +0000
@@ -0,0 +1,17 @@
+BINFILES=	hds4.cfg hds4.vol
+INSTDIR=	/opt/freecalypso/aud-caramel
+
+all:	${BINFILES}
+
+hds4.cfg:	hds4.src
+	tiaud-compile $< $@
+
+hds4.vol:	Makefile
+	tiaud-mkvol 150 $@
+
+install:	${BINFILES}
+	mkdir -p ${INSTDIR}
+	install -c -m 644 ${BINFILES} ${INSTDIR}
+
+clean:
+	rm -f *.cfg *.vol