# Generated automatically from Makefile.in by configure.
#	$Id: Makefile.in,v 1.6 2001/07/13 19:18:02 sandro Exp $

subdirs = doc lib src

all install uninstall clean realclean mostyclean:
	@for f in $(subdirs); do \
		(cd $$f && $(MAKE) $@); \
	done

distclean:
	@for f in $(subdirs); do \
		(cd $$f && $(MAKE) $@); \
	done
	-rm -f Makefile
	-rm -f config.cache config.status config.log
	-rm -f config.h


syntax highlighted by Code2HTML, v. 0.9.1