FreeCalypso > hg > sipout-test-utils
comparison libsip/Makefile @ 0:35c0d9f03c0a
beginning with sipout-test-voice,
a copy of sip-manual-out from themwi-system-sw
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Mar 2024 23:20:19 -0800 |
parents | |
children | f7321b25195e |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:35c0d9f03c0a |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o \ | |
4 resp_ident.o sdp_gen.o sdp_parse.o to_tag.o uas_basic.o uri_utils.o | |
5 LIB= libsip.a | |
6 | |
7 all: ${LIB} | |
8 | |
9 ${LIB}: ${OBJS} | |
10 ar rcu $@ ${OBJS} | |
11 ranlib $@ | |
12 | |
13 clean: | |
14 rm -f *.[oa] errs |