Makefile revision 7061
791N/A#
791N/A# CDDL HEADER START
1302N/A#
791N/A# The contents of this file are subject to the terms of the
1339N/A# Common Development and Distribution License (the "License").
791N/A# You may not use this file except in compliance with the License.
791N/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) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
791N/ABUILD_BITS= 64
791N/Ainclude ../../make-rules/shared-macros.mk
791N/A
791N/ACOMPONENT_NAME= pigz
1035N/ACOMPONENT_VERSION= 2.3.3
791N/ACOMPONENT_PROJECT_URL= http://zlib.net/pigz/
970N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:4e8b67b432ce7907575a549f3e1cac4709781ba0f6b48afea9f59369846b509c
970N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
970N/A
970N/ATPNO= 31875
970N/A
970N/ABUILD_STYLE= justmake
970N/AINSTALL_TARGET= build
970N/ASYSTEM_TEST_TARGET= $(SYSTEM_TEST_64)
970N/Ainclude $(WS_MAKE_RULES)/common.mk
1033N/A
970N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
970N/A
970N/Astudio_C99MODE= $(studio_C99_ENABLE)
970N/A
1003N/ACC += $(CC_BITS)
970N/ACOMPONENT_BUILD_ARGS += CC="$(CC)"
1339N/ACOMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS) -DHAVE_PTHREAD_SETNAME_NP"
1302N/ACOMPONENT_SYSTEM_TEST_TARGETS= test
1302N/ACOMPONENT_SYSTEM_TEST_ENV= TARGETDIR=$(USRBINDIR)
791N/ACOMPONENT_TEST_TARGETS= test
1033N/A# Ignore these warnings that can come in random order.
791N/ACOMPONENT_TEST_TRANSFORMS += \
911N/A '-e "/skipping:/d" ' \
1033N/A '-e "/Entering/d"' \
1033N/A '-e "/Leaving/d"'
911N/A
791N/AREQUIRED_PACKAGES += library/zlib
791N/AREQUIRED_PACKAGES += system/library/math
791N/A