Makefile revision 6033
176N/A#
176N/A# CDDL HEADER START
176N/A#
176N/A# The contents of this file are subject to the terms of the
176N/A# Common Development and Distribution License (the "License").
176N/A# You may not use this file except in compliance with the License.
176N/A#
176N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
176N/A# or http://www.opensolaris.org/os/licensing.
176N/A# See the License for the specific language governing permissions
176N/A# and limitations under the License.
176N/A#
176N/A# When distributing Covered Code, include this CDDL HEADER in each
176N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
176N/A# If applicable, add the following below this CDDL HEADER, with the
176N/A# fields enclosed by brackets "[]" replaced with your own identifying
176N/A# information: Portions Copyright [yyyy] [name of copyright owner]
176N/A#
176N/A# CDDL HEADER END
176N/A#
3661N/A
176N/A#
176N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
176N/A#
176N/A
2239N/Ainclude ../../../../make-rules/shared-macros.mk
618N/A
176N/ACOMPONENT_NAME= openstack-cinder
2239N/ACOMPONENT_VERSION= 6.1.0
844N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2239N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
176N/ACOMPONENT_ARCHIVE_HASH= \
1273N/A sha256:75bede8811adc36d5bab0c5d41a0df3cf4d07da01b98d34715e3262baa6ab637
176N/ACOMPONENT_ARCHIVE_URL= http://forgeapi.puppetlabs.com/v3/files/$(COMPONENT_ARCHIVE)
3661N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
3661N/ACOMPONENT_BUGDB= service/cinder
176N/A
176N/ATPNO= 25356
176N/A
176N/Ainclude $(WS_MAKE_RULES)/prep.mk
176N/Ainclude $(WS_MAKE_RULES)/puppetmodule.mk
176N/Ainclude $(WS_MAKE_RULES)/ips.mk
176N/A
176N/AMODULE_NAME = cinder
176N/A
176N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
176N/A
176N/A# common targets
176N/Abuild: $(BUILD_NO_ARCH)
176N/A
176N/Ainstall: $(INSTALL_NO_ARCH)
176N/A
176N/Atest: $(NO_TESTS)
176N/A