FreeCalypso > hg > sipout-test-utils
comparison Makefile @ 9:ff535725e01f
g711-tone-detect program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Mar 2024 00:05:44 -0800 |
parents | 26383ed8b79f |
children | 3c5734b88c20 |
comparison
equal
deleted
inserted
replaced
8:eaf0e8f81a22 | 9:ff535725e01f |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 | 3 |
4 PROGDIR=test-fsk test-voice | 4 PROGDIR=test-fsk test-voice tone-detect |
5 LIBDIR= librtpalloc libsip libutil | 5 LIBDIR= librtpalloc libsip libutil |
6 SUBDIR= ${PROGDIR} ${LIBDIR} | 6 SUBDIR= ${PROGDIR} ${LIBDIR} |
7 | 7 |
8 all: ${SUBDIR} | 8 all: ${SUBDIR} |
9 | 9 |