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