Makefile revision 4337
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER START
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# The contents of this file are subject to the terms of the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Common Development and Distribution License (the "License").
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You may not use this file except in compliance with the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# See the License for the specific language governing permissions
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# and limitations under the License.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# If applicable, add the following below this CDDL HEADER, with the
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# CDDL HEADER END
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan FosterCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster sha256:d298ee0fc9e785d44148d4590ac0d9eef05d560e379e98f75a7cb35ed6bfc7c8
5c099afa7c9361afc2f4477fec0e3018588d7840Allan FosterCOMPONENT_PROJECT_URL= https://launchpad.net/python-barbicanclient
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# Depends on keystoneclient which is not Python 3 ready.
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster (cd $(PROTO_DIR)/usr/bin ; $(MV) -f barbican barbican-$(PYTHON_VERSION))
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# common targets
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
5c099afa7c9361afc2f4477fec0e3018588d7840Allan Foster# required to execute unittests.