Makefile revision 3998
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# CDDL HEADER START
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The contents of this file are subject to the terms of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Common Development and Distribution License (the "License").
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# You may not use this file except in compliance with the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# or http://www.opensolaris.org/os/licensing.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# If applicable, add the following below this CDDL HEADER, with the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync#
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
79a32911c902685a8fafa06c4b9fd7f277994d93vboxsync#
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude ../../../make-rules/shared-macros.mk
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncCOMPONENT_NAME= django_compressor
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsyncCOMPONENT_VERSION= 1.4
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_ARCHIVE_HASH= \
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync sha256:b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_PROJECT_URL= http://django-compressor.readthedocs.org
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsyncCOMPONENT_BUGDB= python-mod/django-cmpress
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncTPNO= 21719
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync
58668e366c315f45ea3be7b3a43f79224858173avboxsync# Depends on django, which is not Python 3 ready.
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncPYTHON_VERSIONS= 2.7 2.6
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude $(WS_MAKE_RULES)/prep.mk
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
03aac79017ed994516d9547741b0e7aa9224c24cvboxsyncinclude $(WS_MAKE_RULES)/ips.mk
03aac79017ed994516d9547741b0e7aa9224c24cvboxsync
03aac79017ed994516d9547741b0e7aa9224c24cvboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
03aac79017ed994516d9547741b0e7aa9224c24cvboxsync
03aac79017ed994516d9547741b0e7aa9224c24cvboxsync# common targets
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncbuild: $(BUILD_NO_ARCH)
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync
26ab5559e05ae622734a4047cee975670da3b0e8vboxsyncinstall: $(INSTALL_NO_ARCH)
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# unittests require django-discover-runner which is not integrated
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsynctest: $(NO_TESTS)
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync