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