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