FreeCalypso > hg > gsm-codec-lib
view libtest/Makefile @ 172:693a0958a303
yet another refactoring of RTP tools:
the program that prints each time delta is now rtp-jitter-view,
whereas rtp-cont-check now reports min and max instead.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 26 Dec 2022 22:42:41 +0000 |
parents | 9814041e8096 |
children | 19f1aa01ea10 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= binreader.o parse_dlcap.o pcmwrite.o roberead.o robewrite.o wavrdhelp.o\ wavreader.o wavwriter.o LIB= libtest.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs