comparison pcap/Makefile @ 170:b9af126bfddb

rtp-cont-check utility written
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Dec 2022 21:24:00 +0000
parents 39dbaccc349d
children 693a0958a303
comparison
equal deleted inserted replaced
169:0c965c3c5e6e 170:b9af126bfddb
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROGS= rtp-gsmfr-extr 3 PROGS= rtp-cont-check rtp-gsmfr-extr
4 INSTBIN=/opt/freecalypso/bin 4 INSTBIN=/opt/freecalypso/bin
5 5
6 all: ${PROGS} 6 all: ${PROGS}
7
8 rtp-cont-check: rtp-cont-check.c
9 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
7 10
8 rtp-gsmfr-extr: rtp-gsmfr-extr.c 11 rtp-gsmfr-extr: rtp-gsmfr-extr.c
9 ${CC} ${CFLAGS} -o $@ $@.c -lpcap 12 ${CC} ${CFLAGS} -o $@ $@.c -lpcap
10 13
11 install: 14 install: