components/pigz/Makefile
author Michael Gerdts <mike.gerdts@oracle.com>
Wed, 20 Mar 2013 10:12:13 -0700
branchs11u2-sru
changeset 3429 7a74a88f6b9d
child 3421 fbc84ea2ff1c
permissions -rw-r--r--
PSARC 2012/357 pigz 15824048 SUNBT7205721 bring pigz into userland consolidation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3429
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     1
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     3
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     7
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    12
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    18
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    20
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    22
#
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    24
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		pigz
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	2.2.5
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    27
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    28
COMPONENT_PROJECT_URL=	http://zlib.net/pigz/
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    31
    sha256:e37498cbf3a475d7ebe2519751188c29564bf8dd27ba68bd3c7fe1ac08792759
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    33
COMPONENT_BUGDB=	utility/pigz
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    34
COMPONENT_TEST_TARGETS=	test
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    35
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    36
TPNO=			11152
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    37
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/justmake.mk
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    41
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    42
PKG_PROTO_DIRS += $(BUILD_DIR_64)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    43
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    44
CC += $(CC_BITS)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    45
COMPONENT_BUILD_ARGS += CC="$(CC)"
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    46
COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    47
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    48
ASLR_MODE = $(ASLR_ENABLE)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    49
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    50
# common targets
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    51
build:		$(BUILD_64)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    52
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    53
install:	$(BUILD_64)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    54
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    55
test:		$(TEST_64)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    56
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    57
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    58
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    59
include ../../make-rules/depend.mk