Deleted Added
full compact
Makefile (204329) Makefile (213153)
1# $FreeBSD: head/lib/librt/Makefile 204329 2010-02-25 20:24:19Z ru $
1# $FreeBSD: head/lib/librt/Makefile 213153 2010-09-25 01:57:47Z davidxu $
2
3LIB=rt
4SHLIB_MAJOR= 1
5CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
2
3LIB=rt
4SHLIB_MAJOR= 1
5CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
6.ifndef NO_THREAD_STACK_UNWIND
7CFLAGS+=-fexceptions
8.endif
6CFLAGS+=-Winline -Wall -g
7DPADD= ${LIBPTHREAD}
8LDADD= -lpthread
9
10WARNS?= 2
11
9CFLAGS+=-Winline -Wall -g
10DPADD= ${LIBPTHREAD}
11LDADD= -lpthread
12
13WARNS?= 2
14
12#MAN= libthr.3
13
14SRCS+= aio.c mq.c sigev_thread.c timer.c
15
16PRECIOUSLIB=
17
18VERSION_MAP= ${.CURDIR}/Version.map
19
20.include <bsd.lib.mk>
15SRCS+= aio.c mq.c sigev_thread.c timer.c
16
17PRECIOUSLIB=
18
19VERSION_MAP= ${.CURDIR}/Version.map
20
21.include <bsd.lib.mk>