comparison 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
comparison
equal deleted inserted replaced
4:286d5f097eb4 5:4812e00bc100
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= comfort_noise.o sidclass.o silence_frame.o state.o 3 OBJS= comfort_noise.o good_frame.o sidclass.o silence_frame.o state.o
4 LIB= libgsmfrp.a 4 LIB= libgsmfrp.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}