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