FreeCalypso > hg > rtp-debug-utils
comparison Makefile @ 6:709aa9ad72d1
new program rtp-stream-dump
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 08 Jul 2023 20:30:33 +0000 |
| parents | 50aa973a91ef |
| children | d180987db615 |
comparison
equal
deleted
inserted
replaced
| 5:7c85a7a913f7 | 6:709aa9ad72d1 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \ | 3 PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \ |
| 4 rtp-jitter-view rtp-tfo-trace | 4 rtp-jitter-view rtp-stream-dump rtp-tfo-trace |
| 5 INSTBIN=/opt/freecalypso/bin | 5 INSTBIN=/opt/freecalypso/bin |
| 6 | 6 |
| 7 all: ${PROGS} | 7 all: ${PROGS} |
| 8 | 8 |
| 9 rtp-cont-check: rtp-cont-check.c | 9 rtp-cont-check: rtp-cont-check.c |
| 19 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | 19 ${CC} ${CFLAGS} -o $@ $@.c -lpcap |
| 20 | 20 |
| 21 rtp-jitter-view: rtp-jitter-view.c | 21 rtp-jitter-view: rtp-jitter-view.c |
| 22 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | 22 ${CC} ${CFLAGS} -o $@ $@.c -lpcap |
| 23 | 23 |
| 24 rtp-stream-dump: rtp-stream-dump.c | |
| 25 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | |
| 26 | |
| 24 rtp-tfo-trace: rtp-tfo-trace.c | 27 rtp-tfo-trace: rtp-tfo-trace.c |
| 25 ${CC} ${CFLAGS} -o $@ $@.c -lpcap | 28 ${CC} ${CFLAGS} -o $@ $@.c -lpcap |
| 26 | 29 |
| 27 install: | 30 install: |
| 28 mkdir -p ${INSTBIN} | 31 mkdir -p ${INSTBIN} |
