comparison hrutil/Makefile @ 609:a2b2ca082dd7

hrutil: new program gsmhr-tfo-xfrm-dc
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 24 Feb 2026 04:16:57 +0000
parents d4e42ec4a688
children 45e727b53da1
comparison
equal deleted inserted replaced
608:d4e42ec4a688 609:a2b2ca082dd7
1 PROGS= gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \ 1 PROGS= gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \
2 gsmhr-dec-parse gsmhr-dec2hex gsmhr-decode gsmhr-decode-r \ 2 gsmhr-dec-parse gsmhr-dec2hex gsmhr-decode gsmhr-decode-r \
3 gsmhr-etsi-dec gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex \ 3 gsmhr-etsi-dec gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex \
4 gsmhr-tfo-xfrm tw5b-dump 4 gsmhr-tfo-xfrm gsmhr-tfo-xfrm-dc tw5b-dump
5 LIBHR1= ../libgsmhr1/libgsmhr1.a 5 LIBHR1= ../libgsmhr1/libgsmhr1.a
6 LIBTEST=../libtest/libtest.a 6 LIBTEST=../libtest/libtest.a
7 LIBS= ${LIBHR1} ${LIBTEST} 7 LIBS= ${LIBHR1} ${LIBTEST}
8 8
9 include ../config.defs 9 include ../config.defs
47 ${CC} ${CFLAGS} -o $@ $^ 47 ${CC} ${CFLAGS} -o $@ $^
48 48
49 gsmhr-tfo-xfrm: tfo-xfrm.o tw5b-out-cod.o ${LIBS} 49 gsmhr-tfo-xfrm: tfo-xfrm.o tw5b-out-cod.o ${LIBS}
50 ${CC} ${CFLAGS} -o $@ $^ 50 ${CC} ${CFLAGS} -o $@ $^
51 51
52 gsmhr-tfo-xfrm-dc: cod-out-endian.o read-dec.o tfo-xfrm-dc.o ${LIBS}
53 ${CC} ${CFLAGS} -o $@ $^
54
52 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS} 55 tw5b-dump: print-frame.o tw5b-dump.o ${LIBS}
53 ${CC} ${CFLAGS} -o $@ $^ 56 ${CC} ${CFLAGS} -o $@ $^
54 57
55 etsi-pcm-out.o: ../efrtest/etsi-pcm-out.c 58 etsi-pcm-out.o: ../efrtest/etsi-pcm-out.c
56 ${CC} ${CFLAGS} -c -o $@ $< 59 ${CC} ${CFLAGS} -c -o $@ $<