Makefile revision 844
486N/A#
486N/A# CDDL HEADER START
486N/A#
486N/A# The contents of this file are subject to the terms of the
486N/A# Common Development and Distribution License (the "License").
486N/A# You may not use this file except in compliance with the License.
486N/A#
486N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
486N/A# or http://www.opensolaris.org/os/licensing.
486N/A# See the License for the specific language governing permissions
486N/A# and limitations under the License.
486N/A#
486N/A# When distributing Covered Code, include this CDDL HEADER in each
486N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
486N/A# If applicable, add the following below this CDDL HEADER, with the
486N/A# fields enclosed by brackets "[]" replaced with your own identifying
486N/A# information: Portions Copyright [yyyy] [name of copyright owner]
486N/A#
486N/A# CDDL HEADER END
486N/A#
486N/A
486N/A#
486N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
486N/A#
486N/A
486N/Ainclude ../../make-rules/shared-macros.mk
486N/A
486N/ACOMPONENT_NAME= autoconf
619N/ACOMPONENT_VERSION= 2.68
619N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/autoconf/
619N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
619N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
619N/ACOMPONENT_ARCHIVE_HASH= \
619N/A sha256:eff70a2916f2e2b3ed7fe8a2d7e63d72cf3a23684b56456b319c3ebce0705d99
619N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
619N/A
619N/Ainclude $(WS_TOP)/make-rules/prep.mk
619N/Ainclude $(WS_TOP)/make-rules/configure.mk
619N/Ainclude $(WS_TOP)/make-rules/ips.mk
619N/A
619N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
619N/A
619N/ACONFIGURE_OPTIONS += --srcdir=.
486N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
486N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
486N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
486N/A
486N/A# common targets
486N/Abuild: $(BUILD_32)
619N/A
486N/Ainstall: $(INSTALL_32)
619N/A
619N/Atest: $(TEST_32)
486N/A
486N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
619N/A
619N/Ainclude $(WS_TOP)/make-rules/depend.mk
619N/A