Makefile revision 3789
0ad489b182ebb3789322345e22cf750f88ae167and# CDDL HEADER START
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# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
031b91a62d25106ae69d4693475c79618dd5e884fielding# See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding# and limitations under the License.
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# CDDL HEADER END
0ad489b182ebb3789322345e22cf750f88ae167and# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
0ad489b182ebb3789322345e22cf750f88ae167and sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_ARCHIVE_URL= http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
0ad489b182ebb3789322345e22cf750f88ae167and# Syntax issues: not Python 3 ready.
0ad489b182ebb3789322345e22cf750f88ae167andCOMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
0ad489b182ebb3789322345e22cf750f88ae167and# common targets
0ad489b182ebb3789322345e22cf750f88ae167and# There are no automated tests yet, but the built-in unit tests can be run
0ad489b182ebb3789322345e22cf750f88ae167and# manually with:
0ad489b182ebb3789322345e22cf750f88ae167and# $ ../build/i86-2.6/scripts-2.6/trial twisted
0ad489b182ebb3789322345e22cf750f88ae167and# $ ../build/i86-2.7/scripts-2.7/trial twisted
test: $(TEST_32_and_64)