components/pixz/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Mon, 07 Dec 2015 16:17:05 -0800
changeset 5166 29635ee48caa
parent 4913 99fb83e21e09
child 5670 0a64c2dc45bc
permissions -rw-r--r--
17458457 Several ncurses man pages are delivered in the wrong location
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
COMPONENT_NAME=		pixz
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
COMPONENT_VERSION=	1.0
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_PROJECT_URL=	http://github.com/vasi/pixz/
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
    sha256:912c60de88f7eca2e1c6fe13eec5371f723018dca933796c47cd50bf6a349fc9
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)archive/$(COMPONENT_ARCHIVE)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_BUGDB=	utility/pixz
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1318
diff changeset
    35
TPNO=			11623
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1318
diff changeset
    36
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    37
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    38
include $(WS_MAKE_RULES)/justmake.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    39
include $(WS_MAKE_RULES)/ips.mk
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
PKG_PROTO_DIRS += $(BUILD_DIR_64)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
PKG_PROTO_DIRS += $(COMPONENT_DIR)/files
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
# Userland default includes -mt which links with libthread which we don't need.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
studio_MT =
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
# pixz's Makefile hard-codes some gcc-only flags in MYCFLAGS and MYLDFLAGS,
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
# then appends CFLAGS & LDFLAGS to each.  Here we include their preset values
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
# minus the gcc-only parts, so we can build with Studio.
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
COMPONENT_BUILD_ARGS += CC="$(CC)"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
COMPONENT_BUILD_ARGS += MYCFLAGS='$(patsubst %,-I%/include,$(LIBPREFIX)) $(OPT)'
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
COMPONENT_BUILD_ARGS += MYLDFLAGS='$(patsubst %,-L%/lib,$(LIBPREFIX)) $(OPT)'
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
COMPONENT_BUILD_ARGS += CFLAGS="$(CFLAGS)"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
COMPONENT_BUILD_ARGS += LDFLAGS="$(CC_BITS)"
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    56
# Create a small testball to use with the test script.
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    57
COMPONENT_PRE_TEST_ACTION = \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    58
	(cd $(@D); tar cvf pixz-test-tarball.tar  *.c *.o)
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    59
COMPONENT_PRE_SYSTEM_TEST_ACTION = \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    60
	(cd $(@D); tar cvf pixz-test-tarball.tar  *.c *.o)
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    61
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    62
COMPONENT_TEST_TRANSFORMS += \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    63
	'-e "/^real/d" ' \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    64
	'-e "/^user/d" ' \
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    65
	'-e "/^sys/d" '
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    66
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    67
COMPONENT_TEST_ENV =		PATH=$(GNUBIN):$(PATH)
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    68
COMPONENT_TEST_CMD =		$(SOURCE_DIR)/test.sh
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    69
COMPONENT_TEST_ARGS =		pixz-test-tarball.tar pixz.c
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    70
COMPONENT_TEST_TARGETS =
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    71
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    72
COMPONENT_SYSTEM_TEST_ENV =	PATH=$(GNUBIN):$(PATH)
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    73
COMPONENT_SYSTEM_TEST_ENV +=	PIXZ_BIN=/usr/bin/pixz
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    74
COMPONENT_SYSTEM_TEST_CMD =	$(SOURCE_DIR)/test.sh
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    75
COMPONENT_SYSTEM_TEST_ARGS =	pixz-test-tarball.tar pixz.c
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    76
COMPONENT_SYSTEM_TEST_TARGETS =
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    77
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    78
ASLR_MODE = $(ASLR_ENABLE)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    79
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    80
build:		$(BUILD_64)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    81
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    82
install:	$(BUILD_64)
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    83
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    84
test:		$(TEST_64)
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    85
4913
99fb83e21e09 19841305 Some pixz tests can be hooked up.
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    86
system-test:    build $(SYSTEM_TEST_64)
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3817
diff changeset
    87
1318
e26b2e3ea279 PSARC 2012/358 pixz
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    88
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    89
REQUIRED_PACKAGES += compress/xz
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    90
REQUIRED_PACKAGES += library/libarchive
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1948
diff changeset
    91
REQUIRED_PACKAGES += system/library