Makefile revision 4982
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# CDDL HEADER START
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# The contents of this file are subject to the terms of the
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# Common Development and Distribution License (the "License").
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# You may not use this file except in compliance with the License.
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# or http://www.opensolaris.org/os/licensing.
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# See the License for the specific language governing permissions
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# and limitations under the License.
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# When distributing Covered Code, include this CDDL HEADER in each
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# If applicable, add the following below this CDDL HEADER, with the
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# fields enclosed by brackets "[]" replaced with your own identifying
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# information: Portions Copyright [yyyy] [name of copyright owner]
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# CDDL HEADER END
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix#
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixinclude ../../../../make-rules/shared-macros.mk
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_NAME= puppetlabs-rsync
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_VERSION= 0.4.0
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_ARCHIVE_HASH= \
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix sha256:da2b8b8d204dd0501b2af33c7a0ed14e37c9e47e7f24f00b9d6b99a4fdf08cfb
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_ARCHIVE_URL= http://forgeapi.puppetlabs.com/v3/files/$(COMPONENT_ARCHIVE)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_PROJECT_URL= http://www.openstack.org/
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixCOMPONENT_BUGDB= utility/puppet
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixTPNO= 24145
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixinclude $(WS_MAKE_RULES)/prep.mk
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixinclude $(WS_MAKE_RULES)/puppetmodule.mk
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixinclude $(WS_MAKE_RULES)/ips.mk
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixMODULE_NAME = rsync
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixASLR_MODE = $(ASLR_NOT_APPLICABLE)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix# common targets
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixbuild: $(BUILD_NO_ARCH)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixinstall: $(INSTALL_NO_ARCH)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix
b320a8d186114a5122ddc3afbe95110eb6cb10cecilixtest: $(NO_TESTS)
b320a8d186114a5122ddc3afbe95110eb6cb10cecilix