Lines Matching refs:phpdbg
1 phpdbg: $(BUILD_BINARY)
3 phpdbg-shared: $(BUILD_SHARED)
17 …ir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c sapi/phpdbg/phpd…
23 install-phpdbg: $(BUILD_BINARY)
28 …@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suff…
31 …@$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(progr…
33 clean-phpdbg:
35 find sapi/phpdbg/ -name *.lo -o -name *.o | xargs rm -f
37 test-phpdbg:
39 @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
41 .PHONY: clean-phpdbg test-phpdbg