FreeCalypso > hg > gsm-codec-lib
comparison hrutil/Makefile @ 629:32cc4b709e0e
hrutil: new program gsmhr-encode-r
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 12 Mar 2026 05:59:37 +0000 |
| parents | c53ce88d67a7 |
| children |
comparison
equal
deleted
inserted
replaced
| 628:c53ce88d67a7 | 629:32cc4b709e0e |
|---|---|
| 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 gsmhr-encode \ | 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-encode-r gsmhr-etsi-dec gsmhr-etsi-enc gsmhr-hex2dec \ |
| 4 gsmhr-tfo-xfrm gsmhr-tfo-xfrm-dc tw5b-dump | 4 gsmhr-hex2rpf gsmhr-rpf2hex 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 |
| 35 ${CC} ${CFLAGS} -o $@ $^ | 35 ${CC} ${CFLAGS} -o $@ $^ |
| 36 | 36 |
| 37 gsmhr-encode: encode.o tw5b-out-cod.o ${LIBS} | 37 gsmhr-encode: encode.o tw5b-out-cod.o ${LIBS} |
| 38 ${CC} ${CFLAGS} -o $@ $^ | 38 ${CC} ${CFLAGS} -o $@ $^ |
| 39 | 39 |
| 40 gsmhr-encode-r: encode-r.o tw5b-out-cod.o ${LIBS} | |
| 41 ${CC} ${CFLAGS} -o $@ $^ | |
| 42 | |
| 40 gsmhr-etsi-dec: etsi-dec.o etsi-pcm-out.o read-dec.o ${LIBS} | 43 gsmhr-etsi-dec: etsi-dec.o etsi-pcm-out.o read-dec.o ${LIBS} |
| 41 ${CC} ${CFLAGS} -o $@ $^ | 44 ${CC} ${CFLAGS} -o $@ $^ |
| 42 | 45 |
| 43 gsmhr-etsi-enc: cod-out-endian.o etsi-enc.o ${LIBS} | 46 gsmhr-etsi-enc: cod-out-endian.o etsi-enc.o ${LIBS} |
| 44 ${CC} ${CFLAGS} -o $@ $^ | 47 ${CC} ${CFLAGS} -o $@ $^ |
