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