components/rsync/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 29 Aug 2012 11:05:56 -0700
changeset 957 255465c5756f
parent 800 2ad056ed89ec
child 1058 34d7aaa03423
permissions -rw-r--r--
Close of build 04.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     1
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     3
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     7
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    12
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    18
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    20
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    21
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.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: 609
diff changeset
    23
# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    24
#
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    25
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    27
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		rsync
296
464763778976 7034286 Problem with utility/rsync
George Asaad <George.Asaad@Sun.COM>
parents: 217
diff changeset
    29
COMPONENT_VERSION=	3.0.8
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 296
diff changeset
    31
COMPONENT_PROJECT_URL=	http://rsync.samba.org/
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.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: 609
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: 609
diff changeset
    34
    sha256:4b3fc271f4c96036b4c73fb019be078e4d8cce2defe1e7ae7cde1117859a2114
217
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://rsync.samba.org/ftp/rsync/src/$(COMPONENT_ARCHIVE)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    36
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    37
COPYRIGHT_FILE=	rsync.copyright
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    38
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    39
include ../../make-rules/prep.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    40
include ../../make-rules/configure.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    41
include ../../make-rules/ips.mk
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    42
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    43
CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    44
CONFIGURE_OPTIONS  +=		--prefix=/usr
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    45
CONFIGURE_OPTIONS  +=		--with-included-popt
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    46
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    47
# common targets
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    48
build:		$(BUILD_32)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    49
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    50
install:	$(INSTALL_32)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    51
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    52
test:		$(NO_TESTS)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    53
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    54
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    55
52d802061ca7 7040830 Migrate rsync-3.0.6 from SFW gate to userland gate.
lucy wang - Sun Microsystems - Beijing China <xiuyan.wang@Sun.COM>
parents:
diff changeset
    56
include ../../make-rules/depend.mk