FreeCalypso > hg > rtp-debug-utils
diff pcm-study/Makefile @ 17:ab18adf989e3 default tip
pcm-study: new program pcm16-frag-extr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Oct 2024 00:32:33 +0000 |
parents | b5e73d5ebcd1 |
children |
line wrap: on
line diff
--- a/pcm-study/Makefile Thu Oct 10 17:40:16 2024 +0000 +++ b/pcm-study/Makefile Tue Oct 29 00:32:33 2024 +0000 @@ -1,4 +1,4 @@ -PROGS= g711u-grep-gsmout pcm-frag-extr +PROGS= g711u-grep-gsmout pcm-frag-extr pcm16-frag-extr include ../config.defs @@ -10,6 +10,9 @@ pcm-frag-extr: pcm-frag-extr.c ${CC} ${CFLAGS} -o $@ $@.c +pcm16-frag-extr: pcm16-frag-extr.c + ${CC} ${CFLAGS} -o $@ $@.c + install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir}