FreeCalypso > hg > gsm-codec-lib
diff hrutil/Makefile @ 565:ec146b5b9c91
hrutil: new program gsmhr-hex2dec
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 01:12:22 +0000 |
parents | 30c57cf6e87d |
children | 62fe499ffc15 |
line wrap: on
line diff
--- a/hrutil/Makefile Wed Feb 12 00:33:32 2025 +0000 +++ b/hrutil/Makefile Wed Feb 12 01:12:22 2025 +0000 @@ -1,4 +1,5 @@ -PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse tw5b-dump +PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \ + gsmhr-hex2dec tw5b-dump LIBHR1= ../libgsmhr1/libgsmhr1.a LIBTEST=../libtest/libtest.a LIBS= ${LIBHR1} ${LIBTEST} @@ -19,6 +20,9 @@ gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^ +gsmhr-hex2dec: hex2dec.o ${LIBS} + ${CC} ${CFLAGS} -o $@ $^ + tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} ${CC} ${CFLAGS} -o $@ $^