FreeCalypso > hg > sipout-test-utils
view 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 |
line wrap: on
line source
OBJS= rtp_alloc_simple.o rtpmgr_resp.o LIB= librtpalloc.a include ../config.defs all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs