comparison libgsmfrp/Makefile @ 6:b2255a5d0519

libgsmfrp: implement BFI handling
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 21:18:53 +0000
parents 4812e00bc100
children 93ed41fb4038
comparison
equal deleted inserted replaced
5:4812e00bc100 6:b2255a5d0519
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= comfort_noise.o good_frame.o sidclass.o silence_frame.o state.o 3 OBJS= bad_frame.o comfort_noise.o good_frame.o sidclass.o silence_frame.o \
4 state.o
4 LIB= libgsmfrp.a 5 LIB= libgsmfrp.a
5 6
6 all: ${LIB} 7 all: ${LIB}
7 8
8 ${LIB}: ${OBJS} 9 ${LIB}: ${OBJS}