Makefile revision 6033
142N/A#
142N/A# CDDL HEADER START
142N/A#
142N/A# The contents of this file are subject to the terms of the
142N/A# Common Development and Distribution License (the "License").
142N/A# You may not use this file except in compliance with the License.
142N/A#
142N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
142N/A# or http://www.opensolaris.org/os/licensing.
142N/A# See the License for the specific language governing permissions
142N/A# and limitations under the License.
142N/A#
142N/A# When distributing Covered Code, include this CDDL HEADER in each
142N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
142N/A# If applicable, add the following below this CDDL HEADER, with the
142N/A# fields enclosed by brackets "[]" replaced with your own identifying
142N/A# information: Portions Copyright [yyyy] [name of copyright owner]
142N/A#
142N/A# CDDL HEADER END
142N/A#
142N/A
142N/A#
5533N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
142N/A#
142N/A
142N/Ainclude ../../../make-rules/shared-macros.mk
142N/A
1273N/ACOMPONENT_NAME= oslo.config
5533N/ACOMPONENT_VERSION= 1.9.3
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1273N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1273N/ACOMPONENT_ARCHIVE_HASH= \
142N/A sha256:ab54e67776d9bbee86ba8cce9393ba3186e6e63de926e9797598dc35fe790140
844N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
5533N/ACOMPONENT_PROJECT_URL= https://launchpad.net/oslo.config
479N/ACOMPONENT_BUGDB= python-mod/oslo.config
1273N/A
142N/ATPNO= 25738
142N/A
142N/Ainclude $(WS_MAKE_RULES)/prep.mk
844N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
844N/Ainclude $(WS_MAKE_RULES)/ips.mk
142N/A
1381N/ACOMPONENT_POST_INSTALL_ACTION += \
844N/A ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
1381N/A $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES); \
142N/A cd $(PROTO_DIR)/usr/bin ; \
2644N/A $(MV) -f oslo-config-generator oslo-config-generator-$(PYTHON_VERSION))
844N/A
2644N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2644N/A
142N/A# common targets
5533N/Abuild: $(BUILD_NO_ARCH)
3661N/A
3996N/Ainstall: $(INSTALL_NO_ARCH)
3996N/A
3996N/A# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
142N/A# required to execute unittests.
4132N/Atest: $(NO_TESTS)
4132N/A