components/novnc/Makefile
changeset 3817 30b42c38bbc4
parent 3652 7e731a1b0b39
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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
    46 
    46 
    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 
       
    52 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    53 
       
    54 include $(WS_TOP)/make-rules/depend.mk