Searched refs:LEX (Results 1 – 25 of 25) sorted by relevance
/toolchain/binutils/binutils-2.27/config/ |
D | override.m4 | 104 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/ |
D | Makefile.am | 35 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` macro
|
D | Makefile.in | 265 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`
|
D | aclocal.m4 | 593 # 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
|
D | ChangeLog-9899 | 355 (LEX): If flex is not in the source tree, use @LEX@ rather than
|
D | ChangeLog-9197 | 4884 FLEX->LEX.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | Makefile.in | 190 LEX = @LEX@
|
/toolchain/binutils/binutils-2.27/ |
D | Makefile.tpl | 141 LEX="$(LEX)"; export LEX; \ 380 LEX = @LEX@
|
D | Makefile.def | 52 extra_configure_flags='--disable-shared LEX="touch lex.yy.c"';
|
D | configure | 7871 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"
|
D | configure.ac | 3315 # 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' ;;
|
D | ChangeLog | 4554 (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/ |
D | Makefile.in | 206 LEX = @LEX@
|
/toolchain/binutils/binutils-2.27/gas/ |
D | Makefile.am | 33 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi` macro
|
D | configure | 12939 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 …]
|
D | aclocal.m4 | 593 # 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
|
D | Makefile.in | 144 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`
|
D | ChangeLog-9697 | 2341 (LEX, LEXFLAGS): Define.
|
D | ChangeLog-0001 | 6787 * Makefile.am (YACC, LEX): Get them from configure.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | aclocal.m4 | 593 # 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
|
D | configure | 16166 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 …]
|
D | Makefile.in | 173 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`
|
D | Makefile.am | 30 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi` macro
|
D | ChangeLog-9899 | 405 (LEX): If flex is not in the source tree, use @LEX@ rather than
|
D | ChangeLog-9197 | 1017 * Makefile.in (ldlex.c): Don't pass any options to $(LEX). 7123 * Makefile.in: FLEX -> LEX.
|