view libutil/Makefile @ 5:e80b0051cd92

libutil: add G.711 decoding tables from themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 22:25:53 -0800
parents 35c0d9f03c0a
children f7321b25195e
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o
LIB=	libutil.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs