FreeCalypso > hg > sipout-test-utils
comparison libsip/Makefile @ 18:f7321b25195e default tip
new build system for ThemWi sw components
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 14 May 2024 18:08:35 -0800 |
parents | 35c0d9f03c0a |
children |
comparison
equal
deleted
inserted
replaced
17:830af7de3403 | 18:f7321b25195e |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 OBJS= get_header.o grok_from.o out_msg.o primary_parse.o req_supp.o \ | 1 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 | 2 resp_ident.o sdp_gen.o sdp_parse.o to_tag.o uas_basic.o uri_utils.o |
5 LIB= libsip.a | 3 LIB= libsip.a |
4 | |
5 include ../config.defs | |
6 | 6 |
7 all: ${LIB} | 7 all: ${LIB} |
8 | 8 |
9 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |
10 ar rcu $@ ${OBJS} | 10 ar rcu $@ ${OBJS} |