diff hrutil/Makefile @ 628:c53ce88d67a7

hrutil: new program gsmhr-encode
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 12 Mar 2026 05:49:23 +0000
parents 45e727b53da1
children 32cc4b709e0e
line wrap: on
line diff
--- a/hrutil/Makefile	Thu Mar 12 04:46:03 2026 +0000
+++ b/hrutil/Makefile	Thu Mar 12 05:49:23 2026 +0000
@@ -1,5 +1,5 @@
 PROGS=	gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \
-	gsmhr-dec-parse gsmhr-dec2hex gsmhr-decode gsmhr-decode-r \
+	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
 LIBHR1=	../libgsmhr1/libgsmhr1.a
@@ -34,6 +34,9 @@
 gsmhr-decode-r:	decode-r.o ${LIBS}
 	${CC} ${CFLAGS} -o $@ $^
 
+gsmhr-encode:	encode.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 $@ $^