comparison librtpalloc/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= rtp_alloc_simple.o rtpmgr_resp.o
4 LIB= librtpalloc.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs