Makefile revision 4623
52ea316008e2581c8113441c9c341e5c65225f6anilgun# CDDL HEADER START
52ea316008e2581c8113441c9c341e5c65225f6anilgun# The contents of this file are subject to the terms of the
52ea316008e2581c8113441c9c341e5c65225f6anilgun# Common Development and Distribution License (the "License").
52ea316008e2581c8113441c9c341e5c65225f6anilgun# You may not use this file except in compliance with the License.
52ea316008e2581c8113441c9c341e5c65225f6anilgun# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52ea316008e2581c8113441c9c341e5c65225f6anilgun# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52ea316008e2581c8113441c9c341e5c65225f6anilgun# If applicable, add the following below this CDDL HEADER, with the
52ea316008e2581c8113441c9c341e5c65225f6anilgun# fields enclosed by brackets "[]" replaced with your own identifying
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# information: Portions Copyright [yyyy] [name of copyright owner]
52ea316008e2581c8113441c9c341e5c65225f6anilgun# CDDL HEADER END
52ea316008e2581c8113441c9c341e5c65225f6anilgun# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
52ea316008e2581c8113441c9c341e5c65225f6anilgun sha256:9dae1e5e030741382e75f6da9ec34af1b8e8d50940d158fb14f4d427a01c0bff
52ea316008e2581c8113441c9c341e5c65225f6anilgunCOMPONENT_ARCHIVE_URL= http://launchpad.net/$(COMPONENT_NAME)/$(COMPONENT_CODENAME)/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
52ea316008e2581c8113441c9c341e5c65225f6anilgun# Since this is an app, and doesn't provide any public library interfaces, we
52ea316008e2581c8113441c9c341e5c65225f6anilgun# only need to deliver one version. The manifest is parameterized, though.
52ea316008e2581c8113441c9c341e5c65225f6anilgunPKG_MACROS += COMPONENT_BE_VERSION=$(COMPONENT_BE_VERSION)
52ea316008e2581c8113441c9c341e5c65225f6anilgunPKG_MACROS += PYV=$(shell echo $(PYTHON_VERSIONS) | tr -d .)
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh# ironic-api and ironic-conductor depend on ironic-db so copy all of the
52ea316008e2581c8113441c9c341e5c65225f6anilgun# service manifests into the proto directory for pkgdepend(1) to find.
52ea316008e2581c8113441c9c341e5c65225f6anilgun ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
52ea316008e2581c8113441c9c341e5c65225f6anilgun $(PROTO_DIR)/lib/svc/manifest/application/openstack/; \
52ea316008e2581c8113441c9c341e5c65225f6anilgun $(MKDIR) $(PROTO_DIR)$(PYTHON_LIB)/ironic/drivers/modules; \
52ea316008e2581c8113441c9c341e5c65225f6anilgun $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
52ea316008e2581c8113441c9c341e5c65225f6anilgun# common targets
52ea316008e2581c8113441c9c341e5c65225f6anilgun# Tests require:
52ea316008e2581c8113441c9c341e5c65225f6anilgun# hacking, coverage>=3.6, disvover, fixtures, oslo.test, psycopg2,
52ea316008e2581c8113441c9c341e5c65225f6anilgun# python-ironicclient, python-subunit, testrepository, testtools,
52ea316008e2581c8113441c9c341e5c65225f6anilgun# sphinx, sphinxcontrib, oslo.sphinx
52ea316008e2581c8113441c9c341e5c65225f6anilgun# Which haven't been integrated yet