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