From 22fb15cfe91543bc3721037d122a43e7b10c31a7 Mon Sep 17 00:00:00 2001 From: davidxu Date: Wed, 1 Mar 2006 06:37:34 +0000 Subject: Bring in my initial version of POSIX realtime extension library. Current the library implements mqueue, timer and aio with SIGEV_THREAD notification supported. Earlier version reviewed by: deischen --- lib/librt/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/librt/Makefile (limited to 'lib/librt/Makefile') diff --git a/lib/librt/Makefile b/lib/librt/Makefile new file mode 100644 index 0000000..0a21a91 --- /dev/null +++ b/lib/librt/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +LIB=rt +SHLIB_MAJOR= 1 +CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR} +CFLAGS+=-Winline -Wall -g + +#MAN= libthr.3 +NO_MAN=yes + +SRCS+= aio.c mq.c sigev_thread.c timer.c + +PRECIOUSLIB= + +.include -- cgit v1.1