Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/mkfile

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


APE=/sys/src/ape
<$APE/config

BIN=/$objtype/bin

TARG=4th

OFILES=\
	4th.$O\
	cgen_4th.$O\
	comp_4th.$O\
	dump_4th.$O\
	errs_4th.$O\
	exec_4th.$O\
	free_4th.$O\
	load_4th.$O\
	name_4th.$O\
	open_4th.$O\
	save_4th.$O\

</sys/src/cmd/mkone

CFLAGS=-c -D_POSIX_SOURCE -D_BSD_EXTENSION -DUNIX

%.$O: sources/%.c
	$CC $CFLAGS sources/$stem.c

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.