view libsip/Makefile @ 46:5427b26525cd

libsip: beginning to flesh out
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 06 Sep 2022 20:29:44 -0800
parents 77d980126efd
children dec31b1a8b96
line wrap: on
line source

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

all:	${LIB}

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

clean:
	rm -f *.[oa] errs