diff frtest/Makefile @ 538:4d596bfdf8d9

frtest: new program gsmfr-decode-tw5-r
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 21 Sep 2024 23:58:27 +0000
parents f9eefb61fb2f
children b26df31124a4
line wrap: on
line diff
--- a/frtest/Makefile	Sat Sep 21 23:31:25 2024 +0000
+++ b/frtest/Makefile	Sat Sep 21 23:58:27 2024 +0000
@@ -1,6 +1,6 @@
 PROGS=	gsmfr-cod2std gsmfr-decode gsmfr-decode-r gsmfr-decode-rb \
-	gsmfr-decode-tw5 gsmfr-dlcap-gsmx gsmfr-dlcap-parse gsmfr-dlcap-sync \
-	gsmfr-encode gsmfr-encode-r gsmfr-preproc
+	gsmfr-decode-tw5 gsmfr-decode-tw5-r gsmfr-dlcap-gsmx gsmfr-dlcap-parse \
+	gsmfr-dlcap-sync gsmfr-encode gsmfr-encode-r gsmfr-preproc
 LIBFR2=	../libgsmfr2/libgsmfr2.a
 LIBTEST=../libtest/libtest.a
 
@@ -23,6 +23,9 @@
 gsmfr-decode-tw5:	decode-tw5.o ${LIBTEST} ${LIBFR2}
 	${CC} ${CFLAGS} -o $@ $^
 
+gsmfr-decode-tw5-r:	decode-tw5-r.o ${LIBTEST} ${LIBFR2}
+	${CC} ${CFLAGS} -o $@ $^
+
 gsmfr-dlcap-gsmx:	dlcap-gsmx.o tidsp.o ${LIBTEST}
 	${CC} ${CFLAGS} -o $@ $^