# $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