plan9port/src/cmd/mkfile

23 lines
518 B
Text
Raw Normal View History

<$PLAN9/src/mkhdr
2004-07-03 18:35:09 +00:00
TARG=`ls *.[cy] | grep -v "\.tab\.c$" | sed 's/\.[cy]//'`
2004-04-21 23:22:06 +00:00
SHORTLIB=sec fs mux regexp9 thread bio 9
<$PLAN9/src/mkmany
BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|postscript|mnihongo|mpm|index'
2004-07-03 18:07:06 +00:00
DIRS=lex `ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"|egrep -v '^lex$'`
<$PLAN9/src/mkdirs
2004-04-21 23:22:06 +00:00
dir-all dir-install: $PLAN9/bin/9yacc
%.tab.h %.tab.c: %.y
$YACC $YFLAGS -s $stem $prereq
%.o: %.tab.c
9c -o $target $stem.tab.c
CLEANFILES=$CLEANFILES bc.tab.[ch] units.tab.[ch]