view libsip/Makefile @ 75:dd845c4933e1

sip-manual-out: swallow any received ACK w/o sending 501 response
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 20 Sep 2022 12:28:37 -0800
parents 9ca6f0708237
children ff5e96162430
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs