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