Home
last modified time | relevance | path

Searched refs:OFILES (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dmakefile41 OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o macro
52 a.out: awkgram.tab.o $(OFILES)
53 $(CC) $(CFLAGS) awkgram.tab.o $(OFILES) $(ALLOC) -lm
55 $(OFILES): awk.h awkgram.tab.h proto.h