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