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