Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/phar/
H A DMakefile.frag2 …@(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.5/
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)
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 DMakefile.gcov24 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 DMakefile.frag10 …@(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 Dconfigure.in1144 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend"
1145 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
H A Dacinclude.m4158 top_srcdir = $abs_srcdir
/PHP-5.5/ext/standard/
H A DMakefile.frag3 …@(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.5/ext/pdo/
H A DMakefile.frag9 …(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser…
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.5/build/
H A Dmkdep.awk26 top_srcdir=$1
61 if (sub(top_srcdir, "$(top_srcdir)", $3) == 0)
H A Dlibtool.m42643 # '${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.5/scripts/
H A DMakefile.frag30 (cd $(top_srcdir) && \
/PHP-5.5/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 44 milliseconds