Makefile revision 2400
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER START
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# The contents of this file are subject to the terms of the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Common Development and Distribution License (the "License").
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You may not use this file except in compliance with the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# or http://www.opensolaris.org/os/licensing.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# See the License for the specific language governing permissions
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# and limitations under the License.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# When distributing Covered Code, include this CDDL HEADER in each
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# If applicable, add the following below this CDDL HEADER, with the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# fields enclosed by brackets "[]" replaced with your own identifying
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# information: Portions Copyright [yyyy] [name of copyright owner]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# CDDL HEADER END
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow#
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude ../../../make-rules/shared-macros.mk
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_NAME= django_compressor
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_VERSION= 1.3
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_ARCHIVE_HASH= \
4bff34e37def8a90f9194d81bc345c52ba20086athurlow sha256:66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_ARCHIVE_URL= $(call pypi_url)
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_PROJECT_URL= http://django-compressor.readthedocs.org
4bff34e37def8a90f9194d81bc345c52ba20086athurlowCOMPONENT_BUGDB= python-mod/django_compressor
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude $(WS_TOP)/make-rules/prep.mk
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude $(WS_TOP)/make-rules/setup.py.mk
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude $(WS_TOP)/make-rules/ips.mk
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowASLR_MODE = $(ASLR_NOT_APPLICABLE)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# common targets
148c5f43199ca0b43fc8e3b643aab11cd66ea327Alan Wrightbuild: $(BUILD_NO_ARCH)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinstall: $(INSTALL_NO_ARCH)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlow# unittests require django-discover-runner which is not integrated
4bff34e37def8a90f9194d81bc345c52ba20086athurlowtest: $(NO_TESTS)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
148c5f43199ca0b43fc8e3b643aab11cd66ea327Alan WrightBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow
4bff34e37def8a90f9194d81bc345c52ba20086athurlowinclude $(WS_TOP)/make-rules/depend.mk
4bff34e37def8a90f9194d81bc345c52ba20086athurlow