Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
14 lines
310 B
Makefile
14 lines
310 B
Makefile
PLAN9=../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
TARG=`ls *.c | sed 's/\.c//'`
|
|
LDFLAGS=$LDFLAGS -lthread -lsec -lfs -lmux -lregexp9 -lbio -l9 -lfmt -lutf
|
|
|
|
<$PLAN9/src/mkmany
|
|
|
|
BUGGERED='CVS|faces|factotum|oplumb|plumb2|mk|vac|9term|upas|venti|htmlfmt'
|
|
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "$BUGGERED"`
|
|
|
|
<$PLAN9/src/mkdirs
|
|
|