FreeCalypso > hg > gsm-codec-lib
comparison hrutil/Makefile @ 568:0affb05c2ce2
hrutil: new program gsmhr-dec2hex
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 03:29:52 +0000 |
parents | 2fcb6b27ee9b |
children | b4c4ed4b1b91 |
comparison
equal
deleted
inserted
replaced
567:2fcb6b27ee9b | 568:0affb05c2ce2 |
---|---|
1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \ | 1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \ |
2 gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex tw5b-dump | 2 gsmhr-dec2hex gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex tw5b-dump |
3 LIBHR1= ../libgsmhr1/libgsmhr1.a | 3 LIBHR1= ../libgsmhr1/libgsmhr1.a |
4 LIBTEST=../libtest/libtest.a | 4 LIBTEST=../libtest/libtest.a |
5 LIBS= ${LIBHR1} ${LIBTEST} | 5 LIBS= ${LIBHR1} ${LIBTEST} |
6 | 6 |
7 include ../config.defs | 7 include ../config.defs |
18 ${CC} ${CFLAGS} -o $@ $^ | 18 ${CC} ${CFLAGS} -o $@ $^ |
19 | 19 |
20 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} | 20 gsmhr-dec-parse: dec-parse.o print-frame.o read-dec.o ${LIBS} |
21 ${CC} ${CFLAGS} -o $@ $^ | 21 ${CC} ${CFLAGS} -o $@ $^ |
22 | 22 |
23 gsmhr-dec2hex: dec2hex.o read-dec.o ${LIBS} | |
24 ${CC} ${CFLAGS} -o $@ $^ | |
25 | |
23 gsmhr-hex2dec: hex2dec.o ${LIBS} | 26 gsmhr-hex2dec: hex2dec.o ${LIBS} |
24 ${CC} ${CFLAGS} -o $@ $^ | 27 ${CC} ${CFLAGS} -o $@ $^ |
25 | 28 |
26 gsmhr-hex2rpf: hex2rpf.o ${LIBS} | 29 gsmhr-hex2rpf: hex2rpf.o ${LIBS} |
27 ${CC} ${CFLAGS} -o $@ $^ | 30 ${CC} ${CFLAGS} -o $@ $^ |