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