Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A DMakefile.frag4 pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
23 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
24 -@test -d $(builddir)/phar || mkdir $(builddir)/phar
25 -@test -f $(builddir)/phar/phar.inc || cp $(srcdir)/phar/phar.inc $(builddir)/phar/phar.inc
31 $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/phar/*.inc $(srcdir…
33 -@rm -f $(builddir)/phar.phar
35 …@$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) $(builddir)/phar.php pack -f $(builddir)/phar.p…
36 -@chmod +x $(builddir)/phar.phar
40 $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
44 @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
[all …]
/PHP-7.0/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.0/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")
149 (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
/PHP-7.0/
H A DMakefile.frag6 $(builddir)/zend_language_scanner.lo: $(srcdir)/zend_language_parser.h
7 $(builddir)/zend_ini_scanner.lo: $(srcdir)/zend_ini_parser.h
23 $(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.m479 dnl Creates builddir/include/what.h and in there #define WHAT value
157 builddir = $abs_builddir
172 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 >> …
/PHP-7.0/ext/standard/
H A DMakefile.frag8 $(builddir)/info.lo: $(builddir)/../../main/build-defs.h
10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
/PHP-7.0/ext/fileinfo/
H A DMakefile.frag2 $(builddir)/libmagic/apprentice.lo: $(srcdir)/data_file.c
/PHP-7.0/ext/tokenizer/
H A DMakefile.frag4 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
/PHP-7.0/sapi/phpdbg/
H A DMakefile.frag14 $(builddir)/phpdbg_lexer.lo: $(srcdir)/phpdbg_parser.h
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog4678 copy DLL to top builddir before testing

Completed in 33 milliseconds