all:

install:

clean:
		rm -f *.o

distclean:	clean
		rm -f userpid.gh userpid.gc useratom.gc
		rm -f *~ core gmon.out gmon.sum .emacs_* *.BAK

userpid:	userpid.gh userpid.gc

.SUFFIXES:	.def .gh .gc
.def.gh:
		awk -f $*.awk < $*.def
.def.gc:
		awk -f $*.awk < $*.def

userpid.gh:	userpid.awk userpid.def

userpid.gc:	userpid.awk userpid.def

