Makefile revision 3998
cf7a2a65e777b164523f5a5a52a1ac64e4322760vboxsync# CDDL HEADER START
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# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
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]
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
26ab5559e05ae622734a4047cee975670da3b0e8vboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync sha256:b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsyncCOMPONENT_PROJECT_URL= http://django-compressor.readthedocs.org
58668e366c315f45ea3be7b3a43f79224858173avboxsync# Depends on django, which is not Python 3 ready.
03aac79017ed994516d9547741b0e7aa9224c24cvboxsync# common targets
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# unittests require django-discover-runner which is not integrated