components/gperf/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 07 Jul 2016 10:01:48 -0700
changeset 6369 d33fb81560a8
parent 5682 94c0ca64c022
child 7146 894fd460ae8f
permissions -rw-r--r--
23209591 Upgrade gperf to 3.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     1
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     3
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     7
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    12
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    18
#
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@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: 4729
diff changeset
    21
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    22
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    23
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    24
#
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    25
BUILD_BITS= 64
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    27
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		gperf
6369
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    29
COMPONENT_VERSION=	3.0.4
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
6369
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    31
    sha256:767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    32
6369
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    33
TPNO=			28116
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1623
diff changeset
    34
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    35
# must build tests before use
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    36
SYSTEM_TEST_TARGET= build $(SYSTEM_TEST_64)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    37
include $(WS_MAKE_RULES)/gnu-component.mk
1623
d468c2c1e73d 18042697 Various Userland components need ASLR'ing and 64-bit-ing
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    38
141
ed98334a0d5a 7027433 move gperf from sfw gate to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    39
CONFIGURE_OPTIONS  +=	--infodir=$(CONFIGURE_INFODIR)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    40
CONFIGURE_OPTIONS  +=	--docdir=$(USRSHAREDOCDIR)/gperf
1623
d468c2c1e73d 18042697 Various Userland components need ASLR'ing and 64-bit-ing
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    41
4729
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    42
# test/system-test is tricky.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    43
#    Reason being is this component bundles! test results
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    44
#    with the source and those results are compared against
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    45
#    generated results.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    46
#    Unfortunately these test results embed the string:
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    47
#    /* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -i 1 -g
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    48
#    which contains the actual command run: ../src/gperf
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    49
#    That string is correct for test but system-test will have /usr/bin/gperf
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    50
#    do a sed is run over the bundled test results with /usr/bin/gperf
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    51
#    so that an internal compare will pass.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    52
#    Put another way this component does internally what the userland
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    53
#    test infrastructure is doing.
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    54
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    55
# modify bundled test results for system-test
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    56
COMPONENT_PRE_SYSTEM_TEST_ACTION = \
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    57
	($(GSED) -i -e "s|../src/gperf|/usr/bin/gperf|" \
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    58
		$(SOURCE_DIR)/tests/*.exp)
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    59
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4729
diff changeset
    60
COMPONENT_SYSTEM_TEST_ARGS = GPERF=$(USRBINDIR)/gperf
4729
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    61
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    62
# normalize the name of gperf
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    63
# remove compilation lines
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    64
COMPONENT_TEST_TRANSFORMS += \
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    65
	'-e "s|../src/gperf|gperf|g" ' \
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    66
	'-e "s|/usr/bin/gperf|gperf|g" ' \
6369
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    67
	'-e "s|^.*$(CC).*$$|XXX_REMOVE_XXX|g" ' \
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    68
	'-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    69
	'-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    70
	'-e "s|^make.*: Nothing to be.*$$|XXX_REMOVE_XXX|g" ' \
d33fb81560a8 23209591 Upgrade gperf to 3.0.4
Rich Burridge <rich.burridge@oracle.com>
parents: 5682
diff changeset
    71
	'-e "/^XXX_REMOVE_XXX$$/d" '
4729
1841446970af 21526480 gperf needs test and system-test targets hooked up
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4339
diff changeset
    72
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    73
REQUIRED_PACKAGES += system/library/c++-runtime
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    74
REQUIRED_PACKAGES += system/library/math