components/php-5_3/php-nsapi/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3777 68aef260e079
child 4173 8d9bea4f92c7
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    48 
    48 
    49 PATCH_DIR = ../php-sapi/patches
    49 PATCH_DIR = ../php-sapi/patches
    50 
    50 
    51 include ../php-sapi/php.mk
    51 include ../php-sapi/php.mk
    52 
    52 
    53 include $(WS_TOP)/make-rules/prep.mk
    53 include $(WS_MAKE_RULES)/prep.mk
    54 include $(WS_TOP)/make-rules/configure.mk
    54 include $(WS_MAKE_RULES)/configure.mk
    55 include $(WS_TOP)/make-rules/ips.mk
    55 include $(WS_MAKE_RULES)/ips.mk
    56 
    56 
    57 include ../common.mk
    57 include ../common.mk
    58 
    58 
    59 COMPONENT_POST_UNPACK_ACTION += && ( \
    59 COMPONENT_POST_UNPACK_ACTION += && ( \
    60 	set -e; \
    60 	set -e; \
   143 test:		$(TEST_32)
   143 test:		$(TEST_32)
   144 
   144 
   145 # php-sapi does the publish
   145 # php-sapi does the publish
   146 publish:	install
   146 publish:	install
   147 
   147 
   148 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   149 
   148 
   150 include $(WS_TOP)/make-rules/depend.mk