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