components/php/xdebug/Makefile
changeset 5682 94c0ca64c022
parent 4408 47b0133297d6
child 7687 1093e2a9adbd
equal deleted inserted replaced
5681:b8fe51f35344 5682:94c0ca64c022
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 BUILD_BITS= 64
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 include $(WS_COMPONENTS)/php/php-metadata.mk
    27 include $(WS_COMPONENTS)/php/php-metadata.mk
    28 
    28 
    29 COMPONENT_NAME=		xdebug
    29 COMPONENT_NAME=		xdebug
    30 COMPONENT_VERSION=	2.3.2
    30 COMPONENT_VERSION=	2.3.2
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    33 COMPONENT_ARCHIVE_HASH= \
    32 COMPONENT_ARCHIVE_HASH= \
    34 	sha256:f875d0f8c4e96fa7c698a461a14faa6331694be231e2ddc4f3de0733322fc6d0
    33 	sha256:f875d0f8c4e96fa7c698a461a14faa6331694be231e2ddc4f3de0733322fc6d0
    35 COMPONENT_ARCHIVE_URL=	http://xdebug.org/files/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://xdebug.org/files/$(COMPONENT_ARCHIVE)
    36 COMPONENT_PROJECT_URL=	http://xdebug.org/
    35 COMPONENT_PROJECT_URL=	http://xdebug.org/
    37 
    36 
    38 TPNO=			22429
    37 TPNO=			22429
    39 
    38 
    40 include $(WS_MAKE_RULES)/prep.mk
    39 TEST_TARGET= $(NO_TESTS)
    41 include $(WS_MAKE_RULES)/configure.mk
    40 include $(WS_MAKE_RULES)/common.mk
    42 include $(WS_MAKE_RULES)/ips.mk
       
    43 
       
    44 include $(PHP_TOP_DIR)/phpize.mk
    41 include $(PHP_TOP_DIR)/phpize.mk
    45 
    42 
    46 CONFIGURE_OPTIONS +=	--enable-xdebug
    43 CONFIGURE_OPTIONS +=	--enable-xdebug
    47 
    44 
    48 configure: $(CONFIGURE_64)
       
    49 build: $(BUILD_64)
       
    50 install: $(INSTALL_64)
       
    51 test: $(NO_TESTS)
       
    52 
       
    53 REQUIRED_PACKAGES += system/library
       
    54 REQUIRED_PACKAGES += system/library/math
    45 REQUIRED_PACKAGES += system/library/math