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