FreeCalypso > hg > rtp-debug-utils
view net-traffic/Makefile @ 13:d59dbdfe1778
rtp-stream-dump: compute and print time-of-arrival delta (toad)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 27 Jul 2024 23:39:50 +0000 |
parents | e686bc92c7d8 |
children |
line wrap: on
line source
PROGS= rtp-stream-gen udp-test-sink include ../config.defs all: ${PROGS} rtp-stream-gen: rtp-stream-gen.c ${CC} ${CFLAGS} -o $@ $@.c udp-test-sink: udp-test-sink.c ${CC} ${CFLAGS} -o $@ $@.c install: mkdir -p ${DESTDIR}${bindir} install -c ${PROGS} ${DESTDIR}${bindir} clean: rm -f *.o *.out ${PROGS}