view libsip/Makefile @ 50:daf1c26d7ae2

sip-in: check INVITE Content-Type header
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 23:50:16 -0800
parents dec31b1a8b96
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