Home
last modified time | relevance | path

Searched refs:RE2C (Results 1 – 10 of 10) sorted by relevance

/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)
/PHP-5.3/
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 Dacinclude.m42163 AC_CHECK_PROG(RE2C, re2c, re2c)
2164 if test -n "$RE2C"; then
2166 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2170 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
2177 RE2C="exit 0;"
2180 PHP_SUBST(RE2C)
/PHP-5.3/Zend/
H A DMakefile.am34 …$(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt $(srcdir)/zend_language_scanner_defs.h -o$@ $(srcdir)…
46 …$(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.h -o$@ $(srcdir)/zend…
/PHP-5.3/win32/build/
H A DMakefile24 RE2C="$(RE2C)" macro
35 !if $(RE2C) == ""
55 !if $(RE2C) != ""
57 …$(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.…
60 …$(RE2C) $(RE2C_FLAGS) --case-inverted -cbdFt Zend/zend_language_scanner_defs.h -oZend/zend_languag…
H A Dconfig.w32.phpize.in50 RE2C = PATH_PROG('re2c');
51 if (RE2C) {
55 RE2CVERS = probe_binary(RE2C, "version");
62 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);
64 DEFINE('RE2C', '');
H A Dconfig.w3251 RE2C = PATH_PROG('re2c');
52 if (RE2C) {
56 RE2CVERS = probe_binary(RE2C, "version");
63 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);
65 DEFINE('RE2C', '');
H A Dtemplate.dsp29 RE2C=re2c.exe
/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)
/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)

Completed in 20 milliseconds