phony:


clean: 
	/bin/rm -f *.o *.so *_glue.? *.asr *.itf *.po
realclean distclean: clean
	/bin/rm -f *~
