Makefile revision 4285
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# CDDL HEADER START
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# The contents of this file are subject to the terms of the
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# Common Development and Distribution License (the "License").
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# You may not use this file except in compliance with the License.
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# See the License for the specific language governing permissions
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# and limitations under the License.
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# When distributing Covered Code, include this CDDL HEADER in each
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# If applicable, add the following below this CDDL HEADER, with the
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# fields enclosed by brackets "[]" replaced with your own identifying
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# information: Portions Copyright [yyyy] [name of copyright owner]
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# CDDL HEADER END
58796c10572cc1f7bf590f57194084c635afe096Matthew Petroff# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith# Used for placement of openstack_common.py
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith $(CP) files/openstack_common.py $(PROTO_DIR)$(PYTHON_LIB); \
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
2f48995b5616e7ec03e6731e508dfe8f641d4691John Smith @echo 'No downloads for this component'