Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A DMakefile.examples12 LEX = flex -i -I
27 $(LEX) expr.lex
32 $(LEX) front.lex
36 $(LEX) numbers.lex
40 $(LEX) dates.lex
44 $(LEX) yymore.lex
48 $(LEX) string1.lex
52 $(LEX) string2.lex
56 $(LEX) myname.lex
60 $(LEX) myname2.lex
[all …]
/netbsd-src/external/gpl3/gcc.old/usr.bin/host-libcpp/
H A DMakefile14 LEX=${LEX:Q} \
15 FLEX=${LEX:Q} \
/netbsd-src/external/gpl3/gcc/usr.bin/host-libcpp/
H A DMakefile14 LEX=${LEX:Q} \
15 FLEX=${LEX:Q} \
/netbsd-src/external/gpl3/gdb/dist/config/
H A 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
/netbsd-src/external/gpl3/binutils/dist/config/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A 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
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A 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
/netbsd-src/external/gpl3/gcc/dist/config/
H A 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
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/iasl/
H A DMakefile331 @echo "- " $(LEX) " "$<
332 @$(LEX) $(LFLAGS) -PAslCompiler -o$@ $(ASL_COMPILER)/aslcompiler.l
339 @echo "- " $(LEX) " "$<
340 @$(LEX) $(DLFLAGS) -PDtCompilerParser -o$@ $<
347 @echo "- " $(LEX) " "$<
348 @$(LEX) $(DLFLAGS) -PDtParser -o$@ $<
355 @echo "- " $(LEX) " "$<
356 @$(LEX) $(LFLAGS) -PPrParser -o$@ $<
/netbsd-src/share/mk/
H A Dsys.mk102 LEX?= lex
104 LEX.l?= ${LEX} ${LFLAGS}
220 ${LEX.l} ${.IMPSRC}
224 ${LEX.l} ${.IMPSRC}
227 ${LEX.l} ${.IMPSRC}
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dprog_lex.m43 [AC_CHECK_PROGS(LEX, flex lex, :)
10 if test "x$LEX" != "x:"; then
/netbsd-src/tools/
H A DMakefile.gnuhost65 LEX=${LEX:Q} \
66 FLEX=${LEX:Q} \
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A DMakefile.in21 LEX = @LEX@
84 $(LEX) $(LFLAGS) $(srcdir)/scan.l
/netbsd-src/external/gpl2/dtc/dist/
H A DMakefile25 LEX = flex macro
366 @$(VECHO) LEX $@
367 $(LEX) -o$@ $<
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A DMakefile.in22 LEX = @LEX@
102 $(LEX) $(LFLAGS) $(srcdir)/scan.l
/netbsd-src/external/bsd/flex/bin/
H A DMakefile69 ${LEX} -t -p ${.ALLSRC} >${.TARGET}
/netbsd-src/tools/m4/bootstrap/
H A DMakefile18 ${LEX} ${DIST}/tokenizer.l
/netbsd-src/external/bsd/flex/dist/src/
H A DMakefile.in234 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
236 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
338 LEX = @LEX@
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A DMakefile.in174 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
176 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
278 LEX = @LEX@
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A DMakefile.in19 LEX = @LEX@
/netbsd-src/sys/arch/hpc/hpc/platid_gen/
H A DMakefile19 LEX = flex macro
/netbsd-src/usr.sbin/racoon/
H A DMakefile79 ${LEX} -Pprsa -o${.TARGET} ${.ALLSRC}
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp159 VALIDATE_DIAG_SIZE(LEX)
231 CATEGORY(LEX, SERIALIZATION) in GetDiagInfo()
232 CATEGORY(PARSE, LEX) in GetDiagInfo()
/netbsd-src/sys/external/bsd/acpica/dist/generate/unix/
H A DMakefile.config294 LEX= flex
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A DNTMakefile52 $(LEX) -o$@ slc-lex.l

123456789