Makefile revision 4070
198N/A#
198N/A# CDDL HEADER START
198N/A#
198N/A# The contents of this file are subject to the terms of the
198N/A# Common Development and Distribution License (the "License").
198N/A# You may not use this file except in compliance with the License.
198N/A#
198N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
198N/A# or http://www.opensolaris.org/os/licensing.
198N/A# See the License for the specific language governing permissions
198N/A# and limitations under the License.
198N/A#
198N/A# When distributing Covered Code, include this CDDL HEADER in each
198N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
198N/A# If applicable, add the following below this CDDL HEADER, with the
198N/A# fields enclosed by brackets "[]" replaced with your own identifying
198N/A# information: Portions Copyright [yyyy] [name of copyright owner]
198N/A#
198N/A# CDDL HEADER END
198N/A#
198N/A
198N/A#
689N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
198N/A#
198N/A
198N/Ainclude ../../../make-rules/shared-macros.mk
198N/A
198N/ACOMPONENT_NAME= simplejson
198N/ACOMPONENT_VERSION= 3.6.5
198N/ACOMPONENT_PROJECT_URL= http://undefined.org/python/#simplejson
379N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
379N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
379N/ACOMPONENT_ARCHIVE_HASH= \
198N/A sha256:2a3189f79d1c7b8a2149a0e783c0b4217fad9b30a6e7d60450f2553dc2c0e57e
379N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/s/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
379N/ACOMPONENT_BUGDB= python-mod/simplejson
870N/A
379N/ATPNO= 21749
870N/A
870N/Ainclude $(WS_MAKE_RULES)/prep.mk
198N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
198N/Ainclude $(WS_MAKE_RULES)/ips.mk
198N/A
198N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
198N/A
379N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
379N/ACOMPONENT_TEST_ARGS= ./setup.py test
379N/A
379N/A# common targets
379N/Abuild: $(BUILD_32_and_64)
379N/A
689N/Ainstall: $(INSTALL_32_and_64)
689N/A
689N/Atest: $(TEST_32_and_64)
689N/A
689N/A
379N/AREQUIRED_PACKAGES += system/library
379N/A