003 File Manager
Current Path:
/usr/src/contrib/libucl/src
usr
/
src
/
contrib
/
libucl
/
src
/
📁
..
📄
Makefile.am
(799 B)
📄
mum.h
(13.61 KB)
📄
tree.h
(9.19 KB)
📄
ucl_chartable.h
(19.27 KB)
📄
ucl_emitter.c
(18.1 KB)
📄
ucl_emitter_streamline.c
(4.76 KB)
📄
ucl_emitter_utils.c
(10.53 KB)
📄
ucl_hash.c
(10.89 KB)
📄
ucl_hash.h
(2.85 KB)
📄
ucl_internal.h
(13.5 KB)
📄
ucl_msgpack.c
(33.95 KB)
📄
ucl_parser.c
(60.09 KB)
📄
ucl_schema.c
(27.84 KB)
📄
ucl_sexp.c
(5.54 KB)
📄
ucl_util.c
(75.67 KB)
Editing: Makefile.am
libucl_common_cflags= -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/uthash \ -I$(top_srcdir)/klib \ -Wall -W -Wno-unused-parameter -Wno-pointer-sign lib_LTLIBRARIES= libucl.la libucl_la_SOURCES= ucl_emitter.c \ ucl_emitter_streamline.c \ ucl_emitter_utils.c \ ucl_hash.c \ ucl_parser.c \ ucl_schema.c \ ucl_util.c \ ucl_msgpack.c \ ucl_sexp.c libucl_la_CFLAGS= $(libucl_common_cflags) \ @CURL_CFLAGS@ libucl_la_LDFLAGS = -version-info @SO_VERSION@ libucl_la_LIBADD= @LIBFETCH_LIBS@ \ @LIBCRYPTO_LIB@ \ @LIBREGEX_LIB@ \ @CURL_LIBS@ include_HEADERS= $(top_srcdir)/include/ucl.h \ $(top_srcdir)/include/ucl++.h noinst_HEADERS= ucl_internal.h \ mum.h \ ucl_hash.h \ ucl_chartable.h \ tree.h
Upload File
Create Folder