components/php-5_3/extensions-zts.mk
changeset 3817 30b42c38bbc4
parent 2211 a99bbd5139c0
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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 
    23 
    24 include $(WS_TOP)/make-rules/prep.mk
    24 include $(WS_MAKE_RULES)/prep.mk
    25 include $(WS_TOP)/make-rules/configure.mk
    25 include $(WS_MAKE_RULES)/configure.mk
    26 include $(WS_TOP)/make-rules/ips.mk
    26 include $(WS_MAKE_RULES)/ips.mk
    27 
    27 
    28 include ../common.mk
    28 include ../common.mk
    29 
    29 
    30 # NOTE: this phpize-proto comes from nsapi while
    30 # NOTE: this phpize-proto comes from nsapi while
    31 #       php-config-proto comes from sapi
    31 #       php-config-proto comes from sapi
    79 	cd ../php-nsapi; \
    79 	cd ../php-nsapi; \
    80 	$(MAKE) install )
    80 	$(MAKE) install )
    81 
    81 
    82 $(BUILD_DIR_32)/.configured:    ../php-sapi/build/$(MACH32)/.installed
    82 $(BUILD_DIR_32)/.configured:    ../php-sapi/build/$(MACH32)/.installed
    83 $(BUILD_DIR_32)/.configured:    ../php-nsapi/build/$(MACH32)/.installed
    83 $(BUILD_DIR_32)/.configured:    ../php-nsapi/build/$(MACH32)/.installed
    84 
       
    85 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    86 
       
    87 include $(WS_TOP)/make-rules/depend.mk