1# 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. 6# 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. 10# 11 12# 13# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 14# Copyright 2014 Garrett D'Amore <garrett@damore.org> 15# 16 17PROGS= mandoc mandoc_preconv 18mandoc_OBJS = arch.o att.o chars.o eqn.o eqn_html.o eqn_term.o \ 19 html.o lib.o main.o man.o man_hash.o man_html.o \ 20 man_macro.o man_term.o man_validate.o mandoc.o mdoc.o \ 21 mdoc_argv.o mdoc_hash.o mdoc_html.o mdoc_macro.o \ 22 mdoc_man.o mdoc_term.o mdoc_validate.o msec.o out.o \ 23 read.o roff.o st.o tbl.o tbl_data.o tbl_html.o \ 24 tbl_layout.o tbl_opts.o tbl_term.o term.o term_ascii.o \ 25 term_ps.o tree.o vol.o 26 27preconv_OBJS = preconv.o 28 29CFLAGS += $(CC_VERBOSE) 30 31CPPFLAGS += -DHAVE_CONFIG_H -DUSE_WCHAR \ 32 -DOSNAME="\"illumos\"" 33