components/php-5_3/extensions.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 #
    30 #
    31 # phpize-proto runs autoconf
    31 # phpize-proto runs autoconf
    73 	( set -e; \
    73 	( set -e; \
    74 	cd ../$(COMPONENT_NAME)-zts; \
    74 	cd ../$(COMPONENT_NAME)-zts; \
    75 	$(MAKE) install )
    75 	$(MAKE) install )
    76 
    76 
    77 $(INSTALL_32):	../$(COMPONENT_NAME)-zts/build/$(MACH32)/.installed
    77 $(INSTALL_32):	../$(COMPONENT_NAME)-zts/build/$(MACH32)/.installed
    78 
       
    79 
       
    80 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    81 
       
    82 include $(WS_TOP)/make-rules/depend.mk