Makefile revision 6408
6510N/A#
6510N/A# CDDL HEADER START
6510N/A#
6510N/A# The contents of this file are subject to the terms of the
6510N/A# Common Development and Distribution License (the "License").
6510N/A# You may not use this file except in compliance with the License.
6510N/A#
6510N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6510N/A# or http://www.opensolaris.org/os/licensing.
6510N/A# See the License for the specific language governing permissions
6510N/A# and limitations under the License.
6510N/A#
6510N/A# When distributing Covered Code, include this CDDL HEADER in each
6510N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6510N/A# If applicable, add the following below this CDDL HEADER, with the
6510N/A# fields enclosed by brackets "[]" replaced with your own identifying
6510N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6510N/A#
6510N/A# CDDL HEADER END
6510N/A#
6510N/A
6510N/A#
6510N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6510N/A#
6510N/A
6510N/Ainclude ../../../make-rules/shared-macros.mk
6510N/A
6510N/ACOMPONENT_NAME= pika
6510N/ACOMPONENT_VERSION= 0.10.0
6510N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6510N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6510N/ACOMPONENT_ARCHIVE_HASH= \
6510N/A sha256:7277b4d12a99efa4058782614d84138983f9f89d690bdfcea66290d810806459
6510N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6510N/ACOMPONENT_PROJECT_URL= https://pika.readthedocs.org/
6510N/ACOMPONENT_BUGDB= python-mod/pika
6510N/A
6510N/ATPNO= 29127
6510N/A
6510N/Ainclude $(WS_MAKE_RULES)/prep.mk
6510N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6510N/Ainclude $(WS_MAKE_RULES)/ips.mk
6510N/A
6510N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6510N/A
6510N/A# common targets
6510N/Abuild: $(BUILD_NO_ARCH)
6510N/A
6510N/Ainstall: $(INSTALL_NO_ARCH)
6510N/A
6510N/Atest: $(TEST_NO_ARCH)
6510N/A