view libutil/Makefile @ 18:f7321b25195e default tip

new build system for ThemWi sw components
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 May 2024 18:08:35 -0800
parents e80b0051cd92
children
line wrap: on
line source

OBJS=	bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o
LIB=	libutil.a

include ../config.defs

all:	${LIB}

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

clean:
	rm -f *.[oa] errs