diff hrutil/Makefile @ 629:32cc4b709e0e

hrutil: new program gsmhr-encode-r
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 12 Mar 2026 05:59:37 +0000
parents c53ce88d67a7
children
line wrap: on
line diff
--- a/hrutil/Makefile	Thu Mar 12 05:49:23 2026 +0000
+++ b/hrutil/Makefile	Thu Mar 12 05:59:37 2026 +0000
@@ -1,7 +1,7 @@
 PROGS=	gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \
 	gsmhr-dec-parse gsmhr-dec2hex gsmhr-decode gsmhr-decode-r gsmhr-encode \
-	gsmhr-etsi-dec gsmhr-etsi-enc gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex\
-	gsmhr-tfo-xfrm gsmhr-tfo-xfrm-dc tw5b-dump
+	gsmhr-encode-r gsmhr-etsi-dec gsmhr-etsi-enc gsmhr-hex2dec \
+	gsmhr-hex2rpf gsmhr-rpf2hex gsmhr-tfo-xfrm gsmhr-tfo-xfrm-dc tw5b-dump
 LIBHR1=	../libgsmhr1/libgsmhr1.a
 LIBTEST=../libtest/libtest.a
 LIBS=	${LIBHR1} ${LIBTEST}
@@ -37,6 +37,9 @@
 gsmhr-encode:	encode.o tw5b-out-cod.o ${LIBS}
 	${CC} ${CFLAGS} -o $@ $^
 
+gsmhr-encode-r:	encode-r.o tw5b-out-cod.o ${LIBS}
+	${CC} ${CFLAGS} -o $@ $^
+
 gsmhr-etsi-dec:	etsi-dec.o etsi-pcm-out.o read-dec.o ${LIBS}
 	${CC} ${CFLAGS} -o $@ $^