components/libee/Makefile
branchs11-update
changeset 4450 423f06e4bc35
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
4449:7824aa88c6b2 4450:423f06e4bc35
    21 # Copyright (c) 2012, 2015, 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=		libee
    25 COMPONENT_NAME=		libee
    26 COMPONENT_VERSION=	0.3.2
    26 COMPONENT_VERSION=	0.4.1
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_PROJECT_URL=	http://www.libee.org/
    28 COMPONENT_PROJECT_URL=	http://www.libee.org/
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE_HASH=	sha256:4e19bf297fb76f18fef773c651767152ebf65ecd4a1f4b06fe1c5f117fa4f81a
    30 COMPONENT_ARCHIVE_HASH=	sha256:c0dac01938593deee06c3d161e4eda4ecc0fd7317e1321bd96e301aceb7fb027
    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=	service/rsyslog
    33 
    33 TPNO=			20532
    34 TPNO=			7585
       
    35 
    34 
    36 include $(WS_MAKE_RULES)/prep.mk
    35 include $(WS_MAKE_RULES)/prep.mk
    37 include $(WS_MAKE_RULES)/configure.mk
    36 include $(WS_MAKE_RULES)/configure.mk
    38 include $(WS_MAKE_RULES)/ips.mk
    37 include $(WS_MAKE_RULES)/ips.mk
    39 
    38 
    41 studio_MT =
    40 studio_MT =
    42 
    41 
    43 # This is needed for the 64-bit library to be built correctly.
    42 # This is needed for the 64-bit library to be built correctly.
    44 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    43 CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
    45 
    44 
       
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    46 
    46 # common targets
    47 # common targets
       
    48 configure:	$(CONFIGURE_32_and_64)
       
    49 
    47 build:		$(BUILD_32_and_64)
    50 build:		$(BUILD_32_and_64)
    48 
    51 
    49 install:	$(INSTALL_32_and_64)
    52 install:	$(INSTALL_32_and_64)
    50 
    53 
    51 test:		$(TEST_32_and_64)
    54 # Tests are currently broken
       
    55 test:		$(NO_TESTS)
    52 
    56 
       
    57 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
    53 
    58 
    54 REQUIRED_PACKAGES += library/libestr
    59 REQUIRED_PACKAGES += library/libestr
    55 REQUIRED_PACKAGES += system/library
    60 REQUIRED_PACKAGES += system/library
       
    61 REQUIRED_PACKAGES += system/library/math