Makefile revision 4337
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# CDDL HEADER START
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# The contents of this file are subject to the terms of the
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# Common Development and Distribution License (the "License").
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# You may not use this file except in compliance with the License.
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# See the License for the specific language governing permissions
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# and limitations under the License.
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# When distributing Covered Code, include this CDDL HEADER in each
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# If applicable, add the following below this CDDL HEADER, with the
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# fields enclosed by brackets "[]" replaced with your own identifying
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# CDDL HEADER END
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync sha256:6a90d1f057ab35584c319f19ef31f49ea8c1bb25278dafdf4b6d64aa37604a8e
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsyncCOMPONENT_PROJECT_URL= http://launchpad.net/python-cinderclient
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# Depends on keystoneclient which is not Python 3 ready.
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# common targets
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# tests require:
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# hacking, discover, fixtures, python-subunit, sphinx, testrepository
9a4748c9b04aa33bb54066d49bd27d4c9f0cf33evboxsync# and testtools, some of which have not been integrated.