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