Makefile revision 3817
350N/A#
350N/A# CDDL HEADER START
350N/A#
350N/A# The contents of this file are subject to the terms of the
350N/A# Common Development and Distribution License (the "License").
350N/A# You may not use this file except in compliance with the License.
350N/A#
350N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
350N/A# or http://www.opensolaris.org/os/licensing.
350N/A# See the License for the specific language governing permissions
350N/A# and limitations under the License.
350N/A#
350N/A# When distributing Covered Code, include this CDDL HEADER in each
350N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
350N/A# If applicable, add the following below this CDDL HEADER, with the
350N/A# fields enclosed by brackets "[]" replaced with your own identifying
350N/A# information: Portions Copyright [yyyy] [name of copyright owner]
350N/A#
350N/A# CDDL HEADER END
350N/A#
350N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
350N/A#
3661N/Ainclude ../../make-rules/shared-macros.mk
350N/A
350N/ACOMPONENT_NAME= noVNC
350N/ACOMPONENT_VERSION= 0.5
350N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
350N/ACOMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
350N/ACOMPONENT_ARCHIVE_HASH= \
350N/A sha256:6d702a628c85384118d85d51225770a78dd62d805229f56e42b92798c87baa31
350N/ACOMPONENT_ARCHIVE_URL= https://github.com/kanaka/noVNC/archive/$(COMPONENT_ARCHIVE)
350N/ACOMPONENT_PROJECT_URL= http://kanaka.github.io/noVNC
844N/ACOMPONENT_BUGDB= utility/novnc
844N/A
350N/ATPNO= 18799
350N/A
350N/Ainclude $(WS_MAKE_RULES)/prep.mk
350N/Ainclude $(WS_MAKE_RULES)/ips.mk
350N/A
350N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
350N/A
1273N/A# common targets
1273N/Abuild: prep
3661N/A
3661N/Ainstall: build
350N/A
350N/Atest: $(NO_TESTS)
350N/A
350N/Aclean::
350N/A $(RM) -r $(BUILD_DIR)
1539N/A