annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
50aa973a91ef new program rtp-gsmfr-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
1 PROGS= rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \
16
1bc144545563 pcap-study: new program rtp-tw5-extr
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
2 rtp-jitter-view rtp-stream-dump rtp-tfo-trace rtp-tw5-extr
10
e686bc92c7d8 revamp for new subdir structure and configure script
Mychaela Falconia <falcon@freecalypso.org>
parents: 9
diff changeset
3
e686bc92c7d8 revamp for new subdir structure and configure script
Mychaela Falconia <falcon@freecalypso.org>
parents: 9
diff changeset
4 include ../config.defs
0
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 all: ${PROGS}
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 rtp-cont-check: rtp-cont-check.c
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 rtp-g711-extr: rtp-g711-extr.c
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13
3
50aa973a91ef new program rtp-gsmfr-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
14 rtp-gsmfr-dump: rtp-gsmfr-dump.c
15
96b37cef5020 rtp-gsmfr-dump: convert from old libgsm to libgsmfr2
Mychaela Falconia <falcon@freecalypso.org>
parents: 10
diff changeset
15 ${CC} ${CFLAGS} -o $@ $@.c -lpcap -lgsmefr -lgsmfr2
3
50aa973a91ef new program rtp-gsmfr-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 1
diff changeset
16
0
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 rtp-gsmfr-extr: rtp-gsmfr-extr.c
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 rtp-jitter-view: rtp-jitter-view.c
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22
6
709aa9ad72d1 new program rtp-stream-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 3
diff changeset
23 rtp-stream-dump: rtp-stream-dump.c
709aa9ad72d1 new program rtp-stream-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 3
diff changeset
24 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
709aa9ad72d1 new program rtp-stream-dump
Mychaela Falconia <falcon@freecalypso.org>
parents: 3
diff changeset
25
1
41eba040785a rtp-tfo-trace program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
26 rtp-tfo-trace: rtp-tfo-trace.c
41eba040785a rtp-tfo-trace program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
27 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
41eba040785a rtp-tfo-trace program written, compiles
Mychaela Falconia <falcon@freecalypso.org>
parents: 0
diff changeset
28
16
1bc144545563 pcap-study: new program rtp-tw5-extr
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
29 rtp-tw5-extr: rtp-tw5-extr.c
1bc144545563 pcap-study: new program rtp-tw5-extr
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
30 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
1bc144545563 pcap-study: new program rtp-tw5-extr
Mychaela Falconia <falcon@freecalypso.org>
parents: 15
diff changeset
31
0
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 install:
10
e686bc92c7d8 revamp for new subdir structure and configure script
Mychaela Falconia <falcon@freecalypso.org>
parents: 9
diff changeset
33 mkdir -p ${DESTDIR}${bindir}
e686bc92c7d8 revamp for new subdir structure and configure script
Mychaela Falconia <falcon@freecalypso.org>
parents: 9
diff changeset
34 install -c ${PROGS} ${DESTDIR}${bindir}
0
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 clean:
05ff0f7ac977 initial commit: split from gsm-codec-lib
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37 rm -f *.o *.out ${PROGS}