Makefile revision 3639
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# CDDL HEADER START
2e533fb1283b5f06a4063b519e47f1861c910386Timo Sirainen# The contents of this file are subject to the terms of the
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# Common Development and Distribution License (the "License").
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# You may not use this file except in compliance with the License.
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# See the License for the specific language governing permissions
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# and limitations under the License.
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# CDDL HEADER END
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
d47a87c927ca77e780480f4eaf575511698d42c8Timo SirainenCOMPONENT_PROJECT_URL= http://zope.org/Wikis/Interfaces/FrontPage
d47a87c927ca77e780480f4eaf575511698d42c8Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen sha256:c049ef6f0748a2db26c7d01de1566e52f048e5fa6fbbb8da90c43e55597a5075
d47a87c927ca77e780480f4eaf575511698d42c8Timo SirainenCOMPONENT_ARCHIVE_URL= http://www.zope.org/Products/ZopeInterface/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
d47a87c927ca77e780480f4eaf575511698d42c8Timo Sirainen# Syntax issues: not Python 3 ready.
# The additional zope.interface specific set of transforms to be applied
test: $(TEST_32_and_64)