Makefile revision 2035
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# CDDL HEADER START
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# The contents of this file are subject to the terms of the
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# Common Development and Distribution License (the "License").
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# You may not use this file except in compliance with the License.
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# or http://www.opensolaris.org/os/licensing.
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# See the License for the specific language governing permissions
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# and limitations under the License.
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# When distributing Covered Code, include this CDDL HEADER in each
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# If applicable, add the following below this CDDL HEADER, with the
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# fields enclosed by brackets "[]" replaced with your own identifying
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# information: Portions Copyright [yyyy] [name of copyright owner]
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# CDDL HEADER END
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley#
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleyinclude ../../../make-rules/shared-macros.mk
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_NAME= repoze.lru
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_VERSION= 0.6
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_ARCHIVE_HASH= \
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley sha256:0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_ARCHIVE_URL= $(call pypi_url)
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_PROJECT_URL= http://repoze.org/
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_BUGDB= python-mod/repoze-lru
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleyinclude $(WS_TOP)/make-rules/prep.mk
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleyinclude $(WS_TOP)/make-rules/setup.py.mk
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleyinclude $(WS_TOP)/make-rules/ips.mk
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyASLR_MODE = $(ASLR_NOT_APPLICABLE)
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_TEST_DIR = $(SOURCE_DIR)/repoze/lru
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyCOMPONENT_TEST_ARGS = tests.py
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley# common targets
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleybuild: $(BUILD_NO_ARCH)
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleyinstall: $(INSTALL_NO_ARCH)
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elleytest: $(TEST_NO_ARCH)
64074e584a56611d7563667e0fcdadd215b0c922Yassir Elley
64074e584a56611d7563667e0fcdadd215b0c922Yassir ElleyBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
ff4b603cc14ea6ea15caaf89a03e927920124af4Yassir Elley
ff4b603cc14ea6ea15caaf89a03e927920124af4Yassir Elleyinclude $(WS_TOP)/make-rules/depend.mk
ff4b603cc14ea6ea15caaf89a03e927920124af4Yassir Elley