diff frtest/Makefile @ 282:9ee8ad3d4d30

frtest: rm gsmfr-hand-test and gsmfr-max-out utils These hack programs were never properly documented and were written only as part of a debug chase, in pursuit of a bug that ultimately turned out to be in our then-hacky patch to osmo-bts-sysmo, before beginning of proper patches in Osmocom. These hack programs need to be dropped from the present sw package because they depend on old libgsm, and we are eliminating that dependency.
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 05:44:47 +0000
parents 6de564ef70d3
children 25649b3a83e9
line wrap: on
line diff
--- a/frtest/Makefile	Sun Apr 14 05:09:52 2024 +0000
+++ b/frtest/Makefile	Sun Apr 14 05:44:47 2024 +0000
@@ -1,8 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROGS=	gsmfr-cod2std gsmfr-decode gsmfr-decode-r gsmfr-dlcap-gsmx \
-	gsmfr-dlcap-parse gsmfr-encode gsmfr-encode-r gsmfr-hand-test \
-	gsmfr-max-out gsmfr-preproc
+	gsmfr-dlcap-parse gsmfr-encode gsmfr-encode-r gsmfr-preproc
 LIBPP=	../libgsmfrp/libgsmfrp.a
 LIBTEST=../libtest/libtest.a
 LIBDEC=	${LIBTEST} ${LIBPP}
@@ -31,12 +30,6 @@
 gsmfr-encode-r:	encode-r.o ${LIBTEST}
 	${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} -lgsm
 
-gsmfr-hand-test:	hand-test.o
-	${CC} ${CFLAGS} -o $@ hand-test.o -lgsm
-
-gsmfr-max-out:	max-out.o ${LIBDEC}
-	${CC} ${CFLAGS} -o $@ max-out.o ${LIBDEC} -lgsm
-
 gsmfr-preproc:	preproc.o ${LIBDEC}
 	${CC} ${CFLAGS} -o $@ preproc.o ${LIBDEC}