comparison pcap-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 96b37cef5020
children
comparison
equal deleted inserted replaced
15:96b37cef5020 16:1bc144545563
1 PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \ 1 PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \
2 rtp-jitter-view rtp-stream-dump rtp-tfo-trace 2 rtp-jitter-view rtp-stream-dump rtp-tfo-trace rtp-tw5-extr
3 3
4 include ../config.defs 4 include ../config.defs
5 5
6 all: ${PROGS} 6 all: ${PROGS}
7 7
24 ${CC} ${CFLAGS} -o $@ $@.c -lpcap 24 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
25 25
26 rtp-tfo-trace: rtp-tfo-trace.c 26 rtp-tfo-trace: rtp-tfo-trace.c
27 ${CC} ${CFLAGS} -o $@ $@.c -lpcap 27 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
28 28
29 rtp-tw5-extr: rtp-tw5-extr.c
30 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
31
29 install: 32 install:
30 mkdir -p ${DESTDIR}${bindir} 33 mkdir -p ${DESTDIR}${bindir}
31 install -c ${PROGS} ${DESTDIR}${bindir} 34 install -c ${PROGS} ${DESTDIR}${bindir}
32 35
33 clean: 36 clean: