git: 9front

ref: d7b52500f32c3e540cdb79ad72e5e9e86f4cd31e
dir: /sys/src/cmd/python/Extra/mkfile/

View raw version
APE=/sys/src/ape
<$APE/config

LIB=../libextra.a$O

OFILES=`{du -a . | grep '.c$'  | awk '{print $2}' | sed 's/.$/\$O/'}

</sys/src/cmd/mklib

CFLAGS=-c -I.. -I../Include -DT$objtype -D_SUSV2_SOURCE -DNDEBUG

%.$O: %.c
	$CC $CFLAGS -o $stem.$O $stem.c

clean:V:
	rm -fr $OFILES