# file: $isip/class/pr/GNUmakefile
# version: $Id: GNUmakefile,v 1.10 2002/03/12 20:49:04 alphonso Exp $
#
# this make file builds the pr class hierarchy recursively
# 

ISIP_EXCLUDE = SupportVectorMachine/ RelevanceVectorMachine/ NeuralNetwork/

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

#
# end of file
