Plan 9 from Bell Labs’s /usr/web/sources/contrib/nemo/sys/src/cmd/omero/mkfile

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


</$objtype/mkfile


#BIN=$home/bin/$objtype
BIN=/$objtype/bin
TARG=omero

PANNELS=\
	image.$O\
	draw.$O\
	gauge.$O\
	text.$O\
	frame.$O\
	block.$O\
	undo.$O\
	panels.$O\

OFILES=\
	fs.$O\
	gui.$O\
	layout.$O\
	util.$O\
	panel.$O\
	cmd.$O\
	block.$O\
	con.$O\
	cook.$O\
	$PANNELS\

HFILES=\
	gui.h\
	cook.h\

</sys/src/cmd/mkone

$O.frame: frame.$O block.$O /$objtype/lib/libfs.a
	$O^l -o $target frame.$O block.$O

panels.c: text.c draw.c gauge.c
	mkpanels >$target

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].