plan9port/src/mklib

15 lines
200 B
Text
Raw Normal View History

2004-04-15 15:10:19 +00:00
default:V: $LIB
2004-04-21 22:37:44 +00:00
$LIB(%):N: %
$LIB: ${OFILES:%=$LIB(%)}
$AR rvc $LIB `membername $newprereq`
2004-04-15 15:10:19 +00:00
&:n: &.$O
$AR rvc $LIB $stem.$O
all install:V: $LIB
2004-04-19 19:35:17 +00:00
CLEANFILES=$CLEANFILES $LIB
2004-04-15 15:10:19 +00:00
<$PLAN9/src/mkcommon