Lines Matching refs:y
80 Zend\zend_ini_parser.c Zend\zend_ini_parser.h: Zend\zend_ini_parser.y
81 $(BISON) --output=Zend/zend_ini_parser.c -v -d Zend/zend_ini_parser.y
83 Zend\zend_language_parser.c Zend\zend_language_parser.h: Zend\zend_language_parser.y
84 $(BISON) --output=Zend/zend_language_parser.c -v -d Zend/zend_language_parser.y
89 sapi\phpdbg\phpdbg_parser.c sapi\phpdbg\phpdbg_parser.h: sapi\phpdbg\phpdbg_parser.y
90 $(BISON) --output=sapi/phpdbg/phpdbg_parser.c -v -d sapi/phpdbg/phpdbg_parser.y
237 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
242 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
244 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
245 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
247 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
248 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
249 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
250 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
251 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
252 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
253 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
262 @if exist $(BUILD_DIR)\*.exe copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
264 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…
265 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul