6408N/A#
6408N/A# CDDL HEADER START
6408N/A#
6408N/A# The contents of this file are subject to the terms of the
6408N/A# Common Development and Distribution License (the "License").
6408N/A# You may not use this file except in compliance with the License.
6408N/A#
6408N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6408N/A# or http://www.opensolaris.org/os/licensing.
6408N/A# See the License for the specific language governing permissions
6408N/A# and limitations under the License.
6408N/A#
6408N/A# When distributing Covered Code, include this CDDL HEADER in each
6408N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6408N/A# If applicable, add the following below this CDDL HEADER, with the
6408N/A# fields enclosed by brackets "[]" replaced with your own identifying
6408N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6408N/A#
6408N/A# CDDL HEADER END
6408N/A#
6408N/A
6408N/A#
6408N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6408N/A#
6408N/A
6408N/Ainclude ../../../make-rules/shared-macros.mk
6408N/A
6408N/ACOMPONENT_NAME= rjsmin
6408N/ACOMPONENT_VERSION= 1.0.12
6408N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6408N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
6408N/ACOMPONENT_ARCHIVE_HASH= \
6408N/A sha256:9511f280ae35c53d6b42a8e35663f08c39664bd472caf9a59cdec099bd59a2c1
6408N/ACOMPONENT_ARCHIVE_URL= http://storage.perlig.de/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
6408N/ACOMPONENT_PROJECT_URL= http://opensource.perlig.de/rjsmin/
6408N/ACOMPONENT_BUGDB= python-mod/rjsmin
6408N/A
6408N/ATPNO= 27708
6408N/A
6408N/Ainclude $(WS_MAKE_RULES)/prep.mk
6408N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
6408N/Ainclude $(WS_MAKE_RULES)/ips.mk
6408N/A
6408N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6408N/A
6408N/A# common targets
6408N/Abuild: $(BUILD_32_and_64)
6408N/A
6408N/Ainstall: $(INSTALL_32_and_64)
6408N/A
6408N/Atest: $(NO_TESTS)
6408N/A
6408N/Asystem-test: $(NO_TESTS)