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