Makefile revision 2058
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# CDDL HEADER START
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# The contents of this file are subject to the terms of the
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# Common Development and Distribution License (the "License").
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# You may not use this file except in compliance with the License.
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# See the License for the specific language governing permissions
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# and limitations under the License.
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# CDDL HEADER END
c18dcef4da347b735861aa35fc6518c6c2e97755Timo Sirainen# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
1098fc409a45e7603701dc94635927a673bee0c1Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen sha256:1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f
1098fc409a45e7603701dc94635927a673bee0c1Timo SirainenCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/ordereddict
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# The ordereddict module was integrated into Python 2.7, so we should
d5cebe7f98e63d4e2822863ef2faa4971e8b3a5dTimo Sirainen# only deliver a 2.6 module.
1098fc409a45e7603701dc94635927a673bee0c1Timo Sirainen# common targets