195c635efSGarrett D'Amore# 295c635efSGarrett D'Amore# This file and its contents are supplied under the terms of the 395c635efSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 495c635efSGarrett D'Amore# You may only use this file in accordance with the terms of version 595c635efSGarrett D'Amore# 1.0 of the CDDL. 695c635efSGarrett D'Amore# 795c635efSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 895c635efSGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 995c635efSGarrett D'Amore# http://www.illumos.org/license/CDDL. 1095c635efSGarrett D'Amore# 1195c635efSGarrett D'Amore 1295c635efSGarrett D'Amore# 1395c635efSGarrett D'Amore# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 1495c635efSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 1595c635efSGarrett D'Amore# 1695c635efSGarrett D'Amore 1795c635efSGarrett D'AmorePROGS= mandoc mandoc_preconv 1895c635efSGarrett D'Amoremandoc_OBJS = arch.o att.o chars.o eqn.o eqn_html.o eqn_term.o \ 1995c635efSGarrett D'Amore html.o lib.o main.o man.o man_hash.o man_html.o \ 2095c635efSGarrett D'Amore man_macro.o man_term.o man_validate.o mandoc.o mdoc.o \ 2195c635efSGarrett D'Amore mdoc_argv.o mdoc_hash.o mdoc_html.o mdoc_macro.o \ 2295c635efSGarrett D'Amore mdoc_man.o mdoc_term.o mdoc_validate.o msec.o out.o \ 2395c635efSGarrett D'Amore read.o roff.o st.o tbl.o tbl_data.o tbl_html.o \ 2495c635efSGarrett D'Amore tbl_layout.o tbl_opts.o tbl_term.o term.o term_ascii.o \ 2595c635efSGarrett D'Amore term_ps.o tree.o vol.o 2695c635efSGarrett D'Amore 2795c635efSGarrett D'Amorepreconv_OBJS = preconv.o 2895c635efSGarrett D'Amore 2995c635efSGarrett D'AmoreCFLAGS += $(CC_VERBOSE) 3095c635efSGarrett D'Amore 3195c635efSGarrett D'AmoreCPPFLAGS += -DHAVE_CONFIG_H -DUSE_WCHAR \ 32*698f87a4SGarrett D'Amore -DOSNAME="\"illumos\"" 33