Searched refs:builddir (Results 1 – 11 of 11) sorted by relevance
9 pharcmd: $(builddir)/phar.php $(builddir)/phar.phar28 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc29 -@test -d $(builddir)/phar || mkdir $(builddir)/phar30 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc36 $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/phar/*.inc $(srcdir…38 -@rm -f $(builddir)/phar.phar40 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.p…41 -@chmod +x $(builddir)/phar.phar45 $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)49 @$(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…
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)
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
5 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h6 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h22 $(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
77 dnl Creates builddir/include/what.h and in there #define WHAT value155 builddir = $abs_builddir170 dnl of the most recently added extension. $(srcdir) and $(builddir)178 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …
7 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h9 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
1 $(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
Completed in 19 milliseconds