FreeCalypso > hg > sipout-test-utils
comparison libutil/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 | e80b0051cd92 |
children |
comparison
equal
deleted
inserted
replaced
17:830af7de3403 | 18:f7321b25195e |
---|---|
1 CC= gcc | |
2 CFLAGS= -O2 | |
3 OBJS= bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o | 1 OBJS= bitfunc.o crc8gen.o g711_decode.o sockinit.o tfo_msg_enc.o |
4 LIB= libutil.a | 2 LIB= libutil.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} |