Makefile revision 4086
4086N/A#
4086N/A# CDDL HEADER START
4086N/A#
4086N/A# The contents of this file are subject to the terms of the
4086N/A# Common Development and Distribution License (the "License").
4086N/A# You may not use this file except in compliance with the License.
4086N/A#
4086N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4086N/A# or http://www.opensolaris.org/os/licensing.
4086N/A# See the License for the specific language governing permissions
4086N/A# and limitations under the License.
4086N/A#
4086N/A# When distributing Covered Code, include this CDDL HEADER in each
4086N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4086N/A# If applicable, add the following below this CDDL HEADER, with the
4086N/A# fields enclosed by brackets "[]" replaced with your own identifying
4086N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4086N/A#
4086N/A# CDDL HEADER END
4086N/A#
4086N/A
4086N/A#
4086N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
4086N/A#
4086N/A
4086N/Ainclude ../../../make-rules/shared-macros.mk
4086N/A
4086N/ACOMPONENT_NAME= automake
4086N/ACOMPONENT_VERSION= 1.15
4086N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4086N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4086N/ACOMPONENT_ARCHIVE_HASH= \
4086N/A sha256:7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924
4086N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/automake/$(COMPONENT_ARCHIVE)
4086N/ACOMPONENT_BUGDB= utility/automake
4086N/A
4086N/ATPNO= 21310
4086N/A
4086N/Ainclude $(WS_MAKE_RULES)/prep.mk
4086N/Ainclude $(WS_MAKE_RULES)/configure.mk
4086N/Ainclude $(WS_MAKE_RULES)/ips.mk
4086N/A
4086N/ACONFIGURE_OPTIONS += --infodir=/usr/share/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/info
4086N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
4086N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
4086N/A
4086N/ACOMPONENT_TEST_ENV += -i PATH=$(GCC_ROOT)/bin:/usr/gnu/bin:/usr/bin
4086N/A
4086N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4086N/A
4086N/A# common targets
4086N/Aconfigure: $(CONFIGURE_NO_ARCH)
4086N/A
4086N/Abuild: $(BUILD_NO_ARCH)
4086N/A
4086N/Ainstall: $(INSTALL_NO_ARCH)
4086N/A
4086N/Atest: $(TEST_NO_ARCH)
4086N/A
4086N/AREQUIRED_PACKAGES += runtime/perl-512
4086N/AREQUIRED_PACKAGES += shell/ksh93
4086N/AREQUIRED_PACKAGES += system/core-os