FreeCalypso > hg > sipout-test-utils
comparison librtpalloc/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= rtp_alloc_simple.o rtpmgr_resp.o | 1 OBJS= rtp_alloc_simple.o rtpmgr_resp.o |
4 LIB= librtpalloc.a | 2 LIB= librtpalloc.a |
3 | |
4 include ../config.defs | |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |
9 ar rcu $@ ${OBJS} | 9 ar rcu $@ ${OBJS} |