Makefile revision 3817
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# CDDL HEADER START
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# The contents of this file are subject to the terms of the
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# Common Development and Distribution License (the "License").
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# You may not use this file except in compliance with the License.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# or http://www.opensolaris.org/os/licensing.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# See the License for the specific language governing permissions
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# and limitations under the License.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# If applicable, add the following below this CDDL HEADER, with the
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# CDDL HEADER END
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync#
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncinclude ../../../make-rules/shared-macros.mk
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_NAME= repoze.lru
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_VERSION= 0.6
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_ARCHIVE_HASH= \
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync sha256:0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_PROJECT_URL= http://repoze.org/
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_BUGDB= python-mod/repoze-lru
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncTPNO= 14503
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncinclude $(WS_MAKE_RULES)/prep.mk
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncinclude $(WS_MAKE_RULES)/ips.mk
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_TEST_DIR = $(SOURCE_DIR)/repoze/lru
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_TEST_ARGS = tests.py
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# common targets
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncbuild: $(BUILD_NO_ARCH)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncinstall: $(INSTALL_NO_ARCH)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsynctest: $(TEST_NO_ARCH)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync