</$objtype/mkfile
LIB=ll.a$O
OFILES=\
atolwhex.$O\
compat.$O\
cput.$O\
elf.$O\
error.$O\
hunk.$O\
HFILES=ll.h\
CURLL=5l 6l 8l vl
OTHERLL=1l 2l 5l 7l 9l kl ql
</sys/src/cmd/mklib
install:V: $LIB
date
$LIB: $LIBOBJ
ar vu $LIB $OFILES
everything:V:
# mk the current compilers
for(DIR in cc $CURLL){
cd ../$DIR
mk nuke
mk install
}
# mk all the others with those
for(DIR in cc $CURLL $OTHERLL){
cd ../$DIR
mk nuke
mk installall
mk clean
}
|