]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/Makefile.am
Update mandoc to 1.13.2
[FreeBSD/FreeBSD.git] / contrib / libxo / libxo / Makefile.am
1 #
2 # Copyright 2014, Juniper Networks, Inc.
3 # All rights reserved.
4 # This SOFTWARE is licensed under the LICENSE provided in the
5 # ../Copyright file. By downloading, installing, copying, or otherwise
6 # using the SOFTWARE, you agree to be bound by the terms of that
7 # LICENSE.
8
9 if LIBXO_WARNINGS_HIGH
10 LIBXO_WARNINGS = HIGH
11 endif
12 if HAVE_GCC
13 GCC_WARNINGS = yes
14 endif
15 include ${top_srcdir}/warnings.mk
16
17 libxoincdir = ${includedir}/libxo
18
19 AM_CFLAGS = -I${top_srcdir} ${WARNINGS}
20
21 lib_LTLIBRARIES = libxo.la
22
23 libxoinc_HEADERS = \
24      xo.h
25
26 libxo_la_SOURCES = \
27     libxo.c
28
29 man_MANS = \
30     libxo.3 \
31     xo_attr.3 \
32     xo_create.3 \
33     xo_emit.3 \
34     xo_err.3 \
35     xo_finish.3 \
36     xo_flush.3 \
37     xo_format.5 \
38     xo_no_setlocale.3 \
39     xo_open_container.3 \
40     xo_open_list.3 \
41     xo_parse_args.3 \
42     xo_set_allocator.3 \
43     xo_set_flags.3 \
44     xo_set_info.3 \
45     xo_set_options.3 \
46     xo_set_style.3 \
47     xo_set_writer.3
48
49 EXTRA_DIST =