Makefile revision 2337
198N/A#
198N/A# CDDL HEADER START
198N/A#
198N/A# The contents of this file are subject to the terms of the
198N/A# Common Development and Distribution License (the "License").
198N/A# You may not use this file except in compliance with the License.
198N/A#
198N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
198N/A# or http://www.opensolaris.org/os/licensing.
198N/A# See the License for the specific language governing permissions
198N/A# and limitations under the License.
198N/A#
198N/A# When distributing Covered Code, include this CDDL HEADER in each
198N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
198N/A# If applicable, add the following below this CDDL HEADER, with the
198N/A# fields enclosed by brackets "[]" replaced with your own identifying
198N/A# information: Portions Copyright [yyyy] [name of copyright owner]
198N/A#
198N/A# CDDL HEADER END
198N/A#
198N/A
198N/A#
3857N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
198N/A#
198N/A
198N/Ainclude ../../../make-rules/shared-macros.mk
198N/A
198N/ACOMPONENT_NAME= Twisted
198N/ACOMPONENT_VERSION= 10.1.0
198N/ACOMPONENT_PROJECT_URL= http://twistedmatrix.com/trac/
379N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
379N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
379N/ACOMPONENT_ARCHIVE_HASH= \
198N/A sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
379N/ACOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
379N/ACOMPONENT_BUGDB= python-mod/twisted
998N/A
379N/Ainclude $(WS_TOP)/make-rules/prep.mk
998N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
998N/Ainclude $(WS_TOP)/make-rules/ips.mk
198N/A
1273N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
1273N/ACOMPONENT_TEST_CMD= $(@D)/scripts-2.6/trial twisted
3661N/ACOMPONENT_TEST_ARGS=""
3661N/A
198N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
198N/A
198N/A# common targets
198N/Abuild: $(BUILD_32_and_64)
379N/A
379N/Ainstall: $(INSTALL_32_and_64)
379N/A
379N/A# There are no automated tests yet, but the built-in unit tests can be run
379N/A# manually with:
379N/A#
689N/A# $ cd .../components/python/twisted/Twisted-10.1.0
689N/A# $ ../build/i86-2.6/scripts-2.6/trial twisted
689N/A# $ ../build/i86-2.7/scripts-2.7/trial twisted
689N/A#
689N/Atest: $(TEST_32_and_64)
379N/A
379N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
379N/A
379N/Ainclude $(WS_TOP)/make-rules/depend.mk
689N/A