8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / mandoc / Makefile.common
blobc7df2d15a8addec7d72a7717083a49863d517950
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
14 # Copyright 2017 Nexenta Systems, Inc.
17 PROG=           mandoc
19 OBJS=           att.o           \
20                 chars.o         \
21                 eqn.o           \
22                 eqn_html.o      \
23                 eqn_term.o      \
24                 html.o          \
25                 lib.o           \
26                 main.o          \
27                 man.o           \
28                 manpath.o       \
29                 man_hash.o      \
30                 man_html.o      \
31                 man_macro.o     \
32                 man_term.o      \
33                 man_validate.o  \
34                 mandoc.o        \
35                 mandoc_aux.o    \
36                 mandoc_ohash.o  \
37                 mdoc.o          \
38                 mdoc_argv.o     \
39                 mdoc_hash.o     \
40                 mdoc_html.o     \
41                 mdoc_macro.o    \
42                 mdoc_man.o      \
43                 mdoc_state.o    \
44                 mdoc_term.o     \
45                 mdoc_validate.o \
46                 msec.o          \
47                 out.o           \
48                 read.o          \
49                 roff.o          \
50                 preconv.o       \
51                 st.o            \
52                 tag.o           \
53                 tbl.o           \
54                 tbl_data.o      \
55                 tbl_html.o      \
56                 tbl_layout.o    \
57                 tbl_opts.o      \
58                 tbl_term.o      \
59                 term.o          \
60                 term_ascii.o    \
61                 term_ps.o       \
62                 tree.o
64 OBJS +=         compat_ohash.o
66 CFLAGS +=       $(CC_VERBOSE)
67 C99MODE =       $(C99_ENABLE)
69 CPPFLAGS +=     -DOSNAME="\"illumos\""
71 LDLIBS +=       -lz