Searched refs:top_srcdir (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/ext/tokenizer/ |
H A D | Makefile.frag | 1 $(top_srcdir)/Zend/zend_language_parser.c: 2 $(top_srcdir)/Zend/zend_language_scanner.c: 3 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
|
/PHP-5.6/ext/phar/ |
H A D | Makefile.frag | 2 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_pa… 9 $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \ 11 $(top_srcdir)/build/shtool echo -n -- " -d extension_dir=$(top_builddir)/modules"; \ 14 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ 19 $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \ 21 PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefi…
|
/PHP-5.6/ |
H A D | Makefile.global | 1 mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p 2 INSTALL = $(top_srcdir)/build/shtool install -c 5 DEFS = -DPHP_ATOM_INC -I$(top_builddir)/include -I$(top_builddir)/main -I$(top_srcdir) 52 i=`$(top_srcdir)/build/shtool path -d $$i`; \ 64 $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \ 68 (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \ 78 . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ 83 …. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlnam… 98 INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \ 102 TEST_PHP_SRCDIR=$(top_srcdir) \ [all …]
|
H A D | Makefile.gcov | 24 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \ 27 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \ 30 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \ 33 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \ 36 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \ 39 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
|
H A D | Makefile.frag | 10 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la… 21 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…
|
H A D | configure.in | 1147 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend" 1148 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
|
H A D | acinclude.m4 | 158 top_srcdir = $abs_srcdir
|
/PHP-5.6/ext/standard/ |
H A D | Makefile.frag | 3 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar… 6 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/… 10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
|
/PHP-5.6/ext/pdo/ |
H A D | Makefile.frag | 10 …(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser… 17 $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 21 $(INSTALL_DATA) $(top_srcdir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \
|
/PHP-5.6/build/ |
H A D | mkdep.awk | 26 top_srcdir=$1 61 if (sub(top_srcdir, "$(top_srcdir)", $3) == 0)
|
H A D | libtool.m4 | 2643 # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/' 2645 # using automake, define top_builddir and top_srcdir appropriately in 2655 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 2669 # '${top_srcdir}/' (note the single quotes!). If your package is not 2670 # flat and you're not using automake, define top_builddir and top_srcdir 2686 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
|
/PHP-5.6/sapi/phpdbg/ |
H A D | Makefile.frag | 17 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo $(srcdir)/phpdbg_lexer.c $(s…
|
/PHP-5.6/scripts/ |
H A D | Makefile.frag | 30 (cd $(top_srcdir) && \
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | configure | 1706 if test -z "$ac_dots"; then top_srcdir=. 1707 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 1708 /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 1711 top_srcdir="$ac_dots$ac_given_srcdir" ;; 1732 s%@top_srcdir@%$top_srcdir%g
|
Completed in 46 milliseconds