Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/ll/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


</$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
	}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.