view 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
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	rtp_alloc_simple.o rtpmgr_resp.o
LIB=	librtpalloc.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs