HomeSort by relevance Sort by last modified time
    Searched refs:ytab (Results 1 - 3 of 3) sorted by null

  /external/one-true-awk/
makefile 43 SOURCE = awk.h ytab.c ytab.h proto.h awkgram.y lex.c b.c main.c \
49 SHIP = README LICENSE FIXES $(SOURCE) ytab[ch].bak makefile \
52 a.out: ytab.o $(OFILES)
53 $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC) -lm
55 $(OFILES): awk.h ytab.h proto.h
67 ytab.h: ytab.c
70 ./maketab ytab.h >proctab.c
72 maketab: ytab.h maketab.
    [all...]
README 41 mv y.tab.c ytab.c
42 mv y.tab.h ytab.h
43 cc -c ytab.c
54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
61 included yacc output in ytab.c and ytab.h, and backup copies in
FIXES 672 makefile now includes backup copies of ytab.c and lexyy.c in case
723 y.tab.[ch] => ytab.[ch], lex.yy.c => lexyy.c, all in the aid of
    [all...]

Completed in 65 milliseconds