FreeCalypso > hg > rtp-debug-utils
view 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 source
PROGS= g711u-grep-gsmout pcm-frag-extr pcm16-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 pcm16-frag-extr: pcm16-frag-extr.c ${CC} ${CFLAGS} -o $@ $@.c install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir} clean: rm -f *.o *.out ${PROGS}