all:

install:

clean:
		rm -f *.o

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

###

