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