Makefile revision 6815
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# CDDL HEADER START
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# The contents of this file are subject to the terms of the
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# Common Development and Distribution License (the "License").
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# You may not use this file except in compliance with the License.
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# and limitations under the License.
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# When distributing Covered Code, include this CDDL HEADER in each
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# CDDL HEADER END
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba#
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
9158866837ac91b57163185b11014bea466fd6efludovicp#
32ad4c7a89f31d561793ded0d141a75ec8b10ba7JnRouvignac
eef6695bc3b88e10d60477095ebddd4b9499481fpgambainclude ../../../../make-rules/shared-macros.mk
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaCOMPONENT_NAME= openstack-swift
53e35ce54ead02709dff9de1879b1f415fe033eaJnRouvignacCOMPONENT_VERSION= 8.2.0
53e35ce54ead02709dff9de1879b1f415fe033eaJnRouvignacCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
0632c1a1d316ad8092da086b7401937040e38b65nicolas.capponi@forgerock.comCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaCOMPONENT_ARCHIVE_HASH= \
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba sha256:ac976c04a12c8d56c688161b2f68f5a180316cbd80cf739b952f5c437f00774a
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaCOMPONENT_ARCHIVE_URL= http://tarballs.openstack.org/puppet-swift/puppet-swift-$(COMPONENT_VERSION).tar.gz
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaCOMPONENT_PROJECT_URL= http://www.openstack.org/
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaCOMPONENT_BUGDB= service/swift
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaTPNO= 30883
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba
e371bf13d3f899f1de594880fafe67b990d65899JnRouvignacinclude $(WS_MAKE_RULES)/prep.mk
eef6695bc3b88e10d60477095ebddd4b9499481fpgambainclude $(WS_MAKE_RULES)/puppetmodule.mk
eef6695bc3b88e10d60477095ebddd4b9499481fpgambainclude $(WS_MAKE_RULES)/ips.mk
5b8895c51a4db1d2fb4b69fcf90ecdf63e9872dcJnRouvignac
2caefec7cf5774ad31a3db89b951ea2ce58e504dJnRouvignacMODULE_NAME = swift
d87eec6ea79502a1c14f1d960527ba986dfeb52cJnRouvignac
eef6695bc3b88e10d60477095ebddd4b9499481fpgambaASLR_MODE = $(ASLR_NOT_APPLICABLE)
505596516bdccc69f4ce41c923c89dad293bde68JnRouvignac
505596516bdccc69f4ce41c923c89dad293bde68JnRouvignac# common targets
c5c42716f4d4fa87246afab74c2d246bcb0dd21cJnRouvignacbuild: $(BUILD_NO_ARCH)
56194f1efc56099903283793fba0bc124e66a17bJnRouvignac
505596516bdccc69f4ce41c923c89dad293bde68JnRouvignacinstall: $(INSTALL_NO_ARCH)
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba
eef6695bc3b88e10d60477095ebddd4b9499481fpgambatest: $(NO_TESTS)
eef6695bc3b88e10d60477095ebddd4b9499481fpgamba