Makefile revision 3880
387N/A#
387N/A# CDDL HEADER START
387N/A#
387N/A# The contents of this file are subject to the terms of the
387N/A# Common Development and Distribution License (the "License").
387N/A# You may not use this file except in compliance with the License.
387N/A#
387N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
387N/A# or http://www.opensolaris.org/os/licensing.
387N/A# See the License for the specific language governing permissions
387N/A# and limitations under the License.
387N/A#
387N/A# When distributing Covered Code, include this CDDL HEADER in each
387N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
387N/A# If applicable, add the following below this CDDL HEADER, with the
387N/A# fields enclosed by brackets "[]" replaced with your own identifying
387N/A# information: Portions Copyright [yyyy] [name of copyright owner]
387N/A#
387N/A# CDDL HEADER END
387N/A#
387N/A
387N/A#
3597N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
387N/A#
387N/A
387N/Ainclude ../../make-rules/shared-macros.mk
387N/A
387N/ACOMPONENT_NAME= conflict
3880N/ACOMPONENT_VERSION= 20140723
3880N/AIPS_COMPONENT_VERSION= 0.2014.7.23
387N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
387N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
387N/ACOMPONENT_PROJECT_URL= http://invisible-island.net/conflict/conflict.html
844N/ACOMPONENT_ARCHIVE_HASH= \
3880N/A sha256:2ef48ef4c3e2b26eb2de7748ff07e296de3ab7a4437540d60e1fdf321fc5c943
387N/ACOMPONENT_ARCHIVE_URL= ftp://invisible-island.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1258N/ACOMPONENT_BUGDB= utility/conflict
387N/A
3880N/ATPNO= 21547
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
387N/A
387N/A# Required to configure correctly.
387N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
387N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
387N/A
1542N/ACC += $(CC_BITS)
1542N/A
387N/ACONFIGURE_ENV += "CC=$(CC)"
387N/A
387N/A# If the configure options are not explicitly set, then configure fails with:
387N/A# configure: warning: CC=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/cc: invalid host type
387N/A# configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
387N/A# configure: error: can only configure for one host and one target at a time
387N/ACONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
387N/ACONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
387N/A
3353N/ACOMPONENT_TEST_DIR = $(BUILD_DIR_64)
3353N/ACOMPONENT_TEST_CMD = ./run_test.sh
3353N/ACOMPONENT_TEST_TARGETS =
3353N/A
3597N/A# The additional conflict specific set of transforms to be applied to the
3597N/A# test results to try to normalize them.
3597N/ACOMPONENT_TEST_TRANSFORMS += \
3597N/A '-e "s|/tmp/conflict\.......|/tmp/conflict\.xxxxxx|g" '
3597N/A
1475N/AASLR_MODE = $(ASLR_ENABLE)
1475N/A
3477N/Aconfigure: $(CONFIGURE_64)
3477N/A
1542N/Abuild: $(BUILD_64)
387N/A
1542N/Ainstall: $(INSTALL_64)
387N/A
3353N/Atest: $(TEST_64)
387N/A
387N/A
3817N/AREQUIRED_PACKAGES += system/library