Home | History | Annotate | Download | only in mk

Lines Matching refs:LEX

103 LEX?=		lex
105 LEX.l?= ${LEX} ${LFLAGS}
219 # Lex
221 ${LEX.l} ${.IMPSRC}
222 ${COMPILE_LINK.c} ${EXEC_TARGET} lex.yy.c ${LDLIBS} -ll
223 rm -f lex.yy.c
225 ${LEX.l} ${.IMPSRC}
226 ${MV} lex.yy.c ${.TARGET}
228 ${LEX.l} ${.IMPSRC}
229 ${COMPILE.c} ${OBJECT_TARGET} lex.yy.c
231 rm -f lex.yy.c