Makefile revision 4982
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER START
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# The contents of this file are subject to the terms of the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Common Development and Distribution License (the "License").
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You may not use this file except in compliance with the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# See the License for the specific language governing permissions
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# and limitations under the License.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# When distributing Covered Code, include this CDDL HEADER in each
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# If applicable, add the following below this CDDL HEADER, with the
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# fields enclosed by brackets "[]" replaced with your own identifying
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# information: Portions Copyright [yyyy] [name of copyright owner]
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# CDDL HEADER END
2cb5535af222653abf2eba5c180ded4a7b85d8b6robj# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi sha256:e9d5b74206b322ce30184a1b132a78b8be1806be85c77361fb72a966c4c48afe
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindiCOMPONENT_PROJECT_URL= http://launchpad.net/python-heatclient
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# Depends on keystoneclient which is not Python 3 ready.
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi (cd $(PROTO_DIR)/usr/bin ; $(MV) -f heat heat-$(PYTHON_VERSION))
7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fecindi# common targets
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# tests require:
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# hacking, discover, fixtures, sphinx, testrepository, testtools,
0eb822a1c0c2bea495647510b75f77f0e57633ebcindi# testscenarios, and mox3 some of which have not been integrated.