Makefile revision 3706
1cd2872b696c4bdfb7694da53883d02de3360e12violette#
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette# CDDL HEADER START
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette# The contents of this file are subject to the terms of the
1cd2872b696c4bdfb7694da53883d02de3360e12violette# Common Development and Distribution License (the "License").
1cd2872b696c4bdfb7694da53883d02de3360e12violette# You may not use this file except in compliance with the License.
1cd2872b696c4bdfb7694da53883d02de3360e12violette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1cd2872b696c4bdfb7694da53883d02de3360e12violette# or http://www.opensolaris.org/os/licensing.
1cd2872b696c4bdfb7694da53883d02de3360e12violette# See the License for the specific language governing permissions
1cd2872b696c4bdfb7694da53883d02de3360e12violette# and limitations under the License.
1cd2872b696c4bdfb7694da53883d02de3360e12violette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette# When distributing Covered Code, include this CDDL HEADER in each
1cd2872b696c4bdfb7694da53883d02de3360e12violette# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1cd2872b696c4bdfb7694da53883d02de3360e12violette# If applicable, add the following below this CDDL HEADER, with the
1cd2872b696c4bdfb7694da53883d02de3360e12violette# fields enclosed by brackets "[]" replaced with your own identifying
054848749d97535e9e1d5da4504079ac684f141bviolette# information: Portions Copyright [yyyy] [name of copyright owner]
1cd2872b696c4bdfb7694da53883d02de3360e12violette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette# CDDL HEADER END
1cd2872b696c4bdfb7694da53883d02de3360e12violette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette
054848749d97535e9e1d5da4504079ac684f141bviolette#
054848749d97535e9e1d5da4504079ac684f141bviolette# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
054848749d97535e9e1d5da4504079ac684f141bviolette#
1cd2872b696c4bdfb7694da53883d02de3360e12violette
1cd2872b696c4bdfb7694da53883d02de3360e12violetteinclude ../../make-rules/shared-macros.mk
1cd2872b696c4bdfb7694da53883d02de3360e12violette
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_NAME= groff
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_VERSION= 1.22.2
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_PROJECT_URL= http://www.gnu.org/software/groff/
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_ARCHIVE_HASH= \
1cd2872b696c4bdfb7694da53883d02de3360e12violette sha256:380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a13d2076
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1cd2872b696c4bdfb7694da53883d02de3360e12violetteCOMPONENT_BUGDB= utility/groff
1cd2872b696c4bdfb7694da53883d02de3360e12violette
1cd2872b696c4bdfb7694da53883d02de3360e12violetteTPNO= 8829
1cd2872b696c4bdfb7694da53883d02de3360e12violette
1cd2872b696c4bdfb7694da53883d02de3360e12violetteinclude ../../make-rules/prep.mk
1cd2872b696c4bdfb7694da53883d02de3360e12violetteinclude ../../make-rules/configure.mk
1cd2872b696c4bdfb7694da53883d02de3360e12violetteinclude ../../make-rules/ips.mk
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette
a5b9f8fb834b1b2208e59a2fa76714bd91a5f147violette# The grog.sh script needs GNU awk not the Solaris one.
COMPONENT_PRE_CONFIGURE_ACTION = \
$(GSED) -i -e 's?awk?/usr/gnu/bin/awk?' \
$(SOURCE_DIR)/src/roff/grog/grog.sh
# There are _GL_INLINE_HEADER_BEGIN and _GL_INLINE_HEADER_END definitions in
# .../src/libs/gnulib/lib/wctype.h that are not being processed. There is
# code in .../src/libs/gnulib/config.h that would do this, but this header
# files is not included by wctype.h (or the C++ files that use it and fail
# to build with the Studio compilers:
# .../src/roff/troff/[env.cpp, input.cpp, node.cpp]
# See CR #17959391 for more details.
COMPONENT_POST_CONFIGURE_ACTION = \
$(GSED) -i -e 's/_GL_INLINE_HEADER_BEGIN//' \
-e 's/_GL_INLINE_HEADER_END//' \
$(SOURCE_DIR)/src/libs/gnulib/lib/wctype.in.h
# Everything is under /usr/bin and /usr/lib so set bindir and libdir correctly.
CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
CONFIGURE_LIBDIR.64 = $(CONFIGURE_PREFIX)/lib
CONFIGURE_OPTIONS += \
--with-appresdir=$(CONFIGURE_PREFIX)/X11/lib/X11/app-defaults
CONFIGURE_OPTIONS += CXX="$(CXX)"
CONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
# Groff's manual section numbering is configurable. Renumber the sections
# during build to get the internal references substituted, and during install
# to get them into the right directories.
COMPONENT_BUILD_ARGS += man5ext=4
COMPONENT_BUILD_ARGS += man7ext=5
COMPONENT_INSTALL_ARGS += man5ext=4
COMPONENT_INSTALL_ARGS += man7ext=5
# Don't generate tmac wrappers for the Solaris troff macro packages.
# Some man pages (such as groff.1) use long macro name definitions
# which fail in compatibility mode. See:
# http://osdir.com/ml/printing.groff.general/2003-07/msg00088.html
# for more details.
COMPONENT_INSTALL_ARGS += tmac_wrap=""
COMPONENT_INSTALL_ARGS += legacyfontdir=$(PROTOUSRLIBDIR)/font
COMPONENT_INSTALL_ARGS += sys_tmac_prefix=$(PROTOUSRSHARELIBDIR)/tmac/
COMPONENT_PRE_INSTALL_ACTION = \
($(MKDIR) $(PROTOUSRBINDIR) )
ASLR_MODE = $(ASLR_ENABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk