Lines Matching refs:BUILD_DIR_DEV
41 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro
59 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)
144 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):
149 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
236 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
237 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
240 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
241 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >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
256 @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK