</$objtype/mkfile

TARG=seft
BIN=/$objtype/bin
OFILES=main.$O util.$O local_strings.$O  stem.$O heap.$O output.$O tst.$O
HFILES=main.h local_strings.h util.h heap.h output.h stem.h tst.h types.h  words.h

</sys/src/cmd/mkone

CC = pcc
CFLAGS = -+ -c -B -D_BSD_EXTENSION -D_POSIX_SOURCE -D'u_char=char'

stem.$O:   stem.c stem_recode_rules.i stem_context_rules.i stem.h

install:
	cp $TARG.man /sys/man/1/$TARG

pkg:V: nuke
	tar cv `{pwd} | bzip2 > $home/pkg/$TARG.tbz

