comparison hrutil/Makefile @ 628:c53ce88d67a7

hrutil: new program gsmhr-encode
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 12 Mar 2026 05:49:23 +0000
parents 45e727b53da1
children 32cc4b709e0e
comparison
equal deleted inserted replaced
627:45e727b53da1 628:c53ce88d67a7
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 gsmhr-encode \
3 gsmhr-etsi-dec gsmhr-etsi-enc gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex\ 3 gsmhr-etsi-dec gsmhr-etsi-enc gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex\
4 gsmhr-tfo-xfrm gsmhr-tfo-xfrm-dc 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}
30 30
31 gsmhr-decode: decode.o ${LIBS} 31 gsmhr-decode: decode.o ${LIBS}
32 ${CC} ${CFLAGS} -o $@ $^ 32 ${CC} ${CFLAGS} -o $@ $^
33 33
34 gsmhr-decode-r: decode-r.o ${LIBS} 34 gsmhr-decode-r: decode-r.o ${LIBS}
35 ${CC} ${CFLAGS} -o $@ $^
36
37 gsmhr-encode: encode.o tw5b-out-cod.o ${LIBS}
35 ${CC} ${CFLAGS} -o $@ $^ 38 ${CC} ${CFLAGS} -o $@ $^
36 39
37 gsmhr-etsi-dec: etsi-dec.o etsi-pcm-out.o read-dec.o ${LIBS} 40 gsmhr-etsi-dec: etsi-dec.o etsi-pcm-out.o read-dec.o ${LIBS}
38 ${CC} ${CFLAGS} -o $@ $^ 41 ${CC} ${CFLAGS} -o $@ $^
39 42