Makefile revision 2900
72N/A#
72N/A# CDDL HEADER START
72N/A#
72N/A# The contents of this file are subject to the terms of the
72N/A# Common Development and Distribution License (the "License").
72N/A# You may not use this file except in compliance with the License.
72N/A#
72N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
72N/A# or http://www.opensolaris.org/os/licensing.
72N/A# See the License for the specific language governing permissions
72N/A# and limitations under the License.
72N/A#
72N/A# When distributing Covered Code, include this CDDL HEADER in each
72N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72N/A# If applicable, add the following below this CDDL HEADER, with the
72N/A# fields enclosed by brackets "[]" replaced with your own identifying
72N/A# information: Portions Copyright [yyyy] [name of copyright owner]
72N/A#
72N/A# CDDL HEADER END
72N/A#
72N/A
72N/A#
72N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
72N/A#
72N/Ainclude ../../../make-rules/shared-macros.mk
154N/A
72N/ACOMPONENT_NAME= keystone
72N/ACOMPONENT_CODENAME= havana
154N/ACOMPONENT_VERSION= 2013.2.3
72N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
72N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
72N/ACOMPONENT_ARCHIVE_HASH= \
72N/A sha256:0d27a32c6c211706f8b13aafe2fd51c7ddbea97897be90663fd8c2527ef56032
72N/ACOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
72N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
72N/ACOMPONENT_BUGDB= service/keystone
72N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
72N/A
72N/Ainclude $(WS_TOP)/make-rules/prep.mk
72N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
72N/Ainclude $(WS_TOP)/make-rules/ips.mk
72N/A
72N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
75N/A
72N/A# Since this is an app, and doesn't provide any public library interfaces, we
72N/A# only need to deliver one version. The manifest is parameterized, though.
72N/APYTHON_VERSIONS= 2.6
154N/A
72N/APKG_MACROS += PYVER=$(PYTHON_VERSIONS)
181N/A
83N/A# common targets
72N/Abuild: $(BUILD_NO_ARCH)
72N/A
72N/Ainstall: $(INSTALL_NO_ARCH)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk