comparison 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
comparison
equal deleted inserted replaced
48:8117d8ee44a5 49:dec31b1a8b96
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 OBJS= get_header.o out_msg.o primary_parse.o uas_basic.o uri_utils.o 3 OBJS= get_header.o out_msg.o primary_parse.o req_supp.o uas_basic.o \
4 uri_utils.o
4 LIB= libsip.a 5 LIB= libsip.a
5 6
6 all: ${LIB} 7 all: ${LIB}
7 8
8 ${LIB}: ${OBJS} 9 ${LIB}: ${OBJS}