#	
# Makefile examples
#
TOPDIR  = ..

include $(TOPDIR)/make.conf

FILES   = Makefile dummy.c

SUBDIRS	= gg1 fddi gist

all:	all-src

World:
	$(TOPDIR)/bin/newdepend
	$(MAKE) clean
	$(MAKE) depend
	$(MAKE) all

include $(TOPDIR)/make.subdirs
