components/links/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3751 f7b7c259669f
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
       
    24 # Because the Studio compiler generates thousands of lines of warnings.
       
    25 COMPILER =		gcc
       
    26 
    23 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    24 
    28 
    25 COMPONENT_NAME=		links
    29 COMPONENT_NAME=		links
    26 COMPONENT_VERSION=	2.9
    30 COMPONENT_VERSION=	2.9
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/links
    37 COMPONENT_BUGDB=	utility/links
    34 
    38 
    35 TPNO=			21157
    39 TPNO=			21157
    36 
    40 
    37 include ../../make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    38 include ../../make-rules/configure.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    39 include ../../make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    40 
       
    41 # Because the Studio compiler generates thousands of lines of warnings.
       
    42 COMPILER =		gcc
       
    43 
    44 
    44 # Needed to generate a 64-bit executable.
    45 # Needed to generate a 64-bit executable.
    45 CC +=			$(CC_BITS)
    46 CC +=			$(CC_BITS)
    46 
    47 
    47 PATCH_LEVEL =		0
    48 PATCH_LEVEL =		0
    59 
    60 
    60 install:	$(INSTALL_64)
    61 install:	$(INSTALL_64)
    61 
    62 
    62 test:		$(NO_TESTS)
    63 test:		$(NO_TESTS)
    63 
    64 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
    65 
    66 include ../../make-rules/depend.mk
    66 REQUIRED_PACKAGES += compress/bzip2
       
    67 REQUIRED_PACKAGES += compress/xz
       
    68 REQUIRED_PACKAGES += library/security/openssl
       
    69 REQUIRED_PACKAGES += library/zlib
       
    70 REQUIRED_PACKAGES += system/library