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