FreeCalypso > hg > themwi-rtp-mgr
diff librtpalloc/Makefile @ 3:60b512a868b4
librtpalloc: port of recvmsg wrapper module
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 27 May 2024 20:41:21 +0000 |
parents | |
children | 191d58f5c24f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/librtpalloc/Makefile Mon May 27 20:41:21 2024 +0000 @@ -0,0 +1,18 @@ +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