Plan 9 from Bell Labs’s /usr/web/sources/plan9/acme/bin/source/win/mkfile

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


</$objtype/mkfile

TARG=win
OFILES=\
	fs.$O\
	main.$O\
	pipe.$O\
	util.$O\
	win.$O

HFILES=dat.h
LIB=/$objtype/lib/lib9p.a

BIN=/acme/bin/$objtype
</sys/src/cmd/mkone

UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${TARG:%=/acme/bin/$objtype/%}\
	
syms:V:
	8c -a main.c	>syms
	8c -aa util.c win.c 	>>syms

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.