# Generated automatically from Makefile.in by configure.
#
# Makefile for rpcsec_gss.
#
# Dug Song <dugsong@UMICH.EDU>
#
# $Id: Makefile.in,v 1.1 2000/09/01 14:46:03 dugsong Exp $

SUBDIRS	= rpc gssd rpcsec-tests

recursive:
	@for subdir in $(SUBDIRS); do \
	   echo "==> $$subdir"; \
	   (cd $$subdir && $(MAKE) $(TARGET)); \
	 done

all:
	$(MAKE) TARGET=all recursive

clean:
	$(MAKE) TARGET=clean recursive

distclean:
	$(MAKE) TARGET=distclean recursive
	rm -f *~ Makefile config.status config.cache config.log
