view libsip/Makefile @ 2:26383ed8b79f

test-fsk: starting as a copy of test-voice
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Mar 2024 21:03:19 -0800
parents 35c0d9f03c0a
children f7321b25195e
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 \
	resp_ident.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