Makefile revision 2521
1008N/A#
1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License (the "License").
1008N/A# You may not use this file except in compliance with the License.
1008N/A#
1008N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1008N/A# or http://www.opensolaris.org/os/licensing.
1008N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
1008N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1008N/A# If applicable, add the following below this CDDL HEADER, with the
1008N/A# fields enclosed by brackets "[]" replaced with your own identifying
1008N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1008N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A
1008N/A#
1008N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
1008N/A#
1008N/Ainclude ../../../make-rules/shared-macros.mk
1008N/A
1008N/ACOMPONENT_NAME= horizon
1008N/ACOMPONENT_CODENAME= grizzly
1008N/ACOMPONENT_VERSION= 2013.1.4
1008N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1140N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1140N/ACOMPONENT_ARCHIVE_HASH= \
1008N/A sha256:fb24b6d8b38d199a8ab0174335df63c7612e74a02e4f0883ee8a3181ce07b4ab
1008N/ACOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
1008N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
1008N/ACOMPONENT_BUGDB= utility/horizon
1008N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
1008N/A
1008N/Ainclude $(WS_TOP)/make-rules/prep.mk
1008N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1008N/Ainclude $(WS_TOP)/make-rules/ips.mk
1008N/A
1008N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1008N/A
1008N/A# Since this is an app, and doesn't provide any public library interfaces, we
1008N/A# only need to deliver one version. The manifest is parameterized, though.
1008N/APYTHON_VERSIONS= 2.6
1008N/A
1140N/APKG_MACROS += PYVER=$(PYTHON_VERSIONS)
1140N/A
1008N/ACOMPONENT_POST_INSTALL_ACTION += \
1008N/A ($(MKDIR) $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/css; \
1008N/A $(CP) files/branding/css/solaris.css $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/css; \
1008N/A $(MKDIR) $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/img; \
1008N/A $(CP) files/branding/img/* $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/img; \
1008N/A $(MKDIR) $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/theme; \
1008N/A $(CP) files/branding/theme/_stylesheets.html $(PROTO_DIR)/usr/lib/python2.6/vendor-packages/openstack_dashboard/static/solaris/theme)
1008N/A
1008N/A# common targets
1008N/Abuild: $(BUILD_NO_ARCH)
1008N/A
1008N/Ainstall: $(INSTALL_NO_ARCH)
1008N/A
1008N/Atest: $(NO_TESTS)
1008N/A
1008N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1008N/A
1008N/Ainclude $(WS_TOP)/make-rules/depend.mk
1008N/A