Home
last modified time | relevance | path

Searched refs:builddir (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/phar/
H A DMakefile.frag9 pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
28 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
29 -@test -d $(builddir)/phar || mkdir $(builddir)/phar
30 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
34 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(srcdir)/build_precommand.php > $(builddir)/ph…
36 $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/phar/*.inc $(srcdir…
38 -@rm -f $(builddir)/phar.phar
40 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.p…
41 -@chmod +x $(builddir)/phar.phar
45 …$(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)/$(program_prefix)phar$(program_suffix).p…
[all …]
/PHP-7.4/pear/
H A DMakefile.frag17 @if test ! -f $(builddir)/install-pear-nozlib.phar; then \
19 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
22 "$(WGET)" "${PEAR_INSTALLER_URL}" -nd -P $(builddir)/; \
24 "$(FETCH)" -o $(builddir)/ "${PEAR_INSTALLER_URL}"; \
26 …$(top_builddir)/sapi/cli/php -n $(srcdir)/fetch.php "${PEAR_INSTALLER_URL}" $(builddir)/install-pe…
30 …@if test -f $(builddir)/install-pear-nozlib.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); th…
/PHP-7.4/scripts/
H A DMakefile.frag35 install-programs: $(builddir)/phpize $(builddir)/php-config
40 …$(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.status
52 $(builddir)/php-config: $(srcdir)/php-config.in $(top_builddir)/config.status
H A Dphpize.in9 builddir="`pwd`"
94 case "$builddir" in
106 test -x "$builddir/build/shtool" || chmod +x "$builddir/build/shtool"
108 if test ! -x "$builddir/build/shtool"; then
116 php_shtool=$builddir/build/shtool
147 (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
148 (cd "$phpdir" && cp $FILES "$builddir")
/PHP-7.4/ext/standard/
H A DMakefile.frag7 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h
9 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
/PHP-7.4/scripts/dev/
H A Dgenfiles105 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" YACC="$YACC" SED="$SED" srcdir=Zend builddir=Zend top_s…
113 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" YACC="$YACC" srcdir=sapi/phpdbg builddir=sapi/phpdbg to…
119 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" YACC="$YACC" srcdir=ext/json builddir=ext/json top_srcd…
125 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/pdo builddir=ext/pdo top_srcdir=. \
130 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/standard builddir=ext/standard top_srcdir=. \
136 $MAKE RE2C="$RE2C" RE2C_FLAGS="$RE2C_FLAGS" srcdir=ext/phar builddir=ext/phar top_srcdir=. \
/PHP-7.4/Zend/
H A DMakefile.frag5 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h
6 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h
35 $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zend_language_parser.h
/PHP-7.4/ext/fileinfo/
H A DMakefile.frag1 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
/PHP-7.4/ext/tokenizer/
H A DMakefile.frag4 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
/PHP-7.4/sapi/phpdbg/
H A DMakefile.frag14 $(builddir)/phpdbg_lexer.lo: $(srcdir)/phpdbg_parser.h
/PHP-7.4/docs/
H A Dunix-build-system.md88 `Makefile.frag`. In this file, `$(builddir)` and `$(srcdir)` will be replaced by
92 Make sure to prefix *all* relative paths correctly with either `$(builddir)` or
/PHP-7.4/build/
H A Dphp.m475 dnl Creates builddir/include/what.h and in there #define WHAT value.
154 builddir = $abs_builddir
169 dnl recently added extension. $(srcdir) and $(builddir) are substituted with the
176 …test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> …

Completed in 24 milliseconds