Makefile revision 2035
98N/A#
98N/A# CDDL HEADER START
910N/A#
810N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/Ainclude ../../../make-rules/shared-macros.mk
98N/A
98N/ACOMPONENT_NAME= repoze.lru
98N/ACOMPONENT_VERSION= 0.6
98N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
98N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
98N/ACOMPONENT_ARCHIVE_HASH= \
98N/A sha256:0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
98N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
98N/ACOMPONENT_PROJECT_URL= http://repoze.org/
98N/ACOMPONENT_BUGDB= python-mod/repoze-lru
493N/A
98N/Ainclude $(WS_TOP)/make-rules/prep.mk
98N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
851N/Ainclude $(WS_TOP)/make-rules/ips.mk
98N/A
98N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
479N/A
479N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/repoze/lru
98N/ACOMPONENT_TEST_ARGS = tests.py
493N/A
493N/A# common targets
493N/Abuild: $(BUILD_NO_ARCH)
493N/A
98N/Ainstall: $(INSTALL_NO_ARCH)
493N/A
493N/Atest: $(TEST_NO_ARCH)
851N/A
479N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
98N/A
493N/Ainclude $(WS_TOP)/make-rules/depend.mk
493N/A