FreeCalypso > hg > themwi-system-sw
comparison libsip/Makefile @ 51:36a30349b490
sip-in: parse INVITE From header
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 07 Sep 2022 17:53:10 -0800 |
parents | dec31b1a8b96 |
children | 2423f3aac4ce |
comparison
equal
deleted
inserted
replaced
50:daf1c26d7ae2 | 51:36a30349b490 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= get_header.o out_msg.o primary_parse.o req_supp.o uas_basic.o \ | 3 OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o \ |
4 uri_utils.o | 4 uas_basic.o uri_utils.o |
5 LIB= libsip.a | 5 LIB= libsip.a |
6 | 6 |
7 all: ${LIB} | 7 all: ${LIB} |
8 | 8 |
9 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |