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