1268N/A#
1268N/A# CDDL HEADER START
1268N/A#
1268N/A# The contents of this file are subject to the terms of the
1268N/A# Common Development and Distribution License (the "License").
1268N/A# You may not use this file except in compliance with the License.
1268N/A#
1268N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1268N/A# or http://www.opensolaris.org/os/licensing.
1268N/A# See the License for the specific language governing permissions
1268N/A# and limitations under the License.
1268N/A#
1268N/A# When distributing Covered Code, include this CDDL HEADER in each
1268N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1268N/A# If applicable, add the following below this CDDL HEADER, with the
1268N/A# fields enclosed by brackets "[]" replaced with your own identifying
1268N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1268N/A#
1268N/A# CDDL HEADER END
1268N/A#
5680N/A
1268N/A#
5680N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 64
1268N/Ainclude ../../make-rules/shared-macros.mk
1268N/A
1268N/ACOMPONENT_NAME= wdiff
3889N/ACOMPONENT_VERSION= 1.2.2
1268N/ACOMPONENT_ARCHIVE_HASH= \
3889N/A sha256:34ff698c870c87e6e47a838eeaaae729fa73349139fc8db12211d2a22b78af6b
1268N/A
3889N/ATPNO= 21556
2899N/A
5680N/ASYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
5680N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
1268N/A
1294N/ACONFIGURE_OPTIONS += --enable-experimental
1268N/A
5680N/A# Used directly as a macro in C code, so literal quotes must be left intact.
5680N/ACFLAGS += -DDIFF_PROGRAM=\\\"$(GDIFF)\\\"
1268N/A
4730N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/tests
4730N/ACOMPONENT_TEST_CMD = ./testsuite
4730N/ACOMPONENT_TEST_ARGS = AUTOTEST_PATH="src"
4730N/ACOMPONENT_TEST_TARGETS =
4730N/A
4730N/ACOMPONENT_SYSTEM_TEST_DIR = $(SOURCE_DIR)/tests
4730N/ACOMPONENT_SYSTEM_TEST_CMD = ./testsuite
4730N/ACOMPONENT_SYSTEM_TEST_ARGS = AUTOTEST_PATH="src"
4730N/ACOMPONENT_SYSTEM_TEST_TARGETS =
4730N/A
4730N/A# Get wdiff from /usr/bin
5680N/ACOMPONENT_SYSTEM_TEST_ENV += PATH="$(USRBINDIR)"
1268N/A
3817N/AREQUIRED_PACKAGES += text/gnu-diffutils