FreeCalypso > hg > themwi-system-sw
view libsip/Makefile @ 67:15c9e1f8f756
sip-in: enable SIP UDP output
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Sun, 18 Sep 2022 16:55:01 -0800 | 
| parents | 9f045dcff60e | 
| children | 9ca6f0708237 | 
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 sdp_gen.o\ sdp_parse.o uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs
