FreeCalypso > hg > gsm-codec-lib
diff hrutil/Makefile @ 584:fc7a59deb3c3 default tip
hrutil: new program gsmhr-tfo-xfrm
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Feb 2025 01:34:48 +0000 |
parents | b4c4ed4b1b91 |
children |
line wrap: on
line diff
--- a/hrutil/Makefile Thu Feb 13 23:43:40 2025 +0000 +++ b/hrutil/Makefile Fri Feb 14 01:34:48 2025 +0000 @@ -1,6 +1,6 @@ PROGS= gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \ gsmhr-dec-parse gsmhr-dec2hex gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex\ - tw5b-dump + gsmhr-tfo-xfrm tw5b-dump LIBHR1= ../libgsmhr1/libgsmhr1.a LIBTEST=../libtest/libtest.a LIBS= ${LIBHR1} ${LIBTEST} @@ -36,6 +36,9 @@ gsmhr-rpf2hex: rpf2hex.o ${LIBHR1} ${CC} ${CFLAGS} -o $@ $^ +gsmhr-tfo-xfrm: tfo-xfrm.o tw5b-out-cod.o ${LIBS} + ${CC} ${CFLAGS} -o $@ $^ + tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^