Makefile revision 4337
3171N/A#
3171N/A# CDDL HEADER START
3171N/A#
3171N/A# The contents of this file are subject to the terms of the
3171N/A# Common Development and Distribution License (the "License").
3171N/A# You may not use this file except in compliance with the License.
3171N/A#
3171N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3171N/A# or http://www.opensolaris.org/os/licensing.
3171N/A# See the License for the specific language governing permissions
3171N/A# and limitations under the License.
3171N/A#
3171N/A# When distributing Covered Code, include this CDDL HEADER in each
3171N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3171N/A# If applicable, add the following below this CDDL HEADER, with the
3171N/A# fields enclosed by brackets "[]" replaced with your own identifying
3171N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3171N/A#
3171N/A# CDDL HEADER END
3171N/A#
3171N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
3171N/A#
3171N/Ainclude ../../../make-rules/shared-macros.mk
3171N/A
3171N/ACOMPONENT_NAME= jsonpatch
3171N/ACOMPONENT_VERSION= 1.1
3171N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3171N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3171N/ACOMPONENT_ARCHIVE_HASH= \
3171N/A sha256:0a5e453fa7ec05e838fc66301708115e59fc9866a1bb46ed08da33c7d0ba2e14
3171N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
3171N/ACOMPONENT_PROJECT_URL= http://pypi.python.org/pypi/jsonpatch
3171N/ACOMPONENT_BUGDB= python-mod/jsonpatch
3171N/A
3171N/ATPNO= 14503
3171N/A
3171N/Ainclude $(WS_MAKE_RULES)/prep.mk
3171N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3171N/Ainclude $(WS_MAKE_RULES)/ips.mk
3171N/A
3171N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3171N/A
3171N/A# Author's name uses non-ASCII characters.
3171N/ACOMPONENT_BUILD_ENV += LC_ALL=en_US.UTF-8
3171N/ACOMPONENT_INSTALL_ENV += LC_ALL=en_US.UTF-8
3171N/A
3171N/A# common targets
3171N/Abuild: $(BUILD_NO_ARCH)
3171N/A
3171N/Ainstall: $(INSTALL_NO_ARCH)
3171N/A
3171N/A# jsonpatch has no tests.
3171N/Atest: $(NO_TESTS)
3171N/A
3171N/Asystem-test: $(NO_TESTS)
3171N/A
3171N/A