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