Makefile revision 3533
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
935N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
98N/Ainclude ../../../make-rules/shared-macros.mk
98N/A
98N/ACOMPONENT_NAME= heat
235N/ACOMPONENT_CODENAME= havana
156N/ACOMPONENT_VERSION= 2013.2.3
156N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
156N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
156N/ACOMPONENT_ARCHIVE_HASH= \
98N/A sha256:5e1f437f75fd831bc6cbd23986d8e60a4008cf7a0a775e7a7405d56b335b1800
98N/ACOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
98N/ACOMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).asc
98N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
493N/ACOMPONENT_BUGDB= service/heat
493N/AIPS_COMPONENT_VERSION= 0.$(COMPONENT_VERSION)
98N/A
911N/ATPNO= 18176
952N/A
952N/Ainclude $(WS_TOP)/make-rules/prep.mk
911N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
98N/Ainclude $(WS_TOP)/make-rules/ips.mk
235N/A
493N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
98N/A
916N/A# Since this is an app, and doesn't provide any public library interfaces, we
916N/A# only need to deliver one version. The manifest is parameterized, though.
916N/APYTHON_VERSIONS= 2.6
916N/A
98N/APKG_MACROS += PYVER=$(PYTHON_VERSIONS)
98N/APKG_MACROS += PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
98N/A
606N/A# common targets
98N/Abuild: $(BUILD_NO_ARCH)
98N/A
98N/Ainstall: $(INSTALL_NO_ARCH)
606N/A
606N/A# tests require mox, discover, testtools, testrepository,
98N/A# testscenarios, sphinx and oslo.sphinx some of which have not yet
493N/A# integrated
493N/Atest: $(NO_TESTS)
98N/A
98N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
98N/A
98N/Ainclude $(WS_TOP)/make-rules/depend.mk
908N/A