Home
last modified time | relevance | path

Searched refs:LEX (Results 1 – 24 of 24) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
DMakefile.am35 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` macro
DMakefile.in243 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
245 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
329 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
586 if test "$LEX" = :; then
587 LEX=${am_missing_run}flex
DChangeLog-9899355 (LEX): If flex is not in the source tree, use @LEX@ rather than
DChangeLog-91974884 FLEX->LEX.
/toolchain/binutils/binutils-2.25/gas/doc/
DMakefile.in162 LEX = @LEX@
/toolchain/binutils/binutils-2.25/
DMakefile.tpl140 LEX="$(LEX)"; export LEX; \
377 LEX = @LEX@
Dconfigure7908 if test -n "$LEX"; then
7909 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7929 if test -n "$LEX"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7931 $as_echo "$LEX" >&6; }
7938 test -n "$LEX" && break
7940 test -n "$LEX" || LEX="$MISSING flex"
Dconfigure.ac3125 # Generate default definitions for YACC, M4, LEX and other programs that run
3145 AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3147 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3148 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
DChangeLog4165 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5262 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11280 * configure: Restore Canadian Cross handling of BISON and LEX,
11317 * Makefile.in configure: Change the way LEX and BISON/YACC are
DMakefile.in137 LEX="$(LEX)"; export LEX; \
374 LEX = @LEX@
/toolchain/binutils/binutils-2.25/binutils/doc/
DMakefile.in179 LEX = @LEX@
/toolchain/binutils/binutils-2.25/gas/
DMakefile.am28 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi` macro
Dconfigure12810 if test -n "$LEX"; then
12811 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12830 LEX=$ac_cv_prog_LEX
12831 if test -n "$LEX"; then
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12833 $as_echo "$LEX" >&6; }
12840 test -n "$LEX" && break
12842 test -n "$LEX" || LEX=":"
12844 if test "x$LEX" != "x:"; then
12864 { { ac_try="$LEX conftest.l"
[all …]
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
586 if test "$LEX" = :; then
587 LEX=${am_missing_run}flex
DMakefile.in127 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
129 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
193 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
DChangeLog-96972341 (LEX, LEXFLAGS): Define.
DChangeLog-00016787 * Makefile.am (YACC, LEX): Get them from configure.
/toolchain/binutils/binutils-2.25/ld/
Daclocal.m4580 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
586 if test "$LEX" = :; then
587 LEX=${am_missing_run}flex
Dconfigure16099 if test -n "$LEX"; then
16100 ac_cv_prog_LEX="$LEX" # Let the user override the test.
16119 LEX=$ac_cv_prog_LEX
16120 if test -n "$LEX"; then
16121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16122 $as_echo "$LEX" >&6; }
16129 test -n "$LEX" && break
16131 test -n "$LEX" || LEX=":"
16133 if test "x$LEX" != "x:"; then
16153 { { ac_try="$LEX conftest.l"
[all …]
DMakefile.in130 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
132 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
245 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
DMakefile.am30 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` macro
DChangeLog-9899405 (LEX): If flex is not in the source tree, use @LEX@ rather than
DChangeLog-91971017 * Makefile.in (ldlex.c): Don't pass any options to $(LEX).
7123 * Makefile.in: FLEX -> LEX.