components/novnc/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3809 eb8d6ce0657e
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		noVNC
    25 COMPONENT_NAME=		noVNC
    26 COMPONENT_VERSION=	0.5
    26 COMPONENT_VERSION=	0.5
    32 COMPONENT_PROJECT_URL=  http://kanaka.github.io/noVNC
    32 COMPONENT_PROJECT_URL=  http://kanaka.github.io/noVNC
    33 COMPONENT_BUGDB=	utility/novnc
    33 COMPONENT_BUGDB=	utility/novnc
    34 
    34 
    35 TPNO=			18799
    35 TPNO=			18799
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    38 include $(WS_MAKE_RULES)/ips.mk
    39 
    39 
    40 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    41 
    41 
    42 # common targets
    42 # common targets
    43 build:          prep
    43 build:          prep
    47 test:		$(NO_TESTS)
    47 test:		$(NO_TESTS)
    48 
    48 
    49 clean::
    49 clean::
    50 	$(RM) -r $(BUILD_DIR)
    50 	$(RM) -r $(BUILD_DIR)
    51 
    51 
    52 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    53 
    52 
    54 include $(WS_TOP)/make-rules/depend.mk
    53 REQUIRED_PACKAGES += consolidation/userland/userland-incorporation