FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 546:b26df31124a4
frtest: new program gsmfr-tfo-xfrm
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 04 Oct 2024 19:07:52 +0000 |
parents | 4d596bfdf8d9 |
children |
line wrap: on
line diff
--- a/frtest/Makefile Thu Oct 03 09:26:04 2024 +0000 +++ b/frtest/Makefile Fri Oct 04 19:07:52 2024 +0000 @@ -1,6 +1,7 @@ PROGS= gsmfr-cod2std gsmfr-decode gsmfr-decode-r gsmfr-decode-rb \ gsmfr-decode-tw5 gsmfr-decode-tw5-r gsmfr-dlcap-gsmx gsmfr-dlcap-parse \ - gsmfr-dlcap-sync gsmfr-encode gsmfr-encode-r gsmfr-preproc + gsmfr-dlcap-sync gsmfr-encode gsmfr-encode-r gsmfr-preproc \ + gsmfr-tfo-xfrm LIBFR2= ../libgsmfr2/libgsmfr2.a LIBTEST=../libtest/libtest.a @@ -45,6 +46,9 @@ gsmfr-preproc: preproc.o ${LIBTEST} ${LIBFR2} ${CC} ${CFLAGS} -o $@ $^ +gsmfr-tfo-xfrm: tfo-xfrm.o ${LIBTEST} ${LIBFR2} + ${CC} ${CFLAGS} -o $@ $^ + install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir}