Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/sljit Add makefiles to build libsljit as a priv...
details: https://anonhg.NetBSD.org/src/rev/819a4427410f
branches: trunk
changeset: 782523:819a4427410f
user: alnsn <alnsn%NetBSD.org@localhost>
date: Mon Nov 05 00:23:18 2012 +0000
description:
Add makefiles to build libsljit as a private userspace library.
diffstat:
external/bsd/sljit/Makefile.inc | 8 ++++++++
external/bsd/sljit/lib/Makefile | 19 +++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diffs (35 lines):
diff -r 69fbd7f17bee -r 819a4427410f external/bsd/sljit/Makefile.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/sljit/Makefile.inc Mon Nov 05 00:23:18 2012 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.inc,v 1.1 2012/11/05 00:23:18 alnsn Exp $
+
+.include <bsd.own.mk>
+
+SLJITDIST= ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist
+LIBSLJITDIR!= cd ${NETBSDSRCDIR}/external/bsd/sljit/lib && ${PRINTOBJDIR}
+
+CPPFLAGS+= -I${SLJITDIST}/sljit_src
diff -r 69fbd7f17bee -r 819a4427410f external/bsd/sljit/lib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/sljit/lib/Makefile Mon Nov 05 00:23:18 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/11/05 00:23:18 alnsn Exp $
+
+.include <bsd.own.mk>
+
+# XXX documentation (BTW, agc@ started writing a manual page)
+NOMAN= # defined
+
+LIB= sljit
+
+# Keep sljit private for the time being because it's
+# still under active development and API can change.
+LIBISPRIVATE= yes
+
+SLJITDIST= ${NETBSDSRCDIR}/sys/external/bsd/sljit/dist
+.PATH: ${SLJITDIST}/sljit_src
+
+SRCS= sljitLir.c
+
+.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index