plan9port/src/cmd/rc/mkfile
rsc 1b135a7805 clean up when finished.
don't set PLAN9
don't set PLAN9
2004-04-19 23:04:36 +00:00

36 lines
365 B
Makefile

<$PLAN9/src/mkhdr
YACC=yacc -d
TARG=rc
OFILES=\
code.$O\
exec.$O\
getflags.$O\
glob.$O\
here.$O\
io.$O\
lex.$O\
pcmd.$O\
pfnc.$O\
simple.$O\
subr.$O\
trap.$O\
tree.$O\
var.$O\
y.tab.$O\
plan9ish.$O\
HFILES=\
rc.h\
x.tab.h\
io.h\
exec.h\
fns.h\
YFILES=syn.y
<$PLAN9/src/mkone
x.tab.h: y.tab.h
cmp -s x.tab.h y.tab.h || cp y.tab.h x.tab.h