FreeCalypso > hg > gsm-codec-lib
comparison frtest/Makefile @ 153:14b627682458
gsmfr-decode-r utility put together
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 14 Dec 2022 23:11:20 +0000 |
| parents | be57e06bed84 |
| children | 9814041e8096 |
comparison
equal
deleted
inserted
replaced
| 152:a217a6eacbad | 153:14b627682458 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= gsmfr-cvt-dlcap gsmfr-decode gsmfr-encode gsmfr-hand-test gsmfr-max-out\ | 3 PROGS= gsmfr-cvt-dlcap gsmfr-decode gsmfr-decode-r gsmfr-encode \ |
| 4 gsmfr-preproc | 4 gsmfr-hand-test gsmfr-max-out gsmfr-preproc |
| 5 LIBPP= ../libgsmfrp/libgsmfrp.a | 5 LIBPP= ../libgsmfrp/libgsmfrp.a |
| 6 LIBTEST=../libtest/libtest.a | 6 LIBTEST=../libtest/libtest.a |
| 7 LIBDEC= ${LIBTEST} ${LIBPP} | 7 LIBDEC= ${LIBTEST} ${LIBPP} |
| 8 INSTBIN=/opt/freecalypso/bin | 8 INSTBIN=/opt/freecalypso/bin |
| 9 | 9 |
| 14 gsmfr-cvt-dlcap: ${CVT_OBJS} ${LIBTEST} | 14 gsmfr-cvt-dlcap: ${CVT_OBJS} ${LIBTEST} |
| 15 ${CC} ${CFLAGS} -o $@ ${CVT_OBJS} ${LIBTEST} | 15 ${CC} ${CFLAGS} -o $@ ${CVT_OBJS} ${LIBTEST} |
| 16 | 16 |
| 17 gsmfr-decode: decode.o ${LIBDEC} | 17 gsmfr-decode: decode.o ${LIBDEC} |
| 18 ${CC} ${CFLAGS} -o $@ decode.o ${LIBDEC} -lgsm | 18 ${CC} ${CFLAGS} -o $@ decode.o ${LIBDEC} -lgsm |
| 19 | |
| 20 gsmfr-decode-r: decode-r.o ${LIBDEC} | |
| 21 ${CC} ${CFLAGS} -o $@ decode-r.o ${LIBDEC} -lgsm | |
| 19 | 22 |
| 20 gsmfr-encode: encode.o ${LIBTEST} | 23 gsmfr-encode: encode.o ${LIBTEST} |
| 21 ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} -lgsm | 24 ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} -lgsm |
| 22 | 25 |
| 23 gsmfr-hand-test: hand-test.o | 26 gsmfr-hand-test: hand-test.o |
