Makefile revision 3817
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#
3817N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
1268N/A#
1268N/Ainclude ../../make-rules/shared-macros.mk
1268N/A
1268N/ACOMPONENT_NAME= wdiff
1294N/ACOMPONENT_VERSION= 1.1.2
1268N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/wdiff/
1268N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1268N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1268N/ACOMPONENT_ARCHIVE_HASH= \
1294N/A sha256:12cd30af53ad3ebfe4ec5e094c2b855a186f15bf8b46fce3d655cacd55f1e860
1268N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/wdiff/$(COMPONENT_ARCHIVE)
1268N/ACOMPONENT_BUGDB= utility/wdiff
1268N/A
2899N/ATPNO= 7092
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
1268N/A
1268N/ACONFIGURE_OPTIONS += CC="$(CC) -m64"
1294N/ACONFIGURE_OPTIONS += --enable-experimental
1268N/A
1268N/ACFLAGS += -DDIFF_PROGRAM="/usr/gnu/bin/diff"
1268N/A
1268N/ACOMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
1268N/A
1475N/AASLR_MODE = $(ASLR_ENABLE)
1475N/A
3477N/Aconfigure: $(CONFIGURE_64)
3477N/A
1268N/Abuild: $(BUILD_64)
1268N/A
1268N/Ainstall: $(INSTALL_64)
1268N/A
1268N/Atest: $(TEST_64)
1268N/A
1268N/A
3817N/AREQUIRED_PACKAGES += system/library
3817N/AREQUIRED_PACKAGES += text/gnu-diffutils