comparison librtpalloc/Makefile @ 184:f8c40090a0a8

librtpalloc: new library for talking to themwi-rtp-mgr
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 11 Mar 2023 23:48:14 -0800
parents libutil/Makefile@64b9f0f90726
children
comparison
equal deleted inserted replaced
183:3962d9345a09 184:f8c40090a0a8
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