Searched refs:top_srcdir (Results 1 – 14 of 14) sorted by relevance
/PHP-7.2/ext/tokenizer/ |
H A D | Makefile.frag | 1 $(top_srcdir)/Zend/zend_language_parser.c: 2 $(top_srcdir)/Zend/zend_language_scanner.c: 3 $(top_srcdir)/ext/tokenizer/tokenizer_data.c: $(top_srcdir)/Zend/zend_language_parser.h 4 $(builddir)/tokenizer.lo: $(top_srcdir)/Zend/zend_language_parser.c $(top_srcdir)/Zend/zend_languag…
|
/PHP-7.2/ext/phar/ |
H A D | Makefile.frag | 2 @(cd $(top_srcdir); \ 14 $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \ 16 $(top_srcdir)/build/shtool echo -n -- " -d extension_dir=$(top_builddir)/modules"; \ 19 …. $(top_builddir)/modules/$$i.la; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \ 24 $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \ 26 PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefi…
|
/PHP-7.2/ext/standard/ |
H A D | Makefile.frag | 2 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar… 5 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/… 9 $(builddir)/basic_functions.lo: $(top_srcdir)/Zend/zend_language_parser.h
|
/PHP-7.2/ |
H A D | Makefile.gcov | 23 ln -f -s $(top_srcdir)/$$y.c lcov_data/$$y.c; \ 26 ln -f -s $(top_srcdir)/$$y.h lcov_data/$$y.h; \ 29 ln -f -s $(top_srcdir)/$$y.re lcov_data/$$y.re; \ 32 ln -f -s $(top_srcdir)/$$y.y lcov_data/$$y.y; \ 35 ln -f -s $(top_srcdir)/$$y.l lcov_data/$$y.l; \ 38 ln -f -s $(top_srcdir)/$$y lcov_data/$$y; \
|
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.frag | 9 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la… 20 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…
|
H A D | configure.ac | 1168 INCLUDES="$INCLUDES -I\$(top_srcdir)/main -I\$(top_srcdir)/Zend" 1169 INCLUDES="$INCLUDES -I\$(top_srcdir)/TSRM -I\$(top_builddir)/"
|
H A D | acinclude.m4 | 158 top_srcdir = $abs_srcdir
|
/PHP-7.2/ext/pdo/ |
H A D | Makefile.frag | 10 @(cd $(top_srcdir); \ 22 $(INSTALL_DATA) $(top_srcdir)/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \ 26 $(INSTALL_DATA) $(top_srcdir)/ext/pdo/$$f $(INSTALL_ROOT)$(phpincludedir)/ext/pdo; \
|
/PHP-7.2/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-7.2/scripts/ |
H A D | Makefile.frag | 30 (cd $(top_srcdir) && \
|
/PHP-7.2/sapi/phpdbg/ |
H A D | Makefile.frag | 17 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c s…
|
/PHP-7.2/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 42 milliseconds