components/pigz/Makefile
author Girish Moodalbail <Girish.Moodalbail@oracle.COM>
Wed, 29 Oct 2014 10:08:29 -0700
branchs11u2-sru
changeset 3438 40c3d53194f6
parent 3430 7e3f6b08023d
child 3996 20c0f21bbe1e
permissions -rw-r--r--
19898528 PBR rule must not forward packets addressed to internal default gateway
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
3430
7e3f6b08023d 17656250 pigz doesn't compile on s12_33
John Beck <John.Beck@Oracle.COM>
parents: 3429
diff changeset
    44
studio_C99MODE=	$(studio_C99_ENABLE) 
7e3f6b08023d 17656250 pigz doesn't compile on s12_33
John Beck <John.Beck@Oracle.COM>
parents: 3429
diff changeset
    45
3429
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    46
CC += $(CC_BITS)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    47
COMPONENT_BUILD_ARGS += CC="$(CC)"
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    48
COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
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
ASLR_MODE = $(ASLR_ENABLE)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    51
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    52
# common targets
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    53
build:		$(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
install:	$(BUILD_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
test:		$(TEST_64)
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
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    60
7a74a88f6b9d PSARC 2012/357 pigz
Michael Gerdts <mike.gerdts@oracle.com>
parents:
diff changeset
    61
include ../../make-rules/depend.mk