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