Makefile revision 6779
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# CDDL HEADER START
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# The contents of this file are subject to the terms of the
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# Common Development and Distribution License (the "License").
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# You may not use this file except in compliance with the License.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# See the License for the specific language governing permissions
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# and limitations under the License.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# If applicable, add the following below this CDDL HEADER, with the
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# CDDL HEADER END
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync sha256:f4a525a2dd1b36b7ce5e2b2e1e010c3b4467f970604a582e81a4233a368f462b
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# Depends on keystoneclient which is not Python 3 ready.
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# common targets
8c3d541c7ee7442f570b22eca3d82808b35b0385vboxsync# tests require mox which hasn't been integrated yet