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