]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/librt/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / librt / Makefile
1 # $FreeBSD$
2
3 LIB=rt
4 SHLIB_MAJOR= 1
5 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
6 .ifndef NO_THREAD_STACK_UNWIND
7 CFLAGS+=-fexceptions
8 .endif
9 CFLAGS+=-Winline -Wall
10 DPADD=  ${LIBPTHREAD}
11 LDADD=  -lpthread
12
13 WARNS?= 2
14
15 SRCS+= aio.c mq.c sigev_thread.c timer.c
16
17 PRECIOUSLIB=
18
19 VERSION_MAP=    ${.CURDIR}/Version.map
20
21 .include <bsd.lib.mk>