Makefile revision 5403
1334N/A#
1334N/A# CDDL HEADER START
1334N/A#
1334N/A# The contents of this file are subject to the terms of the
1334N/A# Common Development and Distribution License (the "License").
1334N/A# You may not use this file except in compliance with the License.
1334N/A#
1334N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1334N/A# or http://www.opensolaris.org/os/licensing.
1334N/A# See the License for the specific language governing permissions
1334N/A# and limitations under the License.
1334N/A#
1334N/A# When distributing Covered Code, include this CDDL HEADER in each
1334N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1334N/A# If applicable, add the following below this CDDL HEADER, with the
1334N/A# fields enclosed by brackets "[]" replaced with your own identifying
1334N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1334N/A#
1334N/A# CDDL HEADER END
1334N/A#
1334N/A
1334N/A#
1334N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1334N/A#
1334N/A
1334N/Ainclude ../../../make-rules/shared-macros.mk
1334N/A
1334N/ACOMPONENT_NAME= django_openstack_auth
1334N/ACOMPONENT_VERSION= 1.2.0
1334N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1334N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1334N/ACOMPONENT_ARCHIVE_HASH= \
1334N/A sha256:5ad78e5c92502f1abfb10fd101c023adf74a3e728bd42ed19ffea2185680f9a6
1334N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1334N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
1334N/ACOMPONENT_BUGDB= python-mod/openstack-auth
1334N/A
1334N/ATPNO= 25734
1334N/A
1334N/A# Depends on django, which is not Python 3 ready.
1334N/APYTHON_VERSIONS= $(PYTHON2_VERSIONS)
1334N/A
1334N/Ainclude $(WS_MAKE_RULES)/prep.mk
1334N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
1334N/Ainclude $(WS_MAKE_RULES)/ips.mk
1334N/A
1334N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1334N/A
1334N/A# common targets
1334N/Abuild: $(BUILD_NO_ARCH)
1334N/A
install: $(INSTALL_NO_ARCH)
# tests require mox which hasn't been integrated yet
test: $(NO_TESTS)
system-test: $(NO_TESTS)