components/convmv/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Tue, 20 Nov 2012 15:20:49 -0800
changeset 1058 34d7aaa03423
parent 800 2ad056ed89ec
child 1434 c782e620dd26
child 3661 47545fb8aed4
permissions -rw-r--r--
15886624 Auto-generation of Userland gate list - Phase 3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
308
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
35685f1e88a1 7054848 Move convmv 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
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
775
41283dc43a00 7161371 Update convmv to version 1.15
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    23
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
308
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		convmv
775
41283dc43a00 7161371 Update convmv to version 1.15
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
    29
COMPONENT_VERSION=	1.15
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 308
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.j3e.de/linux/convmv/
308
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 775
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: 775
diff changeset
    34
    sha256:c315aec78490b588000467d1c51081b36e629de0537c5a17fd48b1acaf8a5135
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 308
diff changeset
    35
COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    36
COMPONENT_BUGDB=	utility/convmv
308
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/justmake.mk
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
PATCH_LEVEL=0
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
COMPONENT_TEST_TARGETS= test 
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
# common targets
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
build:		$(BUILD_32)
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
install:	$(INSTALL_32)
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
test:		$(TEST_32)
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
35685f1e88a1 7054848 Move convmv to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
include ../../make-rules/depend.mk