Makefile revision 1339
128N/A#
128N/A# CDDL HEADER START
1276N/A#
128N/A# The contents of this file are subject to the terms of the
1370N/A# Common Development and Distribution License (the "License").
128N/A# You may not use this file except in compliance with the License.
128N/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, Oracle and/or its affiliates. All rights reserved.
919N/A#
128N/A
128N/Ainclude ../../../make-rules/shared-macros.mk
128N/A
128N/ACOMPONENT_NAME= TwistedWeb2
493N/ACOMPONENT_VERSION= 8.1.0
128N/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
128N/ACOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/Web2/8.1/$(COMPONENT_ARCHIVE)
1370N/ACOMPONENT_BUGDB= python-mod/twisted-web2
128N/A
911N/Ainclude $(WS_TOP)/make-rules/prep.mk
1370N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1370N/Ainclude $(WS_TOP)/make-rules/ips.mk
1370N/A
911N/A# common targets
128N/Abuild: $(BUILD_32)
851N/A
128N/Ainstall: $(INSTALL_32)
128N/A
1276N/Atest: $(NO_TESTS)
493N/A
128N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
970N/A
970N/Ainclude $(WS_TOP)/make-rules/depend.mk
970N/A