components/php-5_3/php-cgi/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3777 68aef260e079
child 4173 8d9bea4f92c7
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    32 
    32 
    33 PATCH_DIR = ../php-sapi/patches
    33 PATCH_DIR = ../php-sapi/patches
    34 
    34 
    35 include ../php-sapi/php.mk
    35 include ../php-sapi/php.mk
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_TOP)/make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 include ../common.mk
    41 include ../common.mk
    42 
    42 
    43 CONFIGURE_OPTIONS  += \
    43 CONFIGURE_OPTIONS  += \
    44 	--disable-all \
    44 	--disable-all \
    64 test:		$(TEST_32)
    64 test:		$(TEST_32)
    65 
    65 
    66 # php-sapi does the publish
    66 # php-sapi does the publish
    67 publish:	install
    67 publish:	install
    68 
    68 
    69 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    70 
    69 
    71 include $(WS_TOP)/make-rules/depend.mk