all:

install:

clean:
		rm -f *.o

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

userpid:	../table/userpid.gh

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