Makefile revision 3661
829N/A#
2362N/A# CDDL HEADER START
829N/A#
829N/A# The contents of this file are subject to the terms of the
829N/A# Common Development and Distribution License (the "License").
829N/A# You may not use this file except in compliance with the License.
2362N/A#
829N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
829N/A# See the License for the specific language governing permissions
829N/A# and limitations under the License.
829N/A#
829N/A# When distributing Covered Code, include this CDDL HEADER in each
829N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
829N/A# If applicable, add the following below this CDDL HEADER, with the
829N/A# fields enclosed by brackets "[]" replaced with your own identifying
829N/A# information: Portions Copyright [yyyy] [name of copyright owner]
829N/A#
829N/A# CDDL HEADER END
829N/A#
2362N/A
2362N/A#
2362N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
829N/A#
829N/Ainclude ../../../make-rules/shared-macros.mk
829N/A
829N/ACOMPONENT_NAME= python-ceilometerclient
829N/ACOMPONENT_VERSION= 1.0.10
829N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
829N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
829N/ACOMPONENT_ARCHIVE_HASH= \
829N/A sha256:bbe29a6c85af3ec0bcbb7df1863bb3c3c620fa0423c67f25bd089e0ab7b33059
829N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
829N/ACOMPONENT_PROJECT_URL= http://launchpad.net/python-cinderclient
829N/ACOMPONENT_BUGDB= service/ceilometer
829N/A
829N/ATPNO= 17306
829N/A
829N/Ainclude $(WS_TOP)/make-rules/prep.mk
829N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
829N/Ainclude $(WS_TOP)/make-rules/ips.mk
829N/A
829N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
829N/A
829N/ACOMPONENT_POST_INSTALL_ACTION = \
829N/A (cd $(PROTO_DIR)/usr/bin ; \
829N/A $(MV) -f ceilometer ceilometer-$(PYTHON_VERSION))
829N/A
829N/A# common targets
829N/Abuild: $(BUILD_NO_ARCH)
829N/A
829N/Ainstall: $(INSTALL_NO_ARCH)
829N/A
829N/A# tests require:
829N/A# hacking, discover, fixtures, python-subunit, sphinx, testrepository
829N/A# and testtools, some of which have not been integrated.
829N/Atest: $(NO_TESTS)
829N/A
829N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
829N/A
829N/Ainclude $(WS_TOP)/make-rules/depend.mk
829N/A