Makefile revision 2899
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington# CDDL HEADER START
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# The contents of this file are subject to the terms of the
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# Common Development and Distribution License (the "License").
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# You may not use this file except in compliance with the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15a44745412679c30a6d022733925af70a38b715David Lawrence# See the License for the specific language governing permissions
15a44745412679c30a6d022733925af70a38b715David Lawrence# and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
15a44745412679c30a6d022733925af70a38b715David Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15a44745412679c30a6d022733925af70a38b715David Lawrence# If applicable, add the following below this CDDL HEADER, with the
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# fields enclosed by brackets "[]" replaced with your own identifying
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
903b7c030e426b5a785c4b61c924c03913d0b162Bob Halley# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas GustafssonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9cd6d409b78a6f833b681c13a68fbdc7c024fe66David Lawrence sha256:d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d
d8e34837cd6c88c42b3ecdb9107a43ecf8252e79David LawrenceCOMPONENT_PROJECT_URL= http://pypi.python.org/pypi/six/
bb812feb3c94032bac0c9538d41e767b6bbad88eBrian Wellington# common targets
92ef1a9b9dbd48ecb507b42ac62c15afefdaf838David Lawrence# Tests require the py Python module which hasn't been integrated yet.