4124N/A#
4124N/A# CDDL HEADER START
4124N/A#
4124N/A# The contents of this file are subject to the terms of the
4124N/A# Common Development and Distribution License (the "License").
4124N/A# You may not use this file except in compliance with the License.
4124N/A#
4124N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4124N/A# or http://www.opensolaris.org/os/licensing.
4124N/A# See the License for the specific language governing permissions
4124N/A# and limitations under the License.
4124N/A#
4124N/A# When distributing Covered Code, include this CDDL HEADER in each
4124N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4124N/A# If applicable, add the following below this CDDL HEADER, with the
4124N/A# fields enclosed by brackets "[]" replaced with your own identifying
4124N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4124N/A#
4124N/A# CDDL HEADER END
4124N/A#
4124N/A
4124N/A#
4124N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4124N/A#
4124N/A
4124N/Ainclude ../../make-rules/shared-macros.mk
4124N/A
4124N/ACOMPONENT_NAME= check
4124N/ACOMPONENT_VERSION= 0.9.14
4124N/ACOMPONENT_PROJECT_URL= http://check.sourceforge.net/
4124N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4124N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4124N/ACOMPONENT_ARCHIVE_HASH= \
4124N/A sha256:c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a
4124N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
4124N/ACOMPONENT_BUGDB= utility/check
4124N/A
4124N/ATPNO= 19836
4124N/A
4124N/Ainclude $(WS_MAKE_RULES)/prep.mk
4124N/Ainclude $(WS_MAKE_RULES)/configure.mk
4124N/Ainclude $(WS_MAKE_RULES)/ips.mk
4124N/A
4124N/A# Several tests fail when the Studio compiler is used.
4124N/ACOMPILER = gcc
4124N/A
4124N/ACC += $(CC_BITS)
4124N/A
4124N/A# Master test results are the same for 32-bit and 64-bit, so override
4124N/A# here, rather than create multiple identical master files.
4124N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
4124N/A
4124N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4124N/A
4124N/A# common targets
4124N/Abuild: $(BUILD_32_and_64)
4124N/A
4124N/Ainstall: $(INSTALL_32_and_64)
4124N/A
4124N/Atest: $(TEST_32_and_64)
4124N/A
4124N/AREQUIRED_PACKAGES += system/library
4124N/AREQUIRED_PACKAGES += system/library/math
4124N/AREQUIRED_PACKAGES += text/gawk