all:

install:

clean:
		rm -f *.o

distclean:	clean
		rm -f *~ core gmon.out gmon.sum .emacs_* *.BAK

userpid:	../table/userpid.gh

../table/userpid.gh: ../table/userpid.def ../table/userpid.awk
		( cd ../table; make userpid )
###
