components/python/twisted/Makefile
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 25 Jul 2013 22:11:17 -0700
branchs11-update
changeset 2695 212ca0502cbd
child 2910 f8b8cbc43356
permissions -rw-r--r--
15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2695
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     1
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     3
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     7
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    12
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    18
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    20
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    21
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    22
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    24
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    25
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    27
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_NAME=		Twisted
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    29
COMPONENT_VERSION=	10.1.0
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://twistedmatrix.com/trac/
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    34
    sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/twisted
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    37
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/prep.mk
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/setup.py.mk
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/ips.mk
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    41
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    42
COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    43
COMPONENT_TEST_CMD= $(@D)/scripts-2.6/trial twisted
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    44
COMPONENT_TEST_ARGS=""
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    45
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    46
ASLR_MODE = $(ASLR_ENABLE)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    47
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    48
# common targets
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    49
build:          $(BUILD_32_and_64)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    50
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    51
install:        $(INSTALL_32_and_64)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    52
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    53
# There are no automated tests yet, but the built-in unit tests can be run
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    54
# manually with:
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    55
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    56
# $ cd .../components/python/twisted/Twisted-10.1.0
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    57
# $ ../build/i86-2.6/scripts-2.6/trial twisted
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    58
# $ ../build/i86-2.7/scripts-2.7/trial twisted
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    59
#
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    60
test:           $(TEST_32_and_64)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    61
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    62
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    63
212ca0502cbd 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
diff changeset
    64
include $(WS_TOP)/make-rules/depend.mk