components/pconsole/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 29 Nov 2012 06:06:04 -0800
branchs11-update
changeset 2434 6c9bb5cf5610
parent 800 2ad056ed89ec
child 1282 16201bef295c
child 3661 47545fb8aed4
permissions -rw-r--r--
15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    23
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		pconsole
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.0
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_PROJECT_URL=	http://www.heiho.net/pconsole/
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 409
diff changeset
    34
    sha256:94520bf65f726df9d7e686bb486e9a2828c29d09a20b9522f1da4f7d66700bb2
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://www.heiho.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
2434
6c9bb5cf5610 15930486 - Auto-generation of Userland gate list for the Solaris 11 Update Release
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    36
COMPONENT_BUGDB=	utility/pconsole
409
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/configure.mk
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
# Required to configure correctly.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
COMPONENT_PRE_CONFIGURE_ACTION = \
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
        ($(CLONEY) $(SOURCE_DIR) $(@D))
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
# -I argument needed to find the generated config.h file.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
CONFIGURE_ENV += "CC=$(CC) -I."
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
# If the configure options are not explicitly set, then configure fails with:
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
# configure: warning: CC=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/cc: invalid host type
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
# configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
# configure: error: can only configure for one host and one target at a time
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
# DESTDIR doesn't work correctly, so we specify some of the paths directly.
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
COMPONENT_INSTALL_ARGS +=	prefix=$(PROTOUSRDIR)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
# common targets
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
build:		$(BUILD_32)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
install:	$(INSTALL_32)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
test:		$(NO_TESTS)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
9f1b2b9b0fd9 7067082 Move pconsole to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
include ../../make-rules/depend.mk