components/sg3_utils/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 20 Nov 2012 15:20:49 -0800
changeset 1058 34d7aaa03423
parent 967 92027d7f7d91
child 1948 2d1537e7942d
permissions -rw-r--r--
15886624 Auto-generation of Userland gate list - Phase 3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		sg3_utils
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    29
COMPONENT_VERSION=	1.33
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://sg.danny.cz/sg/sg3_utils.html
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    34
    sha256:3034a4e798404cc963fc46437b0ceeb0edc635e02471ab13aa18acd8b716a27b
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://sg.danny.cz/sg/p/$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 967
diff changeset
    36
COMPONENT_BUGDB=	utility/sg3utils
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/configure.mk
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
CPPFLAGS += -I$(COMPONENT_DIR)/$(COMPONENT_SRC)/include
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
CONFIGURE_OPTIONS +=	--disable-static
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
CONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
# Don't use rpath!
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
COMPONENT_POST_CONFIGURE_ACTION = \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
	(cd $(BUILD_DIR_32) ; \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
	$(GSED) -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool ; \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
	$(GSED) -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
# Move the section 8 man pages into section 1m.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
COMPONENT_POST_INSTALL_ACTION = \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
	for f in $(PROTOUSRSHAREMANDIR)/man8/*; do \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
		mv $$f $${f%.8}.1m; \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
	done ; \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
	$(MV) $(PROTOUSRSHAREMANDIR)/man8 $(PROTOUSRSHAREMANDIR)/man1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
PKG_PROTO_DIRS +=	$(COMPONENT_DIR)/files
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
# common targets
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
build:          $(BUILD_32)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
install:        $(INSTALL_32)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
test:           $(TEST_32)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
include ../../make-rules/depend.mk