Makefile revision 2899
550N/A#
550N/A# CDDL HEADER START
1356N/A#
550N/A# The contents of this file are subject to the terms of the
1356N/A# Common Development and Distribution License (the "License").
550N/A# You may not use this file except in compliance with the License.
550N/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# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../make-rules/shared-macros.mk
919N/A
550N/ACOMPONENT_NAME= pigz
550N/ACOMPONENT_VERSION= 2.2.5
550N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
550N/ACOMPONENT_PROJECT_URL= http://zlib.net/pigz/
550N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
550N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:e37498cbf3a475d7ebe2519751188c29564bf8dd27ba68bd3c7fe1ac08792759
977N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
970N/ACOMPONENT_BUGDB= utility/pigz
970N/ACOMPONENT_TEST_TARGETS= test
1356N/A
1356N/ATPNO= 11152
1356N/A
1356N/Ainclude ../../make-rules/prep.mk
1356N/Ainclude ../../make-rules/justmake.mk
1356N/Ainclude ../../make-rules/ips.mk
1356N/A
1356N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
1356N/A
550N/Astudio_C99MODE= $(studio_C99_ENABLE)
550N/A
550N/ACC += $(CC_BITS)
550N/ACOMPONENT_BUILD_ARGS += CC="$(CC)"
550N/ACOMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
550N/A
550N/AASLR_MODE = $(ASLR_ENABLE)
550N/A
550N/A# common targets
550N/Abuild: $(BUILD_64)
550N/A
550N/Ainstall: $(BUILD_64)
550N/A
550N/Atest: $(TEST_64)
550N/A
550N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
550N/A
550N/Ainclude ../../make-rules/depend.mk
970N/A