]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libxo/Makefile
MFV ntp-4.2.8p3 (r284990).
[FreeBSD/FreeBSD.git] / lib / libxo / Makefile
1 # $FreeBSD$
2
3 LIBXO=  ${.CURDIR:H:H}/contrib/libxo
4
5 .PATH:  ${LIBXO}/libxo
6
7 LIB=    xo
8 SHLIB_MAJOR=0
9
10 SHLIBDIR?=      /lib
11
12 SRCS=   libxo.c
13
14 CFLAGS+=-I${LIBXO}/libxo
15
16 INCS=   xo.h
17 INCSDIR=${INCLUDEDIR}/libxo
18
19 MAN+=   libxo.3
20 MAN+=   xo_attr.3 \
21         xo_create.3 \
22         xo_emit.3 \
23         xo_err.3 \
24         xo_error.3 \
25         xo_finish.3 \
26         xo_flush.3 \
27         xo_no_setlocale.3 \
28         xo_open_container.3 \
29         xo_open_marker.3 \
30         xo_open_list.3 \
31         xo_parse_args.3 \
32         xo_set_allocator.3 \
33         xo_set_flags.3 \
34         xo_set_info.3 \
35         xo_set_options.3 \
36         xo_set_style.3 \
37         xo_set_version.3 \
38         xo_set_writer.3
39 MAN+=   xo_format.5
40
41 MLINKS= xo_attr.3 xo_attr_h.3 \
42         xo_attr.3 xo_attr_hv.3 \
43         xo_create.3 xo_create_to_file.3 \
44         xo_create.3 xo_destroy.3 \
45         xo_emit.3 xo_emit_h.3 \
46         xo_emit.3 xo_emit_hv.3 \
47         xo_err.3 xo_warn.3 \
48         xo_err.3 xo_warnx.3 \
49         xo_err.3 xo_warn_c.3 \
50         xo_err.3 xo_warn_hc.3 \
51         xo_err.3 xo_errc.3 \
52         xo_err.3 xo_errx.3 \
53         xo_err.3 xo_message.3 \
54         xo_err.3 xo_message_c.3 \
55         xo_err.3 xo_message_hc.3 \
56         xo_err.3 xo_message_hcv.3 \
57         xo_finish.3 xo_finish_h.3 \
58         xo_flush.3 xo_flush_h.3 \
59         xo_open_container.3 xo_open_container_h.3 \
60         xo_open_container.3 xo_open_container_hd.3 \
61         xo_open_container.3 xo_open_container_d.3 \
62         xo_open_container.3 xo_close_container.3 \
63         xo_open_container.3 xo_close_container_h.3 \
64         xo_open_container.3 xo_close_container_hd.3 \
65         xo_open_container.3 xo_close_container_d.3 \
66         xo_open_list.3 xo_open_list_h.3 \
67         xo_open_list.3 xo_open_list_hd.3 \
68         xo_open_list.3 xo_open_list_d.3 \
69         xo_open_list.3 xo_open_instance.3 \
70         xo_open_list.3 xo_open_instance_h.3 \
71         xo_open_list.3 xo_open_instance_hd.3 \
72         xo_open_list.3 xo_open_instance_d.3 \
73         xo_open_list.3 xo_close_instance.3 \
74         xo_open_list.3 xo_close_instance_h.3 \
75         xo_open_list.3 xo_close_instance_hd.3 \
76         xo_open_list.3 xo_close_instance_d.3 \
77         xo_open_list.3 xo_close_list.3 \
78         xo_open_list.3 xo_close_list_h.3 \
79         xo_open_list.3 xo_close_list_hd.3 \
80         xo_open_list.3 xo_close_list_d.3 \
81         xo_set_flags.3 xo_clear_flags.3 \
82         xo_set_style.3 xo_set_style_name.3
83
84 .include <bsd.lib.mk>