FreeCalypso > hg > gsm-codec-lib
comparison hrutil/Makefile @ 570:b4c4ed4b1b91
hrutil: new program gsmhr-cod-craft
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 12 Feb 2025 04:53:08 +0000 |
parents | 0affb05c2ce2 |
children | fc7a59deb3c3 |
comparison
equal
deleted
inserted
replaced
569:0d05892150cf | 570:b4c4ed4b1b91 |
---|---|
1 PROGS= gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft gsmhr-dec-parse \ | 1 PROGS= gsmhr-cod-craft gsmhr-cod-parse gsmhr-cod2hex gsmhr-dec-craft \ |
2 gsmhr-dec2hex gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex tw5b-dump | 2 gsmhr-dec-parse gsmhr-dec2hex gsmhr-hex2dec gsmhr-hex2rpf gsmhr-rpf2hex\ |
3 tw5b-dump | |
3 LIBHR1= ../libgsmhr1/libgsmhr1.a | 4 LIBHR1= ../libgsmhr1/libgsmhr1.a |
4 LIBTEST=../libtest/libtest.a | 5 LIBTEST=../libtest/libtest.a |
5 LIBS= ${LIBHR1} ${LIBTEST} | 6 LIBS= ${LIBHR1} ${LIBTEST} |
6 | 7 |
7 include ../config.defs | 8 include ../config.defs |
8 | 9 |
9 all: ${PROGS} | 10 all: ${PROGS} |
11 | |
12 gsmhr-cod-craft: cod-craft.o ${LIBHR1} | |
13 ${CC} ${CFLAGS} -o $@ $^ | |
10 | 14 |
11 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBS} | 15 gsmhr-cod-parse: cod-parse.o print-frame.o read-cod.o ${LIBS} |
12 ${CC} ${CFLAGS} -o $@ $^ | 16 ${CC} ${CFLAGS} -o $@ $^ |
13 | 17 |
14 gsmhr-cod2hex: cod2hex.o read-cod.o tw5b-out-cod.o ${LIBS} | 18 gsmhr-cod2hex: cod2hex.o read-cod.o tw5b-out-cod.o ${LIBS} |