FreeCalypso > hg > gsm-codec-lib
comparison frtest/Makefile @ 288:e0b46ac2c326
gsmfr-encode-r: convert to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:20:04 +0000 |
parents | f00925b533b7 |
children | 18229558c8bf |
comparison
equal
deleted
inserted
replaced
287:f00925b533b7 | 288:e0b46ac2c326 |
---|---|
26 ${CC} ${CFLAGS} -o $@ dlcap-parse.o tidsp.o ${LIBTEST} ${LIBFR2} | 26 ${CC} ${CFLAGS} -o $@ dlcap-parse.o tidsp.o ${LIBTEST} ${LIBFR2} |
27 | 27 |
28 gsmfr-encode: encode.o ${LIBTEST} ${LIBFR2} | 28 gsmfr-encode: encode.o ${LIBTEST} ${LIBFR2} |
29 ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} ${LIBFR2} | 29 ${CC} ${CFLAGS} -o $@ encode.o ${LIBTEST} ${LIBFR2} |
30 | 30 |
31 gsmfr-encode-r: encode-r.o ${LIBTEST} | 31 gsmfr-encode-r: encode-r.o ${LIBTEST} ${LIBFR2} |
32 ${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} -lgsm | 32 ${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} ${LIBFR2} |
33 | 33 |
34 gsmfr-preproc: preproc.o ${LIBDEC} | 34 gsmfr-preproc: preproc.o ${LIBDEC} |
35 ${CC} ${CFLAGS} -o $@ preproc.o ${LIBDEC} | 35 ${CC} ${CFLAGS} -o $@ preproc.o ${LIBDEC} |
36 | 36 |
37 install: | 37 install: |