Lines Matching refs:sel
55 $(OBJ)\sel.obj \
56 $(OBJ)\sel-gram.obj \
57 $(OBJ)\sel-lex.obj \
92 $(SRCDIR)\sel.c \
93 $(SRCDIR)\sel.h \
94 $(SRCDIR)\sel-gram.y \
95 $(SRCDIR)\sel-lex.l \
185 $(OBJ)\sel-gram.obj: $(OBJ)\sel-gram.c
188 $(OBJ)\sel-lex.obj: $(OBJ)\sel-lex.c
191 $(OBJ)\sel-gram.c: sel-gram.y
192 $(YACC) -o $@ --defines=$(OBJ)\sel-gram.h sel-gram.y
194 $(OBJ)\sel-lex.c: sel-lex.l
195 $(LEX) -P_hx509_sel_yy -o$@ sel-lex.l