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