plan9port/src/mklib
2004-04-21 22:37:44 +00:00

14 lines
200 B
Text

default:V: $LIB
$LIB(%):N: %
$LIB: ${OFILES:%=$LIB(%)}
$AR rvc $LIB `membername $newprereq`
&:n: &.$O
$AR rvc $LIB $stem.$O
all install:V: $LIB
CLEANFILES=$CLEANFILES $LIB
<$PLAN9/src/mkcommon