Makefile revision 7396
1172N/A#
970N/A# CDDL HEADER START
970N/A#
970N/A# The contents of this file are subject to the terms of the
970N/A# Common Development and Distribution License (the "License").
970N/A# You may not use this file except in compliance with the License.
970N/A#
970N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
970N/A# or http://www.opensolaris.org/os/licensing.
970N/A# See the License for the specific language governing permissions
970N/A# and limitations under the License.
970N/A#
970N/A# When distributing Covered Code, include this CDDL HEADER in each
970N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
970N/A# If applicable, add the following below this CDDL HEADER, with the
970N/A# fields enclosed by brackets "[]" replaced with your own identifying
970N/A# information: Portions Copyright [yyyy] [name of copyright owner]
970N/A#
970N/A# CDDL HEADER END
970N/A#
970N/A
970N/A#
970N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
970N/A#
970N/ABUILD_BITS= NO_ARCH
970N/Ainclude ../../make-rules/shared-macros.mk
970N/A
970N/ACOMPONENT_NAME= autoconf
970N/ACOMPONENT_VERSION= 2.69
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
970N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
970N/A
970N/ATPNO= 22294
970N/A
970N/ASYSTEM_TEST_TARGET= build $(SYSTEM_TEST_NO_ARCH)
970N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
970N/A
970N/A# with ksh93 as the configure shell, all tests pass
970N/ACONFIG_SHELL=$(BINDIR)/ksh93
970N/A
970N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
970N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
970N/ACONFIGURE_OPTIONS += M4="$(GNUBIN)/m4"
970N/A
970N/A# The Makefile has different targets for the equivalent of "gmake test" and
970N/A# "gmake system-test".
970N/ACOMPONENT_TEST_TARGETS = check-local
970N/ACOMPONENT_TEST_DIR = $(@D)/tests
970N/ACOMPONENT_TEST_ENV += F77=/usr/bin/gfortran
970N/A
970N/ACOMPONENT_SYSTEM_TEST_TARGETS = installcheck
970N/ACOMPONENT_SYSTEM_TEST_DIR = $(@D)/tests
970N/ACOMPONENT_SYSTEM_TEST_ENV += F77=/usr/bin/gfortran
970N/A
970N/ACOMPONENT_TEST_TRANSFORMS += \
970N/A '-e "/check-local/d"' \
970N/A '-e "/ksh93/d"' \
970N/A '-e "/Entering directory/d"' \
970N/A '-e "/Leaving directory/d"' \
970N/A '-e "/^make/d"'
970N/A
970N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
970N/AREQUIRED_PACKAGES += $(PERL_PKG)
970N/AREQUIRED_PACKAGES += shell/ksh93
970N/A