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