Makefile revision 2899
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# CDDL HEADER START
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# The contents of this file are subject to the terms of the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# Common Development and Distribution License (the "License").
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# You may not use this file except in compliance with the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# or http://www.opensolaris.org/os/licensing.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# See the License for the specific language governing permissions
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# and limitations under the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# When distributing Covered Code, include this CDDL HEADER in each
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# If applicable, add the following below this CDDL HEADER, with the
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# fields enclosed by brackets "[]" replaced with your own identifying
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# information: Portions Copyright [yyyy] [name of copyright owner]
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# CDDL HEADER END
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedyinclude ../../../make-rules/shared-macros.mk
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09
f38cb554a534c6df738be3f4d23327e69888e634John Wren KennedyCOMPONENT_PROJECT_URL= http://kombu.readthedocs.org/
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# Depends on pyrabbit which depends on httplib2 which has its own dependency
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# issues (see its Makefile for details). So don't build for Python 3 until
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# dependencies resolved.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# common targets
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# Tests require:
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# ordereddict, importlib, amqp, anyjson, unittest2, nose-cover3
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy# which haven't been integrated yet.