FreeCalypso > hg > themwi-system-sw
view 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 |
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 \ uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs