Makefile revision 5403
d46ee884c41b808b239563b1978468aae12e33a2vboxsync#
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# CDDL HEADER START
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync#
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# The contents of this file are subject to the terms of the
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# Common Development and Distribution License (the "License").
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# You may not use this file except in compliance with the License.
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync#
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# or http://www.opensolaris.org/os/licensing.
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# See the License for the specific language governing permissions
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync# and limitations under the License.
8cd393943ea52545c4d063f5a94436639f0f80b6vboxsync#
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# When distributing Covered Code, include this CDDL HEADER in each
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# If applicable, add the following below this CDDL HEADER, with the
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
d46ee884c41b808b239563b1978468aae12e33a2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
d46ee884c41b808b239563b1978468aae12e33a2vboxsync#
d46ee884c41b808b239563b1978468aae12e33a2vboxsync# CDDL HEADER END
904810c4c6668233349b025cc58013cb7c11c701vboxsync#
d46ee884c41b808b239563b1978468aae12e33a2vboxsync
d46ee884c41b808b239563b1978468aae12e33a2vboxsync#
d46ee884c41b808b239563b1978468aae12e33a2vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
d46ee884c41b808b239563b1978468aae12e33a2vboxsync#
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncinclude ../../../make-rules/shared-macros.mk
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_NAME= python-novaclient
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_VERSION= 2.23.2
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_ARCHIVE_HASH= \
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync sha256:730cb006395b2df336bbfd75aa2f459375594726a50fe3b9126212ed487fcf98
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_PROJECT_URL= http://launchpad.net/python-novaclient
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_BUGDB= service/nova
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
d46ee884c41b808b239563b1978468aae12e33a2vboxsyncTPNO= 25756
d46ee884c41b808b239563b1978468aae12e33a2vboxsync
d46ee884c41b808b239563b1978468aae12e33a2vboxsyncinclude $(WS_MAKE_RULES)/prep.mk
d46ee884c41b808b239563b1978468aae12e33a2vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
d46ee884c41b808b239563b1978468aae12e33a2vboxsyncinclude $(WS_MAKE_RULES)/ips.mk
d46ee884c41b808b239563b1978468aae12e33a2vboxsync
3b70c9ab3cea93ab1a771d2db319311282041382vboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync
d46ee884c41b808b239563b1978468aae12e33a2vboxsyncCOMPONENT_POST_INSTALL_ACTION = \
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync (cd $(PROTO_DIR)/usr/bin ; $(MV) -f nova nova-$(PYTHON_VERSION))
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync
d46ee884c41b808b239563b1978468aae12e33a2vboxsync# common targets
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsyncbuild: $(BUILD_NO_ARCH)
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync
2a229554eb081e98411c81dcdef146c35a000f80vboxsyncinstall: $(INSTALL_NO_ARCH)
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsynctest: $(NO_TESTS)
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsync
fe06619ae576367ff3568e6abd99fb8ad28cc73avboxsyncsystem-test: $(NO_TESTS)
e33247bff4fddfdba92538374bcc9e2753044a38vboxsync