# file: $isip/class/algo/GNUmakefile
# version: $Id: GNUmakefile,v 1.15 2002/06/07 14:31:47 gao Exp $
#
# this make file builds the algo class hierarchy recursively
# 

ISIP_EXCLUDE = AlgorithmData

# include the isip standard make template
#
include $(ISIP_DEVEL)/lib/scripts/make/traverse.make

#
# end of file
