Makefile revision 2899
500N/A#
500N/A# CDDL HEADER START
1339N/A#
500N/A# The contents of this file are subject to the terms of the
1422N/A# Common Development and Distribution License (the "License").
500N/A# You may not use this file except in compliance with the License.
500N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
500N/A
500N/Ainclude ../../../make-rules/shared-macros.mk
500N/A
500N/ACOMPONENT_NAME= TwistedWeb2
500N/ACOMPONENT_VERSION= 8.1.0
500N/ACOMPONENT_PROJECT_URL= http://twistedmatrix.com/trac/
970N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
970N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:0f016d498b1db0216861e9b8fbf8ad49b5b587fa64a18f1640095c1e4f93e391
970N/ACOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/Web2/8.1/$(COMPONENT_ARCHIVE)
970N/ACOMPONENT_BUGDB= python-mod/twisted-web2
970N/A
1003N/ATPNO= 9693
1003N/A
1003N/A# Depends on twisted, which is not Python 3 ready.
1003N/APYTHON_VERSIONS= 2.7 2.6
1339N/A
1339N/Ainclude $(WS_TOP)/make-rules/prep.mk
1339N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1339N/Ainclude $(WS_TOP)/make-rules/ips.mk
500N/A
500N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
500N/A
500N/A# common targets
500N/Abuild: $(BUILD_NO_ARCH)
500N/A
500N/Ainstall: $(INSTALL_NO_ARCH)
1202N/A
500N/Atest: $(NO_TESTS)
500N/A
1422N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1422N/A
500N/Ainclude $(WS_TOP)/make-rules/depend.mk
500N/A