FreeCalypso > hg > rtp-debug-utils
view 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 | 8b047c9bfe5f |
children |
line wrap: on
line source
SUBDIR= net-traffic pcap-study pcm-study all: ${SUBDIR} ${SUBDIR}: FRC config.defs cd $@; ${MAKE} ${MFLAGS} config.defs: @echo 'You must run ./configure before make' @false install: FRC for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} \ DESTDIR=${DESTDIR} install); done clean: FRC rm -f a.out core errs for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done FRC: