FreeCalypso > hg > rtp-debug-utils
view pcm-study/Makefile @ 16:1bc144545563
pcap-study: new program rtp-tw5-extr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 10 Oct 2024 17:40:16 +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}