2003-11-23 18:04:47 +00:00
|
|
|
<$PLAN9/src/mkhdr
|
|
|
|
|
2004-04-21 23:43:46 +00:00
|
|
|
TARG=`ls *.[cy] | sed 's/\.[cy]//'`
|
2004-04-21 23:22:06 +00:00
|
|
|
SHORTLIB=sec fs mux regexp9 thread bio 9
|
2003-11-23 18:04:47 +00:00
|
|
|
|
|
|
|
<$PLAN9/src/mkmany
|
|
|
|
|
2004-05-16 17:04:02 +00:00
|
|
|
BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|vncv|grap|eqn|troff|postscript|pic|tbl|mpm'
|
2004-03-09 12:45:12 +00:00
|
|
|
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
|
2003-11-23 18:04:47 +00:00
|
|
|
|
|
|
|
<$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]
|
|
|
|
|