FreeCalypso > hg > sipout-test-utils
view libsip/Makefile @ 3:cc997f9ae186
test-fsk: rm TFO code
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Mar 2024 21:22:27 -0800 |
parents | 35c0d9f03c0a |
children | f7321b25195e |
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 \ resp_ident.o sdp_gen.o sdp_parse.o to_tag.o uas_basic.o uri_utils.o LIB= libsip.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs