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