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