Home
last modified time | relevance | path

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

/PHP-7.3/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
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)
49 @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
[all …]
/PHP-7.3/pear/
H A DMakefile.frag19 @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…
/PHP-7.3/scripts/
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")
149 (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
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
/PHP-7.3/
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
22 $(builddir)/zend_highlight.lo $(builddir)/zend_compile.lo: $(srcdir)/zend_language_parser.h
H A DREADME.UNIX-BUILD-SYSTEM88 Makefile.frag. In this file, $(builddir) and $(srcdir) will be
93 $(builddir) or $(srcdir). Because the build system does not
H A Dacinclude.m477 dnl Creates builddir/include/what.h and in there #define WHAT value
155 builddir = $abs_builddir
170 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 >> …
/PHP-7.3/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.3/ext/fileinfo/
H A DMakefile.frag1 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
/PHP-7.3/ext/tokenizer/
H A DMakefile.frag4 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
/PHP-7.3/sapi/phpdbg/
H A DMakefile.frag14 $(builddir)/phpdbg_lexer.lo: $(srcdir)/phpdbg_parser.h

Completed in 55 milliseconds