view libutil/Makefile @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
children e80b0051cd92
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs