Searched refs:builddir (Results 1 – 12 of 12) sorted by relevance
4 pharcmd: $(builddir)/phar.php $(builddir)/phar.phar23 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc24 -@test -d $(builddir)/phar || mkdir $(builddir)/phar25 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc31 $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/phar/*.inc $(srcdir…33 -@rm -f $(builddir)/phar.phar35 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.p…36 -@chmod +x $(builddir)/phar.phar40 $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)44 @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1[all …]
19 @if test ! -f $(builddir)/install-pear-nozlib.phar; then \21 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \24 "$(WGET)" "${PEAR_INSTALLER_URL}" -nd -P $(builddir)/; \26 "$(FETCH)" -o $(builddir)/ "${PEAR_INSTALLER_URL}"; \28 …$(top_builddir)/sapi/cli/php -n $(srcdir)/fetch.php "${PEAR_INSTALLER_URL}" $(builddir)/install-pe…32 …@if test -f $(builddir)/install-pear-nozlib.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); th…
35 install-programs: $(builddir)/phpize $(builddir)/php-config40 …$(INSTALL) -m 755 $(builddir)/$${prog} $(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program…46 …$(INSTALL_DATA) $(builddir)/man1/$${page}.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)$${page…49 $(builddir)/phpize: $(srcdir)/phpize.in $(top_builddir)/config.status52 $(builddir)/php-config: $(srcdir)/php-config.in $(top_builddir)/config.status
9 builddir="`pwd`"94 case "$builddir" in106 test -x "$builddir/build/shtool" || chmod +x "$builddir/build/shtool"108 if test ! -x "$builddir/build/shtool"; then116 php_shtool=$builddir/build/shtool147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)148 (cd "$phpdir" && cp $FILES "$builddir")149 (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
6 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h7 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h23 $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zend_language_parser.h
88 Makefile.frag. In this file, $(builddir) and $(srcdir) will be93 $(builddir) or $(srcdir). Because the build system does not
79 dnl Creates builddir/include/what.h and in there #define WHAT value157 builddir = $abs_builddir172 dnl of the most recently added extension. $(srcdir) and $(builddir)180 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
8 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
2 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
4 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
14 $(builddir)/phpdbg_lexer.lo: $(srcdir)/phpdbg_parser.h
4678 copy DLL to top builddir before testing
Completed in 35 milliseconds