components/xz/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Wed, 27 Jul 2016 07:25:34 -0700
changeset 6486 6b8a8d70cef6
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
permissions -rw-r--r--
24321843 Update nano to version 2.6.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    21
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    22
#
5584
26333ad6d5ea 22876680 Update xz to version 5.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 4762
diff changeset
    23
# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    25
BUILD_BITS= 64_and_32
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    27
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		xz
5584
26333ad6d5ea 22876680 Update xz to version 5.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 4762
diff changeset
    29
COMPONENT_VERSION=	5.2.2
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://tukaani.org/xz/
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 654
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
5584
26333ad6d5ea 22876680 Update xz to version 5.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 4762
diff changeset
    32
    sha256:73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    34
5584
26333ad6d5ea 22876680 Update xz to version 5.2.2
Rich Burridge <rich.burridge@oracle.com>
parents: 4762
diff changeset
    35
TPNO=			27216
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1191
diff changeset
    36
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    37
SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_32_and_64)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    38
include $(WS_MAKE_RULES)/common.mk
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    39
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    40
COMPONENT_TEST_DIR =		$(@D)/tests
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    41
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    42
# Master test results are the same for 32-bit and 64-bit, so override
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    43
# here, rather than create multiple identical master files.
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    44
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    45
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    46
# The additional xz specific set of transforms to be applied to the
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    47
# test results to try to normalize them.
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    48
COMPONENT_TEST_TRANSFORMS += \
3854
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    49
	'-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    50
	'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    51
	'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
9d8d138d52ca 20587726 Various master test files can be improved.
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    52
	'-e "/^XXX_CC_XXX$$/d" '
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    53
4762
4d5e4d2893b8 21606619 Yet even more Userland components should hook up their system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    54
# Needed to build the test programs.
4d5e4d2893b8 21606619 Yet even more Userland components should hook up their system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    55
COMPONENT_PRE_SYSTEM_TEST_ACTION += \
4d5e4d2893b8 21606619 Yet even more Userland components should hook up their system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    56
	(cd $(@D)/src/liblzma ; $(GMAKE) liblzma.la )
4d5e4d2893b8 21606619 Yet even more Userland components should hook up their system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    57
4d5e4d2893b8 21606619 Yet even more Userland components should hook up their system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    58
COMPONENT_SYSTEM_TEST_DIR =	$(@D)/tests
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    59
COMPONENT_SYSTEM_TEST_ENV +=	XZ_SCRIPT=$(USRBINDIR)/xz
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    60
COMPONENT_SYSTEM_TEST_ENV +=	XZDEC_SCRIPT=$(USRBINDIR)/xzdec
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    61
COMPONENT_SYSTEM_TEST_ENV +=	XZDIFF_SCRIPT=$(USRBINDIR)/xzdiff
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5584
diff changeset
    62
COMPONENT_SYSTEM_TEST_ENV +=	XZGREP_SCRIPT=$(USRBINDIR)/xzgrep
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    63
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3659
diff changeset
    64
include $(WS_MAKE_RULES)/shared-targets.mk
654
85b230fc8c64 PSARC 2011/092 XZ
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    65
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3659
diff changeset
    66
REQUIRED_PACKAGES += shell/bash
4061
5ac5027dc3e3 20707887 xz should be updated to version 5.2.1
Rich Burridge <rich.burridge@oracle.com>
parents: 3854
diff changeset
    67
REQUIRED_PACKAGES += system/library/security/crypto