FreeCalypso > hg > rtp-debug-utils
comparison pcm-study/Makefile @ 12:b5e73d5ebcd1
pcm-frag-extr program written
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 15 May 2024 02:50:50 +0000 |
parents | 8b047c9bfe5f |
children | ab18adf989e3 |
comparison
equal
deleted
inserted
replaced
11:8b047c9bfe5f | 12:b5e73d5ebcd1 |
---|---|
1 PROGS= g711u-grep-gsmout | 1 PROGS= g711u-grep-gsmout pcm-frag-extr |
2 | 2 |
3 include ../config.defs | 3 include ../config.defs |
4 | 4 |
5 all: ${PROGS} | 5 all: ${PROGS} |
6 | 6 |
7 g711u-grep-gsmout: g711u-grep-gsmout.c | 7 g711u-grep-gsmout: g711u-grep-gsmout.c |
8 ${CC} ${CFLAGS} -o $@ $@.c | 8 ${CC} ${CFLAGS} -o $@ $@.c |
9 | 9 |
10 pcm-frag-extr: pcm-frag-extr.c | |
11 ${CC} ${CFLAGS} -o $@ $@.c | |
12 | |
10 install: | 13 install: |
11 mkdir -p ${DESTDIR}${bindir} | 14 mkdir -p ${DESTDIR}${bindir} |
12 install -c ${PROGS} ${DESTDIR}${bindir} | 15 install -c ${PROGS} ${DESTDIR}${bindir} |
13 | 16 |
14 clean: | 17 clean: |