# Generated automatically from Makefile.in by configure.
#	$Id: Makefile.in,v 1.2 2001/08/10 15:29:51 sandro Exp $

subdirs = lib src

all install uninstall clean realclean mostlyclean:
	@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.h config.cache config.status config.log


syntax highlighted by Code2HTML, v. 0.9.1