Home
last modified time | relevance | path

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

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