Makefile revision 4337
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 0N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 0N/A# The grog.sh script needs GNU awk not the Solaris one. 0N/A# There are _GL_INLINE_HEADER_BEGIN and _GL_INLINE_HEADER_END definitions in 0N/A# files is not included by wctype.h (or the C++ files that use it and fail 0N/A# to build with the Studio compilers: 0N/A# See CR #17959391 for more details. 0N/A $(GSED) -i -e
's/_GL_INLINE_HEADER_BEGIN//' \
0N/A -e
's/_GL_INLINE_HEADER_END//' \
0N/A# Everything is under /usr/bin and /usr/lib so set bindir and libdir correctly. 0N/A# Groff's manual section numbering is configurable. Renumber the sections 0N/A# during build to get the internal references substituted, and during install 0N/A# to get them into the right directories. 0N/A# Don't generate tmac wrappers for the Solaris troff macro packages. 0N/A# Some man pages (such as groff.1) use long macro name definitions 0N/A# which fail in compatibility mode. See: