[Midnightbsd-cvs] src [10446] trunk/lib/libucl: add libucl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 6 19:32:54 EDT 2018
Revision: 10446
http://svnweb.midnightbsd.org/src/?rev=10446
Author: laffer1
Date: 2018-06-06 19:32:53 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
add libucl
Added Paths:
-----------
trunk/lib/libucl/
trunk/lib/libucl/Makefile
Added: trunk/lib/libucl/Makefile
===================================================================
--- trunk/lib/libucl/Makefile (rev 0)
+++ trunk/lib/libucl/Makefile 2018-06-06 23:32:53 UTC (rev 10446)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libucl/Makefile 268896 2014-07-19 23:44:57Z bapt $
+
+LIBUCL= ${.CURDIR}/../../contrib/libucl
+
+LIB= ucl
+PRIVATELIB= true
+SHLIB_MAJOR= 1
+SRCS= ucl_emitter.c \
+ ucl_hash.c \
+ ucl_parser.c \
+ ucl_schema.c \
+ ucl_util.c \
+ xxhash.c
+
+.PATH: ${LIBUCL}/src
+
+WARNS= 1
+CFLAGS+= -I${LIBUCL}/include \
+ -I${LIBUCL}/src \
+ -I${LIBUCL}/uthash
+
+.include <bsd.lib.mk>
Property changes on: trunk/lib/libucl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list