FreeCalypso > hg > gsm-codec-lib
view libgsmfrp/Makefile @ 5:4812e00bc100
libgsmfrp: implement handling of good frames
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Nov 2022 20:46:13 +0000 |
parents | 286d5f097eb4 |
children | b2255a5d0519 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 OBJS= comfort_noise.o good_frame.o sidclass.o silence_frame.o state.o LIB= libgsmfrp.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs