components/libestr/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4450 423f06e4bc35
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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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=		libestr
    25 COMPONENT_NAME=		libestr
    26 COMPONENT_VERSION=	0.1.2
    26 COMPONENT_VERSION=	0.1.2
    31 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_ARCHIVE)
    32 COMPONENT_BUGDB=	utility/logger
    32 COMPONENT_BUGDB=	utility/logger
    33 
    33 
    34 TPNO=			7585
    34 TPNO=			7585
    35 
    35 
    36 include ../../make-rules/prep.mk
    36 include $(WS_MAKE_RULES)/prep.mk
    37 include ../../make-rules/configure.mk
    37 include $(WS_MAKE_RULES)/configure.mk
    38 include ../../make-rules/ips.mk
    38 include $(WS_MAKE_RULES)/ips.mk
    39 
    39 
    40 # Userland default includes -mt which links with libthread which we don't need.
    40 # Userland default includes -mt which links with libthread which we don't need.
    41 studio_MT =
    41 studio_MT =
    42 
    42 
    43 # This is needed for the 64-bit library to be built correctly.
    43 # This is needed for the 64-bit library to be built correctly.
    48 
    48 
    49 install:	$(INSTALL_32_and_64)
    49 install:	$(INSTALL_32_and_64)
    50 
    50 
    51 test:		$(TEST_32_and_64)
    51 test:		$(TEST_32_and_64)
    52 
    52 
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    54 
    53 
    55 include ../../make-rules/depend.mk
    54 REQUIRED_PACKAGES += system/library