Makefile revision 6776
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# CDDL HEADER START
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# The contents of this file are subject to the terms of the
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Common Development and Distribution License (the "License").
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# You may not use this file except in compliance with the License.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# or http://www.opensolaris.org/os/licensing.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# See the License for the specific language governing permissions
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# and limitations under the License.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# When distributing Covered Code, include this CDDL HEADER in each
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# If applicable, add the following below this CDDL HEADER, with the
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# fields enclosed by brackets "[]" replaced with your own identifying
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# information: Portions Copyright [yyyy] [name of copyright owner]
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# CDDL HEADER END
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis#
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude ../../../make-rules/shared-macros.mk
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_NAME= cliff
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_VERSION= 2.0.0
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_ARCHIVE_HASH= \
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis sha256:6e219dc3ed80a23e3dc5c88b741f3997b8450581c1d2572bde14b2dfa556d782
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_ARCHIVE_URL= $(call pypi_url)
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_PROJECT_URL= http://docs.openstack.org/developer/cliff/
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisCOMPONENT_BUGDB= python-mod/cliff
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisTPNO= 27989
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude $(WS_MAKE_RULES)/prep.mk
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude $(WS_MAKE_RULES)/setup.py.mk
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude $(WS_MAKE_RULES)/ips.mk
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr JasiukajtisASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
# See $(COMPONENT_SRC)/test-requirements.txt for the Python modules
# required to execute unittests.
test: $(NO_TESTS)
system-test: $(NO_TESTS)