summaryrefslogtreecommitdiffstats
path: root/lib/librt/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-03-01 06:37:34 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-03-01 06:37:34 +0000
commit22fb15cfe91543bc3721037d122a43e7b10c31a7 (patch)
treea7e37e79c63fdff7c727e15309ae536bad438159 /lib/librt/Makefile
parent1d823bfa306c8b22899f10deae2f0d43420d35f1 (diff)
downloadFreeBSD-src-22fb15cfe91543bc3721037d122a43e7b10c31a7.zip
FreeBSD-src-22fb15cfe91543bc3721037d122a43e7b10c31a7.tar.gz
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
Diffstat (limited to 'lib/librt/Makefile')
-rw-r--r--lib/librt/Makefile15
1 files changed, 15 insertions, 0 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud