1$(BUILD_DIR)\\minilua.exe: ext\opcache\jit\dynasm\minilua.c 2 @if exist $(BUILD_DIR)\\minilua.exe del $(BUILD_DIR)\\minilua.exe 3 $(PHP_CL) /Fo$(BUILD_DIR)\ /Fd$(BUILD_DIR)\ /Fp$(BUILD_DIR)\ /FR$(BUILD_DIR) /Fe$(BUILD_DIR)\minilua.exe ext\opcache\jit\dynasm\minilua.c 4 5ext\opcache\jit\zend_jit_x86.c: ext\opcache\jit\zend_jit_x86.dasc $(BUILD_DIR)\\minilua.exe 6 @if exist ext\opcache\jit\zend_jit_x86.c del ext\opcache\jit\zend_jit_x86.c 7 $(BUILD_DIR)\\minilua.exe ext/opcache/jit/dynasm/dynasm.lua $(DASM_FLAGS) -o $@ ext/opcache/jit/zend_jit_x86.dasc 8 9$(BUILD_DIR)\ext\opcache\jit\zend_jit.obj: \ 10 ext/opcache/jit/zend_jit_x86.c \ 11 ext/opcache/jit/zend_jit_helpers.c \ 12 ext/opcache/jit/zend_jit_disasm_x86.c \ 13 ext/opcache/jit/zend_jit_gdb.c \ 14 ext/opcache/jit/zend_jit_perf_dump.c \ 15 ext/opcache/jit/zend_jit_oprofile.c \ 16 ext/opcache/jit/zend_jit_trace.c \ 17 ext/opcache/jit/zend_jit_vtune.c 18