FreeCalypso > hg > gsm-codec-lib
comparison efrtest/Makefile @ 147:90b9c7c3fa3b
gsmefr-cod-parse: use factored-out ETSI bit reader
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 14 Dec 2022 08:09:52 +0000 |
parents | 0fa0cd251a31 |
children | 01ce75ea1c8e |
comparison
equal
deleted
inserted
replaced
146:0fa0cd251a31 | 147:90b9c7c3fa3b |
---|---|
6 LIBTEST=../libtest/libtest.a | 6 LIBTEST=../libtest/libtest.a |
7 INSTBIN=/opt/freecalypso/bin | 7 INSTBIN=/opt/freecalypso/bin |
8 | 8 |
9 all: ${PROGS} | 9 all: ${PROGS} |
10 | 10 |
11 gsmefr-cod-parse: cod-parse.o ${LIBEFR} | 11 gsmefr-cod-parse: cod-parse.o etsi-bit-rd.o ${LIBEFR} |
12 ${CC} ${CFLAGS} -o $@ cod-parse.o ${LIBEFR} | 12 ${CC} ${CFLAGS} -o $@ cod-parse.o etsi-bit-rd.o ${LIBEFR} |
13 | 13 |
14 gsmefr-dec-parse: dec-parse.o etsi-bit-rd.o ${LIBEFR} | 14 gsmefr-dec-parse: dec-parse.o etsi-bit-rd.o ${LIBEFR} |
15 ${CC} ${CFLAGS} -o $@ dec-parse.o etsi-bit-rd.o ${LIBEFR} | 15 ${CC} ${CFLAGS} -o $@ dec-parse.o etsi-bit-rd.o ${LIBEFR} |
16 | 16 |
17 gsmefr-decode: decode.o ${LIBTEST} ${LIBEFR} | 17 gsmefr-decode: decode.o ${LIBTEST} ${LIBEFR} |