view libgsmfrp/Makefile @ 17:68a7e86c9868

frtest/Makefile: add install
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 20 Nov 2022 04:23:35 +0000
parents b2255a5d0519
children 93ed41fb4038
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	bad_frame.o 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