FreeCalypso > hg > sipout-test-utils
view tone-detect/Makefile @ 13:059b79c9f0c3
sipout-test-voice: add DMW output mode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Apr 2024 17:09:32 -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