components/openstack/heat/Makefile
branchs11u2-sru
changeset 3327 5abdd1497a6a
child 3533 0b8107a40da7
child 3996 20c0f21bbe1e
child 4156 4b1def16fe9b
equal deleted inserted replaced
3326:030508e3f1bd 3327:5abdd1497a6a
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 include ../../../make-rules/shared-macros.mk
       
    26 
       
    27 COMPONENT_NAME=		heat
       
    28 COMPONENT_CODENAME=	havana
       
    29 COMPONENT_VERSION=	2013.2.3
       
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    32 COMPONENT_ARCHIVE_HASH=	\
       
    33     sha256:5e1f437f75fd831bc6cbd23986d8e60a4008cf7a0a775e7a7405d56b335b1800
       
    34 COMPONENT_ARCHIVE_URL=	http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_PROJECT_URL=	http://www.openstack.org/
       
    36 COMPONENT_BUGDB=	service/heat
       
    37 IPS_COMPONENT_VERSION=	0.$(COMPONENT_VERSION) 
       
    38 
       
    39 TPNO=			18176
       
    40 
       
    41 include $(WS_TOP)/make-rules/prep.mk
       
    42 include $(WS_TOP)/make-rules/setup.py.mk
       
    43 include $(WS_TOP)/make-rules/ips.mk
       
    44 
       
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    46 
       
    47 # Since this is an app, and doesn't provide any public library interfaces, we
       
    48 # only need to deliver one version.  The manifest is parameterized, though.
       
    49 PYTHON_VERSIONS=	2.6
       
    50 
       
    51 PKG_MACROS +=		PYVER=$(PYTHON_VERSIONS)
       
    52 PKG_MACROS +=		PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
       
    53 
       
    54 # common targets
       
    55 build:		$(BUILD_NO_ARCH)
       
    56 
       
    57 install:	$(INSTALL_NO_ARCH)
       
    58 
       
    59 # tests require mox, discover, testtools, testrepository,
       
    60 # testscenarios, sphinx and oslo.sphinx some of which have not yet
       
    61 # integrated
       
    62 test:		$(NO_TESTS)
       
    63 
       
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
       
    66 include $(WS_TOP)/make-rules/depend.mk