Makefile revision 3789
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and# CDDL HEADER START
0ad489b182ebb3789322345e22cf750f88ae167and#
15b0d99a66145e797cbe368bff5e44d5653be5e5nd# The contents of this file are subject to the terms of the
0ad489b182ebb3789322345e22cf750f88ae167and# Common Development and Distribution License (the "License").
0ad489b182ebb3789322345e22cf750f88ae167and# You may not use this file except in compliance with the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding#
031b91a62d25106ae69d4693475c79618dd5e884fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
031b91a62d25106ae69d4693475c79618dd5e884fielding# or http://www.opensolaris.org/os/licensing.
031b91a62d25106ae69d4693475c79618dd5e884fielding# See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding# and limitations under the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding#
0ad489b182ebb3789322345e22cf750f88ae167and# When distributing Covered Code, include this CDDL HEADER in each
0ad489b182ebb3789322345e22cf750f88ae167and# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0ad489b182ebb3789322345e22cf750f88ae167and# If applicable, add the following below this CDDL HEADER, with the
0ad489b182ebb3789322345e22cf750f88ae167and# fields enclosed by brackets "[]" replaced with your own identifying
0ad489b182ebb3789322345e22cf750f88ae167and# information: Portions Copyright [yyyy] [name of copyright owner]
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and# CDDL HEADER END
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andinclude ../../../make-rules/shared-macros.mk
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_NAME= Twisted
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_VERSION= 10.1.0
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_PROJECT_URL= http://twistedmatrix.com/trac/
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_ARCHIVE_HASH= \
0ad489b182ebb3789322345e22cf750f88ae167and sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_BUGDB= python-mod/twisted
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andTPNO= 9692
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167and# Syntax issues: not Python 3 ready.
0ad489b182ebb3789322345e22cf750f88ae167andPYTHON_VERSIONS= 2.7 2.6
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andinclude $(WS_TOP)/make-rules/prep.mk
0ad489b182ebb3789322345e22cf750f88ae167andinclude $(WS_TOP)/make-rules/setup.py.mk
0ad489b182ebb3789322345e22cf750f88ae167andinclude $(WS_TOP)/make-rules/ips.mk
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_TEST_DIR= $(COMPONENT_SRC)
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_TEST_ARGS=""
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andASLR_MODE = $(ASLR_NOT_APPLICABLE)
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167and# common targets
0ad489b182ebb3789322345e22cf750f88ae167andbuild: $(BUILD_32_and_64)
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167andinstall: $(INSTALL_32_and_64)
0ad489b182ebb3789322345e22cf750f88ae167and
0ad489b182ebb3789322345e22cf750f88ae167and# There are no automated tests yet, but the built-in unit tests can be run
0ad489b182ebb3789322345e22cf750f88ae167and# manually with:
0ad489b182ebb3789322345e22cf750f88ae167and#
0ad489b182ebb3789322345e22cf750f88ae167and# $ cd .../components/python/twisted/Twisted-10.1.0
0ad489b182ebb3789322345e22cf750f88ae167and# $ ../build/i86-2.6/scripts-2.6/trial twisted
0ad489b182ebb3789322345e22cf750f88ae167and# $ ../build/i86-2.7/scripts-2.7/trial twisted
0ad489b182ebb3789322345e22cf750f88ae167and#
test: $(TEST_32_and_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk