FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 165:ef3ea52a190f
rename gsmfr-cvt-dlcap to gsmfr-dlcap-gsmx
for consistency with EFR version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Dec 2022 04:09:03 +0000 |
parents | 9814041e8096 |
children | 80c93ef82a51 |
line wrap: on
line diff
--- a/frtest/Makefile Fri Dec 16 03:05:21 2022 +0000 +++ b/frtest/Makefile Fri Dec 16 04:09:03 2022 +0000 @@ -1,25 +1,23 @@ CC= gcc CFLAGS= -O2 -PROGS= gsmfr-cvt-dlcap gsmfr-decode gsmfr-decode-r gsmfr-encode gsmfr-encode-r\ - gsmfr-hand-test gsmfr-max-out gsmfr-preproc +PROGS= gsmfr-decode gsmfr-decode-r gsmfr-dlcap-gsmx gsmfr-encode \ + gsmfr-encode-r gsmfr-hand-test gsmfr-max-out gsmfr-preproc LIBPP= ../libgsmfrp/libgsmfrp.a LIBTEST=../libtest/libtest.a LIBDEC= ${LIBTEST} ${LIBPP} INSTBIN=/opt/freecalypso/bin -CVT_OBJS=cvt-dlcap.o tidsp.o - all: ${PROGS} -gsmfr-cvt-dlcap: ${CVT_OBJS} ${LIBTEST} - ${CC} ${CFLAGS} -o $@ ${CVT_OBJS} ${LIBTEST} - gsmfr-decode: decode.o ${LIBDEC} ${CC} ${CFLAGS} -o $@ decode.o ${LIBDEC} -lgsm gsmfr-decode-r: decode-r.o ${LIBDEC} ${CC} ${CFLAGS} -o $@ decode-r.o ${LIBDEC} -lgsm +gsmfr-dlcap-gsmx: dlcap-gsmx.o tidsp.o ${LIBTEST} + ${CC} ${CFLAGS} -o $@ dlcap-gsmx.o tidsp.o ${LIBTEST} + gsmfr-encode: encode.o ${LIBTEST} ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} -lgsm