diff aud-gtamodem/Makefile @ 3:1d6b649d8b08

aud-gtamodem created
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Oct 2017 19:59:42 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aud-gtamodem/Makefile	Thu Oct 19 19:59:42 2017 +0000
@@ -0,0 +1,17 @@
+BINFILES=	para0.cfg para0.vol
+INSTDIR=	/opt/freecalypso/aud-gtamodem
+
+all:	${BINFILES}
+
+para0.cfg:	para0.src
+	tiaud-compile $< $@
+
+para0.vol:	Makefile
+	tiaud-mkvol 150 $@
+
+install:	${BINFILES}
+	mkdir -p ${INSTDIR}
+	install -c -m 644 ${BINFILES} ${INSTDIR}
+
+clean:
+	rm -f *.cfg *.vol