Makefile revision 5680
227N/A#
227N/A# CDDL HEADER START
227N/A#
227N/A# The contents of this file are subject to the terms of the
227N/A# Common Development and Distribution License (the "License").
227N/A# You may not use this file except in compliance with the License.
227N/A#
227N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
227N/A# or http://www.opensolaris.org/os/licensing.
227N/A# See the License for the specific language governing permissions
227N/A# and limitations under the License.
227N/A#
227N/A# When distributing Covered Code, include this CDDL HEADER in each
227N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
227N/A# If applicable, add the following below this CDDL HEADER, with the
227N/A# fields enclosed by brackets "[]" replaced with your own identifying
227N/A# information: Portions Copyright [yyyy] [name of copyright owner]
227N/A#
227N/A# CDDL HEADER END
227N/A#
5680N/A
227N/A#
5680N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 64
227N/Ainclude ../../make-rules/shared-macros.mk
227N/A
227N/ACOMPONENT_NAME= pigz
6428N/ACOMPONENT_VERSION= 2.2.5
6428N/ACOMPONENT_PROJECT_URL= http://zlib.net/pigz/
3957N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:e37498cbf3a475d7ebe2519751188c29564bf8dd27ba68bd3c7fe1ac08792759
6428N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
3957N/A
6428N/ATPNO= 11152
227N/A
6428N/ABUILD_STYLE= justmake
2974N/AINSTALL_TARGET= build
6428N/ASYSTEM_TEST_TARGET= $(SYSTEM_TEST_64)
6428N/Ainclude $(WS_MAKE_RULES)/common.mk
6428N/A
6428N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
5680N/A
5680N/Astudio_C99MODE= $(studio_C99_ENABLE)
227N/A
6428N/ACC += $(CC_BITS)
5680N/ACOMPONENT_BUILD_ARGS += CC="$(CC)"
3957N/ACOMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS) -DHAVE_PTHREAD_SETNAME_NP"
3914N/ACOMPONENT_SYSTEM_TEST_TARGETS= test
3914N/ACOMPONENT_SYSTEM_TEST_ENV= TARGETDIR=$(USRBINDIR)
6428N/ACOMPONENT_TEST_TARGETS= test
227N/A# Ignore these warnings that can come in random order.
1938N/ACOMPONENT_TEST_TRANSFORMS += \
1938N/A '-e "/^.*does not .* -- skipping/d" ' \
3817N/A '-e "s|/usr/bin|\\$$(@D)|g" '
6605N/A
3914N/AREQUIRED_PACKAGES += library/zlib
3914N/A