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