/**/include ../Path.incl
#include "../Imake.incl"

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

SUBDIRS =  algebre arma auto calpol \
	elem metanet optim percent robust sci2for \
	signal tdcs util xdess

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
DistCleanSubdirs($(SUBDIRS))

