Makefile revision 2058
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# CDDL HEADER START
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# The contents of this file are subject to the terms of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# Common Development and Distribution License (the "License").
af062818b47340eef15700d2f0211576ba3506eevboxsync# You may not use this file except in compliance with the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af062818b47340eef15700d2f0211576ba3506eevboxsync# or http://www.opensolaris.org/os/licensing.
af062818b47340eef15700d2f0211576ba3506eevboxsync# See the License for the specific language governing permissions
af062818b47340eef15700d2f0211576ba3506eevboxsync# and limitations under the License.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# When distributing Covered Code, include this CDDL HEADER in each
af062818b47340eef15700d2f0211576ba3506eevboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af062818b47340eef15700d2f0211576ba3506eevboxsync# If applicable, add the following below this CDDL HEADER, with the
af062818b47340eef15700d2f0211576ba3506eevboxsync# fields enclosed by brackets "[]" replaced with your own identifying
af062818b47340eef15700d2f0211576ba3506eevboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# CDDL HEADER END
af062818b47340eef15700d2f0211576ba3506eevboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
645a978587f9748f789f5adba1b7580133b33b2cvboxsync#
645a978587f9748f789f5adba1b7580133b33b2cvboxsyncinclude ../../../make-rules/shared-macros.mk
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncCOMPONENT_NAME= anyjson
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncCOMPONENT_VERSION= 0.3.3
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncCOMPONENT_ARCHIVE_HASH= \
645a978587f9748f789f5adba1b7580133b33b2cvboxsync sha256:37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
645a978587f9748f789f5adba1b7580133b33b2cvboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
645a978587f9748f789f5adba1b7580133b33b2cvboxsyncCOMPONENT_PROJECT_URL= http://bitbucket.org/runeh/anyjson/
af062818b47340eef15700d2f0211576ba3506eevboxsyncCOMPONENT_BUGDB= python-mod/anyjson
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(WS_TOP)/make-rules/prep.mk
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(WS_TOP)/make-rules/setup.py.mk
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(WS_TOP)/make-rules/ips.mk
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
af062818b47340eef15700d2f0211576ba3506eevboxsync
5112e32d7072e280613921c982a6672f2c859cf3vboxsyncCOMPONENT_TEST_DIR = $(SOURCE_DIR)
af062818b47340eef15700d2f0211576ba3506eevboxsyncCOMPONENT_TEST_ARGS = setup.py test
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# common targets
af062818b47340eef15700d2f0211576ba3506eevboxsyncbuild: $(BUILD_NO_ARCH)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinstall: $(INSTALL_NO_ARCH)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsynctest: $(TEST_NO_ARCH)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(WS_TOP)/make-rules/depend.mk
af062818b47340eef15700d2f0211576ba3506eevboxsync