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