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