Home
last modified time | relevance | path

Searched refs:top_srcdir (Results 1 – 13 of 13) sorted by relevance

/PHP-5.3/ext/tokenizer/
H A DMakefile.frag1 $(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.3/
H A DMakefile.global1 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)
48 i=`$(top_srcdir)/build/shtool path -d $$i`; \
60 $(INSTALL_DATA) $(top_srcdir)/$$src $(INSTALL_ROOT)$(phpincludedir)/$$i; \
64 (cd $(top_srcdir)/$$src && $(INSTALL_DATA) *.h $(INSTALL_ROOT)$(phpincludedir)/$$i; \
74 . $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
79 …. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlnam…
94 INI_SCANNED_PATH=`$(top_srcdir)/build/shtool path -d $$INI_SCANNED_PATH`; \
98 TEST_PHP_SRCDIR=$(top_srcdir) \
[all …]
H A DMakefile.gcov22 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 DMakefile.frag10 …@(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 Dconfigure.in1075 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend"
1076 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
H A Dacinclude.m4158 top_srcdir = $abs_srcdir
/PHP-5.3/ext/phar/
H A DMakefile.frag2 @(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.3/ext/standard/
H A DMakefile.frag3 @(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.3/ext/pdo/
H A DMakefile.frag9 (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.3/build/
H A Dmkdep.awk26 top_srcdir=$1
61 if (sub(top_srcdir, "$(top_srcdir)", $3) == 0)
H A Dlibtool.m42640 # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
2642 # using automake, define top_builddir and top_srcdir appropriately in
2652 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
2666 # '${top_srcdir}/' (note the single quotes!). If your package is not
2667 # flat and you're not using automake, define top_builddir and top_srcdir
2683 LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
/PHP-5.3/scripts/
H A DMakefile.frag30 (cd $(top_srcdir) && \
/PHP-5.3/ext/bcmath/libbcmath/
H A Dconfigure1706 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 32 milliseconds