view librtpalloc/Makefile @ 4:764bbf72392f

include/rtp_alloc_if.h: #include system headers for used types
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 20:49:44 +0000
parents 60b512a868b4
children 191d58f5c24f
line wrap: on
line source

CPPFLAGS=-I../build-inc
OBJS=	recvmsg_wrap.o
LIB=	librtpalloc.a

include ../config.defs

all:	${LIB}

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

install:
	mkdir -p ${DESTDIR}${libdir}
	install -c -m 644 ${LIB} ${DESTDIR}${libdir}

clean:
	rm -f *.[oa] errs