# Generated automatically from Makefile.in by configure. # # Makefile for the top-level Harvest components directory # # $Id: Makefile.in,v 2.1 1997/11/04 18:14:18 sxw Exp $ SUBDIRS=broker gatherer admin all: do-all install: do-install clean: do-clean distclean: do-distclean this-distclean this-distclean: -rm -f Makefile config.log config.status config.cache DO_X = do-clean do-distclean do-all do-install $(DO_X): @target=`echo $@ | sed -e 's/^do-//'`; \ for dir in $(SUBDIRS); do \ echo Making $$target in $$dir; \ if (cd $$dir; $(MAKE) $(MFLAGS) $${target}); \ then true; else exit 1; fi; \ done