comparison 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
comparison
equal deleted inserted replaced
4:030d52b96a23 5:e80b0051cd92
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= bitfunc.o crc8gen.o sockinit.o tfo_msg_enc.o 3 OBJS= bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o
4 LIB= libutil.a 4 LIB= libutil.a
5 5
6 all: ${LIB} 6 all: ${LIB}
7 7
8 ${LIB}: ${OBJS} 8 ${LIB}: ${OBJS}