Makefile revision 4070
94N/A#
94N/A# CDDL HEADER START
94N/A#
94N/A# The contents of this file are subject to the terms of the
94N/A# Common Development and Distribution License (the "License").
94N/A# You may not use this file except in compliance with the License.
94N/A#
94N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94N/A# or http://www.opensolaris.org/os/licensing.
94N/A# See the License for the specific language governing permissions
94N/A# and limitations under the License.
94N/A#
94N/A# When distributing Covered Code, include this CDDL HEADER in each
94N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94N/A# If applicable, add the following below this CDDL HEADER, with the
94N/A# fields enclosed by brackets "[]" replaced with your own identifying
94N/A# information: Portions Copyright [yyyy] [name of copyright owner]
94N/A#
94N/A# CDDL HEADER END
94N/A#
94N/A
94N/A#
3996N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
94N/A#
94N/A
94N/Ainclude ../../../make-rules/shared-macros.mk
94N/A
94N/ACOMPONENT_NAME= oslo.context
1425N/ACOMPONENT_VERSION= 0.1.0
1425N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
94N/ACOMPONENT_ARCHIVE_HASH= \
94N/A sha256:0340e533033607c18ce6a305d92f38a71fd89aaf439bf45074fd4ba9ee086971
844N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1425N/ACOMPONENT_PROJECT_URL= https://launchpad.net/oslo.context
94N/ACOMPONENT_BUGDB= python-mod/oslo.context
1273N/A
94N/ATPNO= 21359
3661N/A
3661N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3996N/A
94N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
94N/A
94N/A# common targets
94N/Abuild: $(BUILD_NO_ARCH)
94N/A
94N/Ainstall: $(INSTALL_NO_ARCH)
94N/A
94N/A# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
94N/A# required to execute unittests.
3035N/Atest: $(NO_TESTS)
3035N/A