FreeCalypso > hg > sipout-test-utils
view tone-detect/Makefile @ 16:4f81b959a5f5
sipout-test-voice: implement PCMU GSM uplink catcher
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 13 May 2024 22:10:25 -0800 |
| parents | 2cdbd574bba6 |
| children | f7321b25195e |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= g711-tone-detect INSTBIN=/opt/themwi/bin all: ${PROG} ${PROG}: ${PROG}.c ${CC} ${CFLAGS} -o $@ $@.c -lspandsp -lm install: install -c -m 755 ${PROG} ${INSTBIN} clean: rm -f *.o ${PROG} errs
