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
