Searched refs:top_srcdir (Results 1 – 13 of 13) sorted by relevance
/PHP-5.4/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.4/ |
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 | 22 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \ 25 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \ 28 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \ 31 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \ 34 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \ 37 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
|
H A D | Makefile.frag | 10 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_language_scanner_defs.h… 21 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZe…
|
H A D | configure.in | 1130 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend" 1131 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
|
H A D | acinclude.m4 | 158 top_srcdir = $abs_srcdir
|
/PHP-5.4/ext/phar/ |
H A D | Makefile.frag | 2 @(cd $(top_srcdir); $(RE2C) -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re) 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.4/ext/standard/ |
H A D | Makefile.frag | 3 @(cd $(top_srcdir); $(RE2C) -b -o ext/standard/var_unserializer.c ext/standard/var_unserializer.re) 6 @(cd $(top_srcdir); $(RE2C) -b -o ext/standard/url_scanner_ex.c ext/standard/url_scanner_ex.re) 10 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
|
/PHP-5.4/ext/pdo/ |
H A D | Makefile.frag | 9 (cd $(top_srcdir); $(RE2C) -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re) 16 $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 20 $(INSTALL_DATA) $(top_srcdir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \
|
/PHP-5.4/build/ |
H A D | mkdep.awk | 26 top_srcdir=$1 61 if (sub(top_srcdir, "$(top_srcdir)", $3) == 0)
|
H A D | libtool.m4 | 2636 # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/' 2638 # using automake, define top_builddir and top_srcdir appropriately in 2648 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) 2662 # '${top_srcdir}/' (note the single quotes!). If your package is not 2663 # flat and you're not using automake, define top_builddir and top_srcdir 2679 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
|
/PHP-5.4/scripts/ |
H A D | Makefile.frag | 30 (cd $(top_srcdir) && \
|
/PHP-5.4/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