Makefile revision 3996
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# CDDL HEADER START
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# The contents of this file are subject to the terms of the
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# Common Development and Distribution License (the "License").
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# You may not use this file except in compliance with the License.
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# or http://www.opensolaris.org/os/licensing.
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# See the License for the specific language governing permissions
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# and limitations under the License.
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# When distributing Covered Code, include this CDDL HEADER in each
25966617d1bd64d0d70cf51975076a404287ff83Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# If applicable, add the following below this CDDL HEADER, with the
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# fields enclosed by brackets "[]" replaced with your own identifying
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# information: Portions Copyright [yyyy] [name of copyright owner]
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# CDDL HEADER END
5db031755ab3a8762e266f96f5d74832548d330bPhill Cunnington# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunningtoninclude ../../../make-rules/shared-macros.mk
cecac354c250e765529594cfe77d8e398b8b4c22Phill CunningtonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington sha256:1fa44f663f7109ccc3ddd393fbc5a7a077208e116f94e41ada7fbd977f27cbab
cecac354c250e765529594cfe77d8e398b8b4c22Phill CunningtonCOMPONENT_ARCHIVE_URL= http://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
cecac354c250e765529594cfe77d8e398b8b4c22Phill CunningtonCOMPONENT_PROJECT_URL= http://www.openstack.org/
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# common targets
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# Tests require:
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# fixtures, mox, nose, nose-exclude, testtools, coverage, sphinx
cecac354c250e765529594cfe77d8e398b8b4c22Phill Cunnington# some of which haven't been integrated yet