]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/librt/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>