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