view libsip/Makefile @ 49:dec31b1a8b96

sip-in: check Require and Supported
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 22:57:16 -0800
parents 5427b26525cd
children 36a30349b490
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	get_header.o out_msg.o primary_parse.o req_supp.o uas_basic.o \
	uri_utils.o
LIB=	libsip.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs