FreeCalypso > hg > themwi-system-sw
view libsip/Makefile @ 53:2423f3aac4ce
libsip: SDP parsing implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 08 Sep 2022 10:45:50 -0800 |
parents | 36a30349b490 |
children | 9f045dcff60e |
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_parse.o uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs