FreeCalypso > hg > themwi-rtp-mgr
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:247f4bbde24c | 3:60b512a868b4 |
---|---|
1 CPPFLAGS=-I../build-inc | |
2 OBJS= recvmsg_wrap.o | |
3 LIB= librtpalloc.a | |
4 | |
5 include ../config.defs | |
6 | |
7 all: ${LIB} | |
8 | |
9 ${LIB}: ${OBJS} | |
10 ar rcu $@ ${OBJS} | |
11 ranlib $@ | |
12 | |
13 install: | |
14 mkdir -p ${DESTDIR}${libdir} | |
15 install -c -m 644 ${LIB} ${DESTDIR}${libdir} | |
16 | |
17 clean: | |
18 rm -f *.[oa] errs |