components/dejagnu/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 03 Feb 2015 13:08:48 -0800
changeset 3724 dc74a8d07d25
parent 3639 f8449ec64ef3
child 3817 30b42c38bbc4
permissions -rw-r--r--
20463109 dejagnu's master test results hardcodes the compiler path
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    23
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		dejagnu
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.5
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/dejagnu/
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    sha256:c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	utility/dejagnu
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    38
TPNO=			12292
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    39
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/prep.mk
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
include ../../make-rules/configure.mk
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
include ../../make-rules/ips.mk
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
3639
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 dejagnu 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 += \
3724
dc74a8d07d25 20463109 dejagnu's master test results hardcodes the compiler path
Rich Burridge <rich.burridge@oracle.com>
parents: 3639
diff changeset
    49
	'-e "s|\(^$(CXX)\).*|\\$$(CXX)|" ' \
3639
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    50
	'-e "s|\(Test Run By\).*|\1|" ' \
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    51
	'-e "s|\(Native configuration is\).*|\1|" '
f8449ec64ef3 20362249 Various Userland components should have master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    52
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1263
diff changeset
    53
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
# common targets
2225
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    56
configure:	$(CONFIGURE_64)
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    57
1263
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
build:		$(BUILD_64)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
install:	$(INSTALL_64)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
test:		$(TEST_64)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
3965a9f005e3 PSARC 2013/018 GNU DejaGnu 1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
include ../../make-rules/depend.mk