FreeCalypso > hg > rtp-debug-utils
view pcm-study/Makefile @ 14:e7f43262efa1
rtp-stream-dump: add hex dump option
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 28 Jul 2024 01:53:41 +0000 |
parents | b5e73d5ebcd1 |
children | ab18adf989e3 |
line wrap: on
line source
PROGS= g711u-grep-gsmout pcm-frag-extr include ../config.defs all: ${PROGS} g711u-grep-gsmout: g711u-grep-gsmout.c ${CC} ${CFLAGS} -o $@ $@.c pcm-frag-extr: pcm-frag-extr.c ${CC} ${CFLAGS} -o $@ $@.c install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir} clean: rm -f *.o *.out ${PROGS}