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