summaryrefslogtreecommitdiffstats
path: root/lib/libxo
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committersjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit65145fa4c81da358fcbc3b650156dab705dfa34e (patch)
tree55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /lib/libxo
parent60ff4eb0dff94a04d75d0d52a3957aaaf5f8c693 (diff)
parente6b664c390af88d4a87208bc042ce503da664c3b (diff)
downloadFreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.zip
FreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.tar.gz
Merge sync of head
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile48
1 files changed, 48 insertions, 0 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index 644b71f..62fface 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -7,6 +7,8 @@ LIBXO= ${.CURDIR:H:H}/contrib/libxo
LIB= xo
SHLIB_MAJOR=0
+SHLIBDIR?= /lib
+
SRCS= libxo.c
CFLAGS+=-I${LIBXO}/libxo
@@ -19,10 +21,12 @@ MAN+= xo_attr.3 \
xo_create.3 \
xo_emit.3 \
xo_err.3 \
+ xo_error.3 \
xo_finish.3 \
xo_flush.3 \
xo_no_setlocale.3 \
xo_open_container.3 \
+ xo_open_marker.3 \
xo_open_list.3 \
xo_parse_args.3 \
xo_set_allocator.3 \
@@ -30,7 +34,51 @@ MAN+= xo_attr.3 \
xo_set_info.3 \
xo_set_options.3 \
xo_set_style.3 \
+ xo_set_version.3 \
xo_set_writer.3
MAN+= xo_format.5
+MLINKS= xo_attr.3 xo_attr_h.3 \
+ xo_attr.3 xo_attr_hv.3 \
+ xo_create.3 xo_create_to_file.3 \
+ xo_create.3 xo_destroy.3 \
+ xo_emit.3 xo_emit_h.3 \
+ xo_emit.3 xo_emit_hv.3 \
+ xo_err.3 xo_warn.3 \
+ xo_err.3 xo_warnx.3 \
+ xo_err.3 xo_warn_c.3 \
+ xo_err.3 xo_warn_hc.3 \
+ xo_err.3 xo_errc.3 \
+ xo_err.3 xo_errx.3 \
+ xo_err.3 xo_message.3 \
+ xo_err.3 xo_message_c.3 \
+ xo_err.3 xo_message_hc.3 \
+ xo_err.3 xo_message_hcv.3 \
+ xo_finish.3 xo_finish_h.3 \
+ xo_flush.3 xo_flush_h.3 \
+ xo_open_container.3 xo_open_container_h.3 \
+ xo_open_container.3 xo_open_container_hd.3 \
+ xo_open_container.3 xo_open_container_d.3 \
+ xo_open_container.3 xo_close_container.3 \
+ xo_open_container.3 xo_close_container_h.3 \
+ xo_open_container.3 xo_close_container_hd.3 \
+ xo_open_container.3 xo_close_container_d.3 \
+ xo_open_list.3 xo_open_list_h.3 \
+ xo_open_list.3 xo_open_list_hd.3 \
+ xo_open_list.3 xo_open_list_d.3 \
+ xo_open_list.3 xo_open_instance.3 \
+ xo_open_list.3 xo_open_instance_h.3 \
+ xo_open_list.3 xo_open_instance_hd.3 \
+ xo_open_list.3 xo_open_instance_d.3 \
+ xo_open_list.3 xo_close_instance.3 \
+ xo_open_list.3 xo_close_instance_h.3 \
+ xo_open_list.3 xo_close_instance_hd.3 \
+ xo_open_list.3 xo_close_instance_d.3 \
+ xo_open_list.3 xo_close_list.3 \
+ xo_open_list.3 xo_close_list_h.3 \
+ xo_open_list.3 xo_close_list_hd.3 \
+ xo_open_list.3 xo_close_list_d.3 \
+ xo_set_flags.3 xo_clear_flags.3 \
+ xo_set_style.3 xo_set_style_name.3
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud