Makefile revision 4337
395N/A#
395N/A# CDDL HEADER START
395N/A#
395N/A# The contents of this file are subject to the terms of the
395N/A# Common Development and Distribution License (the "License").
395N/A# You may not use this file except in compliance with the License.
395N/A#
395N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
395N/A# or http://www.opensolaris.org/os/licensing.
395N/A# See the License for the specific language governing permissions
395N/A# and limitations under the License.
395N/A#
395N/A# When distributing Covered Code, include this CDDL HEADER in each
395N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
395N/A# If applicable, add the following below this CDDL HEADER, with the
395N/A# fields enclosed by brackets "[]" replaced with your own identifying
395N/A# information: Portions Copyright [yyyy] [name of copyright owner]
395N/A#
873N/A# CDDL HEADER END
395N/A#
395N/A
395N/A#
395N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
395N/A#
3215N/A
395N/ACOMPILER= gnu
395N/A
395N/Ainclude ../../make-rules/shared-macros.mk
395N/A
395N/ACOMPONENT_NAME= diffutils
395N/ACOMPONENT_VERSION= 3.3
3888N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/diffutils/
395N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3888N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
395N/ACOMPONENT_ARCHIVE_HASH= \
395N/A sha256:a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
395N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/diffutils/$(COMPONENT_ARCHIVE)
395N/ACOMPONENT_BUGDB= utility/gnu-diffutils
395N/A
395N/ATPNO= 21995
395N/A
395N/Ainclude $(WS_MAKE_RULES)/prep.mk
395N/Ainclude $(WS_MAKE_RULES)/configure.mk
395N/Ainclude $(WS_MAKE_RULES)/ips.mk
2086N/A
3888N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -f)
395N/A
395N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
395N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
395N/A
395N/AASLR_MODE = $(ASLR_ENABLE)
395N/A
395N/Aconfigure: $(CONFIGURE_64)
395N/A
395N/Abuild: $(BUILD_64)
1177N/A
395N/Ainstall: $(INSTALL_64)
395N/A
395N/Atest: $(TEST_64)
395N/A
395N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
395N/A
395N/A
395N/AREQUIRED_PACKAGES += system/library
395N/A