view librtpalloc/Makefile @ 7:b97024a897c3

add top Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 21:12:15 +0000
parents 191d58f5c24f
children
line wrap: on
line source

CPPFLAGS=-I../build-inc
OBJS=	recvmsg_wrap.o simple_client.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