Makefile revision 3778
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# CDDL HEADER START
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# The contents of this file are subject to the terms of the
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# Common Development and Distribution License (the "License").
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# You may not use this file except in compliance with the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# or http://www.opensolaris.org/os/licensing.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# See the License for the specific language governing permissions
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# and limitations under the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# When distributing Covered Code, include this CDDL HEADER in each
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# If applicable, add the following below this CDDL HEADER, with the
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# fields enclosed by brackets "[]" replaced with your own identifying
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# information: Portions Copyright [yyyy] [name of copyright owner]
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# CDDL HEADER END
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagherinclude ../../../make-rules/shared-macros.mk
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel ReichlCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher sha256:565a4b322e1eb2d0cf8df59ae58b49b2e324c414a6dd0ba4a6aa3459600314da
3441d0c2d11aea0c39b009751a1898333c009674Stephen GallagherCOMPONENT_PROJECT_URL= http://www.openstack.org/
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# Depends on django, which is not Python 3 ready.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher# common targets
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria# tests require mox which hasn't been integrated yet