components/links/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
child 7747 83e42ef0155e
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 # Because the Studio compiler generates thousands of lines of warnings.
    26 # Because the Studio compiler generates thousands of lines of warnings.
    27 COMPILER= gcc
    27 COMPILER= gcc
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    31 COMPONENT_VERSION=	2.12
    31 COMPONENT_VERSION=	2.12
    32 COMPONENT_PROJECT_URL=	http://links.twibright.com/
    32 COMPONENT_PROJECT_URL=	http://links.twibright.com/
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:2e3da6193de9d6ee71bc4beab17169ecc58d7cbf2e20192a3f518ed9f7f22e33
    34     sha256:2e3da6193de9d6ee71bc4beab17169ecc58d7cbf2e20192a3f518ed9f7f22e33
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_ANITYA_ID=	1822
    36 
    37 
    37 TPNO=			27168
    38 TPNO=			27168
    38 
    39 
    39 TEST_TARGET= $(NO_TESTS)
    40 TEST_TARGET= $(NO_TESTS)
    40 include $(WS_MAKE_RULES)/common.mk
    41 include $(WS_MAKE_RULES)/common.mk