Makefile revision 3661
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER START
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# or http://www.opensolaris.org/os/licensing.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# See the License for the specific language governing permissions
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# and limitations under the License.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# If applicable, add the following below this CDDL HEADER, with the
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# CDDL HEADER END
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews#
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrewsinclude ../../../make-rules/shared-macros.mk
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark AndrewsCOMPONENT_NAME= django_openstack_auth
COMPONENT_VERSION= 1.1.3
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:565a4b322e1eb2d0cf8df59ae58b49b2e324c414a6dd0ba4a6aa3459600314da
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= http://www.openstack.org/
COMPONENT_BUGDB= python-mod/django_openstack_auth
TPNO= 16306
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/setup.py.mk
include $(WS_TOP)/make-rules/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
# tests require mox which hasn't been integrated yet
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk