Makefile revision 2818
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding#
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# CDDL HEADER START
f3091cedd4abeda1026d9117c34e8f625754e8aefielding#
33bdcae1f7a1a65e351dda2a766a0cf28b1e695dnd# The contents of this file are subject to the terms of the
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# Common Development and Distribution License (the "License").
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# You may not use this file except in compliance with the License.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding#
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# or http://www.opensolaris.org/os/licensing.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# See the License for the specific language governing permissions
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# and limitations under the License.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding#
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# When distributing Covered Code, include this CDDL HEADER in each
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# If applicable, add the following below this CDDL HEADER, with the
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# fields enclosed by brackets "[]" replaced with your own identifying
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# information: Portions Copyright [yyyy] [name of copyright owner]
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding#
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# CDDL HEADER END
f3091cedd4abeda1026d9117c34e8f625754e8aefielding#
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
f3091cedd4abeda1026d9117c34e8f625754e8aefielding#
f3091cedd4abeda1026d9117c34e8f625754e8aefieldinginclude ../../../make-rules/shared-macros.mk
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingCOMPONENT_NAME= Paste
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_VERSION= 1.7.5.1
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_ARCHIVE_HASH= \
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding sha256:11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_ARCHIVE_URL= $(call pypi_url)
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_PROJECT_URL= http://pythonpaste.org/
64185f9824e42f21ca7b9ae6c004484215c031a7rbbCOMPONENT_BUGDB= python-mod/paste
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# Syntax issues: not Python 3 ready.
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingPYTHON_VERSIONS= 2.7 2.6
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
f3091cedd4abeda1026d9117c34e8f625754e8aefieldinginclude $(WS_TOP)/make-rules/prep.mk
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldinginclude $(WS_TOP)/make-rules/setup.py.mk
f3091cedd4abeda1026d9117c34e8f625754e8aefieldinginclude $(WS_TOP)/make-rules/ips.mk
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingASLR_MODE = $(ASLR_NOT_APPLICABLE)
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_TEST_DIR= $(COMPONENT_SRC)
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingCOMPONENT_TEST_ARGS= ./setup.py test
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# common targets
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingbuild: $(BUILD_NO_ARCH)
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding
f3091cedd4abeda1026d9117c34e8f625754e8aefieldinginstall: $(INSTALL_NO_ARCH)
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
f3091cedd4abeda1026d9117c34e8f625754e8aefielding# There are known test failures if the Python cgiapp and urlparser modules
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# are not installed.
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingtest: $(TEST_NO_ARCH)
f3091cedd4abeda1026d9117c34e8f625754e8aefielding
f3091cedd4abeda1026d9117c34e8f625754e8aefieldingBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldinginclude $(WS_TOP)/make-rules/depend.mk
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding