Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/config/
Doverride.m4104 dnl If flex/lex are not found, the top level configure sets LEX to
106 dnl output file, it calls $LEX to do so, but the current lightweight
108 dnl Avoid calling the bulk of AC_PROG_LEX when $LEX is "missing".
110 [AC_CHECK_PROGS(LEX, flex lex, :)
111 case "$LEX" in
/toolchain/binutils/binutils-2.27/binutils/
DMakefile.am35 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` macro
DMakefile.in265 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
267 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
356 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
599 if test "$LEX" = :; then
600 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.27/gas/doc/
DMakefile.in190 LEX = @LEX@
/toolchain/binutils/binutils-2.27/
DMakefile.tpl141 LEX="$(LEX)"; export LEX; \
380 LEX = @LEX@
DMakefile.def52 extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
Dconfigure7871 if test -n "$LEX"; then
7872 ac_cv_prog_LEX="$LEX" # Let the user override the test.
7892 if test -n "$LEX"; then
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
7894 $as_echo "$LEX" >&6; }
7901 test -n "$LEX" && break
7903 test -n "$LEX" || LEX="$MISSING flex"
Dconfigure.ac3315 # Generate default definitions for YACC, M4, LEX and other programs that run
3335 AC_CHECK_PROGS([LEX], [flex lex], [$MISSING flex])
3337 *" flex "*) LEX='$$r/$(BUILD_SUBDIR)/flex/flex' ;;
3338 *" lex "*) LEX='$$r/$(BUILD_SUBDIR)/lex/lex' ;;
DChangeLog4554 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5651 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11669 * configure: Restore Canadian Cross handling of BISON and LEX,
11706 * Makefile.in configure: Change the way LEX and BISON/YACC are
/toolchain/binutils/binutils-2.27/binutils/doc/
DMakefile.in206 LEX = @LEX@
/toolchain/binutils/binutils-2.27/gas/
DMakefile.am33 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi` macro
Dconfigure12939 if test -n "$LEX"; then
12940 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12959 LEX=$ac_cv_prog_LEX
12960 if test -n "$LEX"; then
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12962 $as_echo "$LEX" >&6; }
12969 test -n "$LEX" && break
12971 test -n "$LEX" || LEX=":"
12973 case "$LEX" in
12994 { { ac_try="$LEX conftest.l"
[all …]
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
599 if test "$LEX" = :; then
600 LEX=${am_missing_run}flex
DMakefile.in144 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
146 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
215 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.27/ld/
Daclocal.m4593 # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a
599 if test "$LEX" = :; then
600 LEX=${am_missing_run}flex
Dconfigure16166 if test -n "$LEX"; then
16167 ac_cv_prog_LEX="$LEX" # Let the user override the test.
16186 LEX=$ac_cv_prog_LEX
16187 if test -n "$LEX"; then
16188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
16189 $as_echo "$LEX" >&6; }
16196 test -n "$LEX" && break
16198 test -n "$LEX" || LEX=":"
16200 case "$LEX" in
16221 { { ac_try="$LEX conftest.l"
[all …]
DMakefile.in173 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
175 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
300 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.