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