Makefile revision 7380
5253N/A#
5253N/A# CDDL HEADER START
5253N/A#
5253N/A# The contents of this file are subject to the terms of the
5253N/A# Common Development and Distribution License (the "License").
5253N/A# You may not use this file except in compliance with the License.
5253N/A#
5253N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5253N/A# or http://www.opensolaris.org/os/licensing.
5253N/A# See the License for the specific language governing permissions
5253N/A# and limitations under the License.
5253N/A#
5253N/A# When distributing Covered Code, include this CDDL HEADER in each
5253N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5253N/A# If applicable, add the following below this CDDL HEADER, with the
5253N/A# fields enclosed by brackets "[]" replaced with your own identifying
5253N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5253N/A#
5253N/A# CDDL HEADER END
5253N/A#
5253N/A
5253N/A#
5253N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5253N/A#
5253N/ABUILD_BITS= 64
5253N/Ainclude ../../make-rules/shared-macros.mk
5253N/A
5253N/ACOMPONENT_NAME= m4
5253N/ACOMPONENT_VERSION= 1.4.17
5253N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
5253N/ACOMPONENT_ARCHIVE_HASH= \
5253N/A sha256:f0543c3beb51fa6b3337d8025331591e0e18d8ec2886ed391f1aade43477d508
5253N/ACOMPONENT_BUGDB= utility/gnu-m4
5253N/A
5253N/ATPNO= 25279
5253N/A
5253N/ASYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
5253N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
5253N/A
5253N/ACONFIGURE_PREFIX = /usr/gnu
5253N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
5253N/A
5253N/A# The Makefile in the checks directory has different targets for the
5253N/A# equivalent of "gmake test" and "gmake system-test".
5253N/A
5253N/ACOMPONENT_TEST_DIR = $(@D)/checks
5253N/ACOMPONENT_TEST_TARGETS = check-local
5253N/A
5253N/ACOMPONENT_SYSTEM_TEST_DIR = $(@D)/checks
5253N/ACOMPONENT_SYSTEM_TEST_TARGETS = installcheck
5253N/A
5253N/ACOMPONENT_TEST_TRANSFORMS += \
5253N/A '-e "/PATH=/d"' \
5253N/A '-e "/check-them/d"' \
5253N/A '-e "/echo m4/d"' \
5253N/A '-e "/Leaving directory/d"' \
5253N/A '-e "/Entering directory/d"'
5253N/A
5253N/AREQUIRED_PACKAGES += library/libsigsegv
5253N/AREQUIRED_PACKAGES += system/library/math
5253N/A