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