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